Skip to content

Remove DES3 flag guard from pkcs12 tests#7472

Merged
SparkiDev merged 1 commit intowolfSSL:masterfrom
ColtonWilley:remove-des3-guard-from-pkcs12-tests
Apr 29, 2024
Merged

Remove DES3 flag guard from pkcs12 tests#7472
SparkiDev merged 1 commit intowolfSSL:masterfrom
ColtonWilley:remove-des3-guard-from-pkcs12-tests

Conversation

@ColtonWilley
Copy link
Copy Markdown
Contributor

PKCS12 code in included in the default build, however the code in api.c that tests it is guarded by !defined(NO_DES3), and DES3 is not included in the default build. The PKCS12 test code itself as is does not actually perform any DES3 operations, so can run fine as is in the default build. If the core code is included in the default build, I believe the tests for that code should also be included.

@ColtonWilley
Copy link
Copy Markdown
Contributor Author

ColtonWilley commented Apr 26, 2024

retest

@dgarske
Copy link
Copy Markdown
Member

dgarske commented Apr 26, 2024

Retest this please

1 similar comment
@ColtonWilley
Copy link
Copy Markdown
Contributor Author

Retest this please

@SparkiDev SparkiDev merged commit bd9a27a into wolfSSL:master Apr 29, 2024
@SparkiDev SparkiDev assigned SparkiDev and unassigned ColtonWilley Apr 29, 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.

4 participants