Skip to content

Fixes from configuration testing#7451

Merged
JacobBarthelmeh merged 1 commit intowolfSSL:masterfrom
SparkiDev:test_fixes_1
Apr 19, 2024
Merged

Fixes from configuration testing#7451
JacobBarthelmeh merged 1 commit intowolfSSL:masterfrom
SparkiDev:test_fixes_1

Conversation

@SparkiDev
Copy link
Copy Markdown
Contributor

Description

asn1.c: Allow sample to build without coding (base64 decoding).

set_curves_list(): function for ECC, Ed25519, Ed448 but this block of code is ECC only. Fixed #ifdef protection.

wolfSSL_CTX_set1_curves_list and wolfSSL_set1_curves_list also available when Curve25519/Curve448 compiled in but not ECC.

Testing

./configure --disable-coding
make

./configure '--disable-dh' '--disable-ecc' '--enable-curve25519' '--enable-opensslall'
make

Checklist

  • added tests
  • updated/added doxygen
  • updated appropriate READMEs
  • Updated manual and documentation

asn1.c: Allow sample to build without coding (base64 decoding).

set_curves_list(): function for ECC, Ed25519, Ed448 but this block of
code is ECC only. Fixed #ifdef protection.

wolfSSL_CTX_set1_curves_list and wolfSSL_set1_curves_list also available
when Curve25519/Curve448 compiled in but not ECC.
@SparkiDev SparkiDev assigned SparkiDev and wolfSSL-Bot and unassigned SparkiDev Apr 18, 2024
@JacobBarthelmeh JacobBarthelmeh merged commit 5f9ed54 into wolfSSL:master Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants