summaryrefslogtreecommitdiffstats
path: root/NOTES-PERL.md (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-24Fix string termination and length setting in OSSL_PARAM_BLD_push_utf8_string()Richard Levitte1-4/+6
2021-02-24Fix OSSL_PARAM_allocate_from_text() for OSSL_PARAM_UTF8_STRINGRichard Levitte1-0/+2
2021-02-24Allow the sshkdf type to be passed as a single characterRichard Levitte6-25/+27
2021-02-24Cleanup of some of the EVP_PKEY_CTX_ctrl related TODOsTomas Mraz3-41/+5
2021-02-24Fix missing EOL at the end of the rsa/build.infoTomas Mraz1-1/+1
2021-02-24Remove inclusion of unnecessary header filesTomas Mraz2-7/+3
2021-02-24Use strcasecmp when comparing kdf_typeTomas Mraz1-1/+1
2021-02-24speed: Drop deprecated <ALG>_options() callsTomas Mraz1-135/+95
2021-02-24speed: Use EVP for ciphers, cmac, ghash, rsa, dsa, and ecdsaTomas Mraz3-1023/+663
2021-02-24speed: Adapt digests and hmac to always use non-deprecated APIsTomas Mraz1-276/+172
2021-02-24speed: Drop code to handle platforms without SIGALRMTomas Mraz1-283/+5
2021-02-24Fix typo in comment in DH_set0_pqg functionDaniel Bevenius1-1/+1
2021-02-24Test errors from a provider can still be accessed after unloadMatt Caswell3-21/+122
2021-02-24Duplicate the file and func error stringsMatt Caswell3-6/+21
2021-02-24provider: add an unquery function to allow providers to clean up.Pauli13-16/+112
2021-02-24rand: note that locking needs to be explicitly enabled.Pauli1-0/+6
2021-02-24Deprecated EVP_PKEY_CTX_get0_dh_kdf_ukm() and EVP_PKEY_CTX_get0_ecdh_kdf_ukm()Tomas Mraz10-23/+54
2021-02-24X509: Refactor X509_PUBKEY processing to include provider side keysRichard Levitte3-41/+196
2021-02-24Remove disabled TLS 1.3 ciphers from the SSL(_CTX)Benjamin Kaduk1-1/+4
2021-02-23make updateRichard Levitte1-0/+12
2021-02-23appveyor.yml: clarify conditions for building the plain configurationRichard Levitte1-20/+27