summaryrefslogtreecommitdiffstats
path: root/demos (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-28prov: update hmac to have additional init argumentsPauli1-8/+25
2021-02-28prov: update gmac to have additional init argumentsPauli1-12/+29
2021-02-28prov: update cmac to have additional init argumentsPauli1-17/+17
2021-02-28prov: use new MAC_init arguments in HMAC-DRBGPauli1-14/+3
2021-02-28prov: use new MAC_init arguments in signature legacy codePauli1-3/+3
2021-02-28prov: update provider util to be less agressive about changing things unneces...Pauli1-1/+6
2021-02-28fips: update to use the extra MAC init argumentsPauli1-5/+2
2021-02-28core: update to use the extra MAC init argumentsPauli1-1/+2
2021-02-28test: updates for the new additional MAC_init argumentsPauli3-19/+9
2021-02-28evp_test: updates for the new additional MAC_init argumentsPauli4-14/+26
2021-02-28tls: updates for the new additional MAC_init argumentsPauli2-16/+9
2021-02-28evp: updates for the new additional MAC_init argumentsPauli2-3/+5
2021-02-28crmf: updates for the new additional MAC_init argumentsPauli1-4/+2
2021-02-28apps: updates for the new additional MAC_init argumentsPauli1-8/+2
2021-02-28apps: update mac to work with additional MAC_init arguments. This doesn't in...Pauli1-3/+4
2021-02-28apps: update fipsinstall to work with additional MAC_init argumentsPauli1-1/+1
2021-02-28prov kdf: update to use the extra MAC init argumentsPauli3-26/+4
2021-02-28prov: update SipHash to new init functionPauli1-32/+63
2021-02-28siphash: Add the C and D round parameters for SipHash.Pauli5-12/+36
2021-02-27crypto/asn1/i2d_evp.c: Fix i2d_provided() to return a proper lengthRichard Levitte1-4/+10
2021-02-27PROV: Implement an EC key -> blob encoder, to get the public keyRichard Levitte4-1/+214
2021-02-27Modify i2d_PublicKey() so it can get an EC public key as a blobRichard Levitte1-11/+29
2021-02-27test_ecpub: test that we can decode the DER we encodedBenjamin Kaduk1-0/+25
2021-02-27test_ecpub: verify returned length after encodingBenjamin Kaduk1-2/+4
2021-02-27Add test for EC pubkey export/importBenjamin Kaduk1-0/+44
2021-02-27Code cleanup mostly in crypto/x509/v3_purp.cDr. David von Oheimb5-106/+103
2021-02-27Check ASN1_item_ndef_i2d() return value.Benjamin Kaduk1-0/+2
2021-02-26evp_pkey_provided_test: Improve diagnostic outputTomas Mraz1-4/+5
2021-02-26tests: Always print errors before test verdictTomas Mraz1-1/+1
2021-02-26fuzzer: add ctx gettable/settable to the fuzzer RNGPauli1-1/+2
2021-02-26test: add ctx gettable/settable to the generic fake random number generatorPauli1-1/+2
2021-02-26core: support modified gettable/settable ctx calls for ciphersPauli2-2/+4
2021-02-26changes to match the updated context gettable/settable calls for ciphersPauli2-15/+44
2021-02-26evp: upport modified gettable/settable ctx calls for ciphersPauli2-6/+36
2021-02-26prov: upport modified gettable/settable ctx calls for ciphersPauli10-20/+34
2021-02-26evp: support modified gettable/settable ctx calls for MACsPauli2-2/+30
2021-02-26doc: changes to match the updated context gettable/settable calls for MACsPauli2-14/+36
2021-02-26core: core: support modified gettable/settable ctx calls for MACsPauli2-2/+4
2021-02-26prov: support modified gettable/settable ctx calls for MACsPauli7-14/+27
2021-02-26prov: support modified gettable/settable ctx calls for KDFsPauli10-20/+40
2021-02-26core: support modified gettable/settable ctx calls for KDFsPauli2-2/+4
2021-02-26evp: support modified gettable/settable ctx calls for KDFsPauli2-2/+30
2021-02-26doc: changes to match the updated context gettable/settable callsPauli2-15/+37
2021-02-26evp: support modified gettable/settable ctx calls for RNGsPauli3-4/+32
2021-02-26core: update RNG gettable/settable ctx param callsPauli1-2/+2
2021-02-26prov: update RNGs to support modified gettable/settable CTX paramsPauli5-9/+18
2021-02-26doc: note changes to rand gettable/settable provider callPauli2-13/+35
2021-02-26doc: note changes to digest gettable/settable provider callsPauli2-21/+44
2021-02-26modify EVP to support digest gettable/settable callsPauli1-12/+22
2021-02-26core: update digest gettable/settable ctx params callsPauli1-2/+2