summaryrefslogtreecommitdiffstats
path: root/providers
AgeCommit message (Expand)Author
2021-03-03rand: remove FIPS mode conditional code.Pauli
2021-03-03EVP_PKEY_CTX_get/settable_params: pass provider operation contextTomas Mraz
2021-03-03Remove todos in decode_der2key.c and decode_ms2key.cTomas Mraz
2021-03-03Improve error reporting in key exchange provider implementationsTomas Mraz
2021-03-03Remove unused MAX_TLS_MAC_SIZE defineTomas Mraz
2021-03-03Remove todos in providers/implementations/include/provTomas Mraz
2021-03-03Resolve TODOs in signature implementations.Tomas Mraz
2021-03-01Remove RSA SSLv23 padding modeRich Salz
2021-02-28prov: update rand implementations to have a params argument for the instantia...Pauli
2021-02-28fips: update DRBG KATs for the extra instantiate argumentPauli
2021-02-28prov: add additional argument to KDF derive call in key exchangePauli
2021-02-28fips: add additional argument to KDF derive call in self testPauli
2021-02-28prov: add extra params argument to KDF implementationsPauli
2021-02-28update poly1305 to have additional init argumentsPauli
2021-02-28update BLAKE2 to have additional init argumentsPauli
2021-02-28prov: update kmac to have additional init argumentsPauli
2021-02-28prov: update hmac to have additional init argumentsPauli
2021-02-28prov: update gmac to have additional init argumentsPauli
2021-02-28prov: update cmac to have additional init argumentsPauli
2021-02-28prov: use new MAC_init arguments in HMAC-DRBGPauli
2021-02-28prov: use new MAC_init arguments in signature legacy codePauli
2021-02-28prov: update provider util to be less agressive about changing things unneces...Pauli
2021-02-28fips: update to use the extra MAC init argumentsPauli
2021-02-28prov kdf: update to use the extra MAC init argumentsPauli
2021-02-28prov: update SipHash to new init functionPauli
2021-02-28siphash: Add the C and D round parameters for SipHash.Pauli
2021-02-27PROV: Implement an EC key -> blob encoder, to get the public keyRichard Levitte
2021-02-26prov: upport modified gettable/settable ctx calls for ciphersPauli
2021-02-26prov: support modified gettable/settable ctx calls for MACsPauli
2021-02-26prov: support modified gettable/settable ctx calls for KDFsPauli
2021-02-26prov: update RNGs to support modified gettable/settable CTX paramsPauli
2021-02-26prov: update digests to support modified ctx paramsPauli
2021-02-26Fix external symbols related to ec & sm2 keysShane Lontis
2021-02-26Fix external symbols related to dsa keysShane Lontis
2021-02-26Fix external symbols related to dh keysShane Lontis
2021-02-24Allow the sshkdf type to be passed as a single characterRichard Levitte
2021-02-24X509: Refactor X509_PUBKEY processing to include provider side keysRichard Levitte
2021-02-22Add EVP_PKEY_public_check_quick.Shane Lontis
2021-02-19Fix d2i_AutoPrivateKey_ex so that is uses the new decoder (and producesShane Lontis
2021-02-18Pass the object type and data structure from the pem2der decoderMatt Caswell
2021-02-18Adjust the few places where the string length was confusedRichard Levitte
2021-02-18Update copyright yearMatt Caswell
2021-02-18Fix external symbols related to provider related security checks forShane Lontis
2021-02-18Fix external symbols in the provider digest implementations.Shane Lontis
2021-02-18Add deep copy of propq field in mac_dupctx to avoid double freezekeevans-mf
2021-02-18dsa_check: Perform simple parameter check if seed is not availableTomas Mraz
2021-02-18Fix external symbols in the provider cipher implementations.Shane Lontis
2021-02-17Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz
2021-02-17rand: update DRBGs to use the get_entropy call for seedingPauli
2021-02-17RNG test: add get_entropy hook for testing.Pauli