aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tls: adjust for extra argument to KDF derive callPauli2021-02-282-6/+3
* test: adjust tests to include extra argument to KDF derive callPauli2021-02-282-59/+39
* evp: add param argument to KDF derive callPauli2021-02-283-10/+15
* core: add param argument to KDF derive callPauli2021-02-282-3/+5
* doc: update provider-mac documentation to account for the additional init() a...Pauli2021-02-281-4/+7
* doc: update KMAC doc to not say that the `KEY\' parameter needs to be set bef...Pauli2021-02-281-1/+3
* apps: update speed to use the additional arguments to MAC_initPauli2021-02-281-9/+5
* doc: note the additional parameters to EVP_MAC_init()Pauli2021-02-281-11/+10
* 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
* core: update to use the extra MAC init argumentsPauli2021-02-281-1/+2
* test: updates for the new additional MAC_init argumentsPauli2021-02-283-19/+9
* evp_test: updates for the new additional MAC_init argumentsPauli2021-02-284-14/+26
* tls: updates for the new additional MAC_init argumentsPauli2021-02-282-16/+9
* evp: updates for the new additional MAC_init argumentsPauli2021-02-282-3/+5
* crmf: updates for the new additional MAC_init argumentsPauli2021-02-281-4/+2
* apps: updates for the new additional MAC_init argumentsPauli2021-02-281-8/+2
* apps: update mac to work with additional MAC_init arguments. This doesn't in...Pauli2021-02-281-3/+4
* apps: update fipsinstall to work with additional MAC_init argumentsPauli2021-02-281-1/+1
* 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-285-12/+36
* crypto/asn1/i2d_evp.c: Fix i2d_provided() to return a proper lengthRichard Levitte2021-02-271-4/+10
* PROV: Implement an EC key -> blob encoder, to get the public keyRichard Levitte2021-02-274-1/+214
* Modify i2d_PublicKey() so it can get an EC public key as a blobRichard Levitte2021-02-271-11/+29
* test_ecpub: test that we can decode the DER we encodedBenjamin Kaduk2021-02-271-0/+25
* test_ecpub: verify returned length after encodingBenjamin Kaduk2021-02-271-2/+4
* Add test for EC pubkey export/importBenjamin Kaduk2021-02-271-0/+44
* Code cleanup mostly in crypto/x509/v3_purp.cDr. David von Oheimb2021-02-275-106/+103
* Check ASN1_item_ndef_i2d() return value.Benjamin Kaduk2021-02-261-0/+2
* evp_pkey_provided_test: Improve diagnostic outputTomas Mraz2021-02-261-4/+5
* tests: Always print errors before test verdictTomas Mraz2021-02-261-1/+1
* fuzzer: add ctx gettable/settable to the fuzzer RNGPauli2021-02-261-1/+2
* test: add ctx gettable/settable to the generic fake random number generatorPauli2021-02-261-1/+2
* core: support modified gettable/settable ctx calls for ciphersPauli2021-02-262-2/+4
* changes to match the updated context gettable/settable calls for ciphersPauli2021-02-262-15/+44
* evp: upport modified gettable/settable ctx calls for ciphersPauli2021-02-262-6/+36
* prov: upport modified gettable/settable ctx calls for ciphersPauli2021-02-2610-20/+34
* evp: support modified gettable/settable ctx calls for MACsPauli2021-02-262-2/+30
* doc: changes to match the updated context gettable/settable calls for MACsPauli2021-02-262-14/+36
* core: core: support modified gettable/settable ctx calls for MACsPauli2021-02-262-2/+4
* prov: support modified gettable/settable ctx calls for MACsPauli2021-02-267-14/+27