mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-29 13:42:12 +01:00
* Fix for `EVP_CIPHER_CTX_flags`, which mapped to a missing function (broke openvpn) * Added stack of name entries for ipsec/racoon support. * Added `X509_STORE_CTX_set_flags` stub. * Added PKCS7 NID types. * Improved FIPS "SHA" logic in `test_wolfSSL_SHA` * Added some uncommon NID type definitions. * Expose the DH `DH_set_length` and `DH_set0_pqg` with OPENSSL_ALL
The wolfSSL manual is available at: http://www.wolfssl.com/documentation/wolfSSL-Manual.pdf The wolfSSL API guide is available at: https://www.wolfssl.com/doxygen/wolfssl_API.html The wolfCrypt API guide is available at: https://www.wolfssl.com/doxygen/wolfcrypt_API.html