Topic: Does WolfSSH require AESGCM and ECC and !NO_FILESYSTEM?

I see a number of build errors with this configuration.  Can you please tell me if these are all hard requirements for build/functionality of WolfSSH?

Share

Re: Does WolfSSH require AESGCM and ECC and !NO_FILESYSTEM?

Hello Tammy,

I was able to reproduce the build errors with wolfSSL configured as:

./configure --enable-ssh --disable-filesystem --disable-aesgcm

I created a pull request here:
https://github.com/wolfSSL/wolfssh/pull/328

Thanks,
Eric @ wolfSSL Support

Re: Does WolfSSH require AESGCM and ECC and !NO_FILESYSTEM?

Thanks so much, Eric!  What about the ECC requirement?

Share

Re: Does WolfSSH require AESGCM and ECC and !NO_FILESYSTEM?

I just pushed another commit that fixes the build errors for

--disable-ecc

.

Thanks,
Eric

Re: Does WolfSSH require AESGCM and ECC and !NO_FILESYSTEM?

Thanks so much!  I'm not sure what your process is for PR approval - do you have any idea when this would be accepted into the mainline?  We have a CF Friday...

Share

Re: Does WolfSSH require AESGCM and ECC and !NO_FILESYSTEM?

Hi Tammy,

The code changes are still making their way through the review cycle.