summaryrefslogtreecommitdiff
path: root/providers
Commit message (Expand)AuthorAgeFilesLines
* Remove RSA SSLv23 padding modeRich Salz2021-03-012-5/+0
* prov: update rand implementations to have a params argument for the instantia...Pauli2021-02-286-9/+18
* fips: update DRBG KATs for the extra instantiate argumentPauli2021-02-281-3/+3
* prov: add additional argument to KDF derive call in key exchangePauli2021-02-281-1/+1
* fips: add additional argument to KDF derive call in self testPauli2021-02-281-3/+1
* prov: add extra params argument to KDF implementationsPauli2021-02-2810-28/+33
* update poly1305 to have additional init argumentsPauli2021-02-281-12/+25
* update BLAKE2 to have additional init argumentsPauli2021-02-281-19/+26
* prov: update kmac to have additional init argumentsPauli2021-02-281-18/+28
* prov: update hmac to have additional init argumentsPauli2021-02-281-8/+25
* prov: update gmac to have additional init argumentsPauli2021-02-281-12/+29
* prov: update cmac to have additional init argumentsPauli2021-02-281-17/+17
* prov: use new MAC_init arguments in HMAC-DRBGPauli2021-02-281-14/+3
* prov: use new MAC_init arguments in signature legacy codePauli2021-02-281-3/+3
* prov: update provider util to be less agressive about changing things unneces...Pauli2021-02-281-1/+6
* fips: update to use the extra MAC init argumentsPauli2021-02-281-5/+2
* prov kdf: update to use the extra MAC init argumentsPauli2021-02-283-26/+4
* prov: update SipHash to new init functionPauli2021-02-281-32/+63
* siphash: Add the C and D round parameters for SipHash.Pauli2021-02-281-3/+16
* PROV: Implement an EC key -> blob encoder, to get the public keyRichard Levitte2021-02-274-1/+214
* prov: upport modified gettable/settable ctx calls for ciphersPauli2021-02-2610-20/+34
* prov: support modified gettable/settable ctx calls for MACsPauli2021-02-267-14/+27
* prov: support modified gettable/settable ctx calls for KDFsPauli2021-02-2610-20/+40
* prov: update RNGs to support modified gettable/settable CTX paramsPauli2021-02-265-9/+18
* prov: update digests to support modified ctx paramsPauli2021-02-264-4/+8
* Fix external symbols related to ec & sm2 keysShane Lontis2021-02-269-96/+104
* Fix external symbols related to dsa keysShane Lontis2021-02-263-20/+20
* Fix external symbols related to dh keysShane Lontis2021-02-263-36/+36
* Allow the sshkdf type to be passed as a single characterRichard Levitte2021-02-243-7/+11
* X509: Refactor X509_PUBKEY processing to include provider side keysRichard Levitte2021-02-241-1/+2
* Add EVP_PKEY_public_check_quick.Shane Lontis2021-02-222-7/+22
* Fix d2i_AutoPrivateKey_ex so that is uses the new decoder (and producesShane Lontis2021-02-192-3/+26
* Pass the object type and data structure from the pem2der decoderMatt Caswell2021-02-181-13/+51
* Adjust the few places where the string length was confusedRichard Levitte2021-02-182-6/+7
* Update copyright yearMatt Caswell2021-02-1886-86/+86
* Fix external symbols related to provider related security checks forShane Lontis2021-02-1810-45/+46
* Fix external symbols in the provider digest implementations.Shane Lontis2021-02-188-84/+97
* Add deep copy of propq field in mac_dupctx to avoid double freezekeevans-mf2021-02-181-0/+4
* dsa_check: Perform simple parameter check if seed is not availableTomas Mraz2021-02-181-3/+3
* Fix external symbols in the provider cipher implementations.Shane Lontis2021-02-1835-229/+244
* Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz2021-02-172-10/+10
* rand: update DRBGs to use the get_entropy call for seedingPauli2021-02-175-47/+73
* RNG test: add get_entropy hook for testing.Pauli2021-02-171-0/+14
* RNG seed: add get_entropy hook for seeding.Pauli2021-02-171-0/+45
* err: generated error filesPauli2021-02-171-4/+7
* Implement EVP_PKEY_param_check_quick() and use it in libsslMatt Caswell2021-02-155-11/+20
* Run DH_check_ex() not DH_check_params_ex() when checking paramsMatt Caswell2021-02-151-1/+1
* RSA: avoid dereferencing possibly-NULL parameter in initializersBenjamin Kaduk2021-02-151-2/+4
* ssl_test: Add testcases for disallowing non-TLS1.3 curves with TLS1.3Tomas Mraz2021-02-121-22/+44
* Use ERR_R_*_LIB instead of ERR_LIB_* as reason code for sub-librariesRichard Levitte2021-02-121-11/+11