Skip to content

ssl.c: Move out crypto compat APIs #6935

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 16, 2023

Conversation

SparkiDev
Copy link
Contributor

Description

ssl_crypto.c contains OpenSSL compatibility APIS for:

  • MD4, MD5, SHA/SHA-1, SHA2, SHA3
  • HMAC, CMAC
  • DES, DES3, AES, RC4 API implementations reworked.
    Tests added for coverage.
    TODOs for future enhancements.

Testing

Regression tested OpenSSL compat configurations.

Checklist

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

@SparkiDev SparkiDev self-assigned this Nov 1, 2023
@SparkiDev SparkiDev force-pushed the ssl_crypto_extract branch 5 times, most recently from d597db0 to bb59526 Compare November 1, 2023 11:31
@wolfSSL wolfSSL deleted a comment from dgarske Nov 8, 2023
@SparkiDev SparkiDev force-pushed the ssl_crypto_extract branch 5 times, most recently from d7ea3b6 to f92abc7 Compare November 8, 2023 09:03
ssl_crypto.c contains OpenSSL compatibility APIS for:
 - MD4, MD5, SHA/SHA-1, SHA2, SHA3
 - HMAC, CMAC
 - DES, DES3, AES, RC4
API implementations reworked.
Tests added for coverage.
TODOs for future enhancements.
@SparkiDev SparkiDev assigned wolfSSL-Bot and unassigned SparkiDev Nov 8, 2023
@JacobBarthelmeh JacobBarthelmeh merged commit 6945093 into wolfSSL:master Nov 16, 2023
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