summaryrefslogtreecommitdiffstats
path: root/providers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2021-03-1137-37/+37
* Add a real type for OSSL_CORE_BIO which is distinct from and not castable to BIOPauli2021-03-113-5/+26
* Use BIO_f_readbuffer() in the decoder to support stdin.Shane Lontis2021-03-101-159/+11
* OSSL_STORE: restore diagnostics on decrypt error; provide password hintsDr. David von Oheimb2021-03-041-1/+7
* Make 'tests' depend on a generated 'providers/fipsmodule.cnf'Richard Levitte2021-03-031-0/+10
* rand: remove FIPS mode conditional code.Pauli2021-03-031-35/+1
* EVP_PKEY_CTX_get/settable_params: pass provider operation contextTomas Mraz2021-03-0318-59/+101
* Remove todos in decode_der2key.c and decode_ms2key.cTomas Mraz2021-03-032-2/+2
* Improve error reporting in key exchange provider implementationsTomas Mraz2021-03-033-8/+17
* Remove unused MAX_TLS_MAC_SIZE defineTomas Mraz2021-03-031-3/+0
* Remove todos in providers/implementations/include/provTomas Mraz2021-03-032-8/+6
* Resolve TODOs in signature implementations.Tomas Mraz2021-03-033-5/+5
* 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