summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-03-01Generalize schmeme parsing of OSSL_HTTP_parse_url() to OSSL_parse_url()Dr. David von Oheimb
2021-03-01OSSL_HTTP_parse_url(): Handle any userinfo, query, and fragment componentsDr. David von Oheimb
2021-02-28apps/x509.c: Fix mem leaks in processing of -next_serial in print loopDr. David von Oheimb
2021-02-28apps/x509.c: Improve print_name() and coding style of large print loop in x50...Dr. David von Oheimb
2021-02-28apps/x509.c: Improve indentation of the large print loop in x509_main()Dr. David von Oheimb
2021-02-28apps/x509.c: Fix too eager call to X509_set_issuer_name() introduced recentlyDr. David von Oheimb
2021-02-28rand: use params argument on instantiate callPauli
2021-02-28core: add params argument to DRBG instantiate callPauli
2021-02-28doc: update documenation with params argument on DRBG instantiate callsPauli
2021-02-28test: update tests to allow for params argument for the instantiate call on E...Pauli
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-28evp: add params argument to EVP_RAND_instantiate()Pauli
2021-02-28doc: document additional argument to KDF derive callsPauli
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-28crypto: add additional argument to KDF derive callsPauli
2021-02-28apps: add addition argument to KDF derive callPauli
2021-02-28prov: add extra params argument to KDF implementationsPauli
2021-02-28tls: adjust for extra argument to KDF derive callPauli
2021-02-28test: adjust tests to include extra argument to KDF derive callPauli
2021-02-28evp: add param argument to KDF derive callPauli
2021-02-28core: add param argument to KDF derive callPauli
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