summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-02-28doc: update provider-mac documentation to account for the additional init() a...Pauli
2021-02-28doc: update KMAC doc to not say that the `KEY\' parameter needs to be set bef...Pauli
2021-02-28apps: update speed to use the additional arguments to MAC_initPauli
2021-02-28doc: note the additional parameters to EVP_MAC_init()Pauli
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-28core: update to use the extra MAC init argumentsPauli
2021-02-28test: updates for the new additional MAC_init argumentsPauli
2021-02-28evp_test: updates for the new additional MAC_init argumentsPauli
2021-02-28tls: updates for the new additional MAC_init argumentsPauli
2021-02-28evp: updates for the new additional MAC_init argumentsPauli
2021-02-28crmf: updates for the new additional MAC_init argumentsPauli
2021-02-28apps: updates for the new additional MAC_init argumentsPauli
2021-02-28apps: update mac to work with additional MAC_init arguments. This doesn't in...Pauli
2021-02-28apps: update fipsinstall to work with additional 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-27crypto/asn1/i2d_evp.c: Fix i2d_provided() to return a proper lengthRichard Levitte
2021-02-27PROV: Implement an EC key -> blob encoder, to get the public keyRichard Levitte
2021-02-27Modify i2d_PublicKey() so it can get an EC public key as a blobRichard Levitte
2021-02-27test_ecpub: test that we can decode the DER we encodedBenjamin Kaduk
2021-02-27test_ecpub: verify returned length after encodingBenjamin Kaduk
2021-02-27Add test for EC pubkey export/importBenjamin Kaduk
2021-02-27Code cleanup mostly in crypto/x509/v3_purp.cDr. David von Oheimb
2021-02-26Check ASN1_item_ndef_i2d() return value.Benjamin Kaduk
2021-02-26evp_pkey_provided_test: Improve diagnostic outputTomas Mraz
2021-02-26tests: Always print errors before test verdictTomas Mraz
2021-02-26fuzzer: add ctx gettable/settable to the fuzzer RNGPauli
2021-02-26test: add ctx gettable/settable to the generic fake random number generatorPauli
2021-02-26core: support modified gettable/settable ctx calls for ciphersPauli
2021-02-26changes to match the updated context gettable/settable calls for ciphersPauli
2021-02-26evp: upport modified gettable/settable ctx calls for ciphersPauli
2021-02-26prov: upport modified gettable/settable ctx calls for ciphersPauli
2021-02-26evp: support modified gettable/settable ctx calls for MACsPauli
2021-02-26doc: changes to match the updated context gettable/settable calls for MACsPauli
2021-02-26core: core: support modified gettable/settable ctx calls for MACsPauli
2021-02-26prov: support modified gettable/settable ctx calls for MACsPauli
2021-02-26prov: support modified gettable/settable ctx calls for KDFsPauli
2021-02-26core: support modified gettable/settable ctx calls for KDFsPauli
2021-02-26evp: support modified gettable/settable ctx calls for KDFsPauli
2021-02-26doc: changes to match the updated context gettable/settable callsPauli