summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* EVP_PKEY_CTX_get/settable_params: pass provider operation contextTomas Mraz2021-03-0330-100/+158
* Fix NULL access in ssl_build_cert_chain() when ctx is NULL.Shane Lontis2021-03-033-1/+142
* 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-034-5/+11
* statem_lib.c: Remove TODOs that are unnecessaryTomas Mraz2021-03-031-8/+0
* test_ssl_new: X448, X25519, and EdDSA are supported with fipsTomas Mraz2021-03-034-199/+185
* evp_extra_test2: Remove TODO 3.0Tomas Mraz2021-03-031-1/+1
* evp_extra_test: Remove TODO comment as setting the curve is mandatoryTomas Mraz2021-03-031-1/+0
* Fix a copy&paste error in evp_extra_testMatt Caswell2021-03-021-3/+2
* Fix compiling error on armFangming.Fang2021-03-021-3/+7
* openssl-cmp.pod.in: replace the term 'verify' by the more correct 'validate'Dr. David von Oheimb2021-03-021-20/+32
* CMP: On NULL-DN subject or issuer input omit field in cert templateDr. David von Oheimb2021-03-024-50/+99
* test: use the new set public and private together callPauli2021-03-021-4/+2
* test: add utility function to set the fake random callback on both the public...Pauli2021-03-022-4/+17
* test: update ECDSA and SM2 internal tests in line with the fake_random changePauli2021-03-022-7/+16
* test: update test_random to create real contexts instead of sharing onePauli2021-03-022-15/+39
* make updateRichard Levitte2021-03-011-0/+6
* Fix build of /dev/crypto engine with no-dynamic-engine optionUndefBehavior2021-03-011-1/+0
* Remove RSA SSLv23 padding modeRich Salz2021-03-0121-280/+16
* Generalize schmeme parsing of OSSL_HTTP_parse_url() to OSSL_parse_url()Dr. David von Oheimb2021-03-017-34/+105
* OSSL_HTTP_parse_url(): Handle any userinfo, query, and fragment componentsDr. David von Oheimb2021-03-0116-166/+310
* apps/x509.c: Fix mem leaks in processing of -next_serial in print loopDr. David von Oheimb2021-02-282-8/+8
* apps/x509.c: Improve print_name() and coding style of large print loop in x50...Dr. David von Oheimb2021-02-285-119/+71
* apps/x509.c: Improve indentation of the large print loop in x509_main()Dr. David von Oheimb2021-02-281-133/+125
* apps/x509.c: Fix too eager call to X509_set_issuer_name() introduced recentlyDr. David von Oheimb2021-02-281-6/+6
* rand: use params argument on instantiate callPauli2021-02-281-7/+2
* core: add params argument to DRBG instantiate callPauli2021-02-281-1/+2
* doc: update documenation with params argument on DRBG instantiate callsPauli2021-02-286-7/+9
* test: update tests to allow for params argument for the instantiate call on E...Pauli2021-02-283-8/+7
* prov: update rand implementations to have a params argument for the instantia...Pauli2021-02-288-11/+22
* fips: update DRBG KATs for the extra instantiate argumentPauli2021-02-281-3/+3
* evp: add params argument to EVP_RAND_instantiate()Pauli2021-02-283-12/+16
* doc: document additional argument to KDF derive callsPauli2021-02-289-43/+11
* 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
* crypto: add additional argument to KDF derive callsPauli2021-02-285-9/+5
* apps: add addition argument to KDF derive callPauli2021-02-281-1/+1
* prov: add extra params argument to KDF implementationsPauli2021-02-2810-28/+33
* 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