summaryrefslogtreecommitdiffstats
path: root/doc/man3/EVP_KDF.pod (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-26modify EVP to support digest gettable/settable callsPauli1-12/+22
2021-02-26core: update digest gettable/settable ctx params callsPauli1-2/+2
2021-02-26prov: update digests to support modified ctx paramsPauli4-4/+8
2021-02-26Makefile: Only update doc/build.info when there's an actual changeRichard Levitte1-1/+10
2021-02-26Fix external symbols related to ec & sm2 keysShane Lontis53-1417/+1367
2021-02-26Fix external symbols related to dsa keysShane Lontis16-69/+69
2021-02-26Fix external symbols related to dh keysShane Lontis19-125/+221
2021-02-26Fix external symbols for bnShane Lontis17-101/+114
2021-02-26Fix filename escaping in c_rehashMark1-1/+1
2021-02-25evp_extra_test: Do not manipulate providers in default contextTomas Mraz1-4/+1
2021-02-25fake_random: Do not overwrite the callback on instatiationTomas Mraz1-1/+0
2021-02-25Ensure that the fake rand is initializedTomas Mraz1-0/+8
2021-02-24Fix an integer overflow in o_time.cjwalch1-2/+2
2021-02-24Add a test for a names_do_all functionMatt Caswell1-0/+49
2021-02-24Don't hold a lock when calling a callback in ossl_namemap_doall_namesMatt Caswell42-323/+445
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