master
Make sure we always check return of CRYPTO_UP_REF which can fail.
Fix integer overflow in EVP_ENCODE_LENGTH and base64 encoding paths
Copyright year updates
Added AVX2 encoding + scalar improvements
4.0-POST-CLANG-FORMAT-WEBKIT
Restore MD5-SHA1 in legacy method database
Remove remaining atoi()/atol() calls
Remove references to the pmeth field in an EVP_PKEY_CTX
Remove parentheses around return arguments
Added the EVP_EC_affine2oct() helper function
Enable enc_b64_avx2{c.h} code on the e2k arch
Fix broken hex data by reformatting
Add EVP digest context serialization
oqs noted a double free recently:
Extend refcounting on evp objects to provider requesed no-caching
Add EVP_KDF_CTX_get0_kdf and EVP_KDF_CTX_get1_kdf, deprecate EVP_KDF_CTX_kdf
crypto/evp/m_sigver.c: fix potential double free on error path in do_sigver_init
Remove custom EVP_PKEY_METHODs