summaryrefslogtreecommitdiffstats
path: root/Configurations (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-03APPS: Modify 'fipsinstall' to output all notifications on stderrRichard Levitte1-6/+6
2021-03-03Make 'tests' depend on a generated 'providers/fipsmodule.cnf'Richard Levitte1-0/+10
2021-03-03build.info: Make it possible to use compiled programs as generatorsRichard Levitte4-118/+251
2021-03-03build.info: Add the possibility to add dependencies on raw targetsRichard Levitte6-8/+62
2021-03-03DOCS: Fix provider-mac.pod and the docs of our implementationsRichard Levitte8-61/+100
2021-03-03doc: add a note to the RAND_get0_ calls indicating how to set the DRBG type.Pauli1-1/+6
2021-03-03ossl_rsa_sp800_56b_check_public: Be more lenient with small keysTomas Mraz1-3/+7
2021-03-03rand: remove FIPS mode conditional code.Pauli1-35/+1
2021-03-03EVP_PKEY_CTX_get/settable_params: pass provider operation contextTomas Mraz30-100/+158
2021-03-03Fix NULL access in ssl_build_cert_chain() when ctx is NULL.Shane Lontis3-1/+142
2021-03-03Remove todos in decode_der2key.c and decode_ms2key.cTomas Mraz2-2/+2
2021-03-03Improve error reporting in key exchange provider implementationsTomas Mraz3-8/+17
2021-03-03Remove unused MAX_TLS_MAC_SIZE defineTomas Mraz1-3/+0
2021-03-03Remove todos in providers/implementations/include/provTomas Mraz2-8/+6
2021-03-03Resolve TODOs in signature implementations.Tomas Mraz4-5/+11
2021-03-03statem_lib.c: Remove TODOs that are unnecessaryTomas Mraz1-8/+0
2021-03-03test_ssl_new: X448, X25519, and EdDSA are supported with fipsTomas Mraz4-199/+185
2021-03-03evp_extra_test2: Remove TODO 3.0Tomas Mraz1-1/+1
2021-03-03evp_extra_test: Remove TODO comment as setting the curve is mandatoryTomas Mraz1-1/+0
2021-03-02Fix a copy&paste error in evp_extra_testMatt Caswell1-3/+2
2021-03-02Fix compiling error on armFangming.Fang1-3/+7
2021-03-02openssl-cmp.pod.in: replace the term 'verify' by the more correct 'validate'Dr. David von Oheimb1-20/+32
2021-03-02CMP: On NULL-DN subject or issuer input omit field in cert templateDr. David von Oheimb4-50/+99
2021-03-02test: use the new set public and private together callPauli1-4/+2
2021-03-02test: add utility function to set the fake random callback on both the public...Pauli2-4/+17
2021-03-02test: update ECDSA and SM2 internal tests in line with the fake_random changePauli2-7/+16
2021-03-02test: update test_random to create real contexts instead of sharing onePauli2-15/+39
2021-03-01make updateRichard Levitte1-0/+6
2021-03-01Fix build of /dev/crypto engine with no-dynamic-engine optionUndefBehavior1-1/+0
2021-03-01Remove RSA SSLv23 padding modeRich Salz21-280/+16
2021-03-01Generalize schmeme parsing of OSSL_HTTP_parse_url() to OSSL_parse_url()Dr. David von Oheimb7-34/+105
2021-03-01OSSL_HTTP_parse_url(): Handle any userinfo, query, and fragment componentsDr. David von Oheimb16-166/+310
2021-02-28apps/x509.c: Fix mem leaks in processing of -next_serial in print loopDr. David von Oheimb2-8/+8
2021-02-28apps/x509.c: Improve print_name() and coding style of large print loop in x50...Dr. David von Oheimb5-119/+71
2021-02-28apps/x509.c: Improve indentation of the large print loop in x509_main()Dr. David von Oheimb1-133/+125
2021-02-28apps/x509.c: Fix too eager call to X509_set_issuer_name() introduced recentlyDr. David von Oheimb1-6/+6
2021-02-28rand: use params argument on instantiate callPauli1-7/+2
2021-02-28core: add params argument to DRBG instantiate callPauli1-1/+2
2021-02-28doc: update documenation with params argument on DRBG instantiate callsPauli6-7/+9
2021-02-28test: update tests to allow for params argument for the instantiate call on E...Pauli3-8/+7
2021-02-28prov: update rand implementations to have a params argument for the instantia...Pauli8-11/+22
2021-02-28fips: update DRBG KATs for the extra instantiate argumentPauli1-3/+3
2021-02-28evp: add params argument to EVP_RAND_instantiate()Pauli3-12/+16
2021-02-28doc: document additional argument to KDF derive callsPauli9-43/+11
2021-02-28prov: add additional argument to KDF derive call in key exchangePauli1-1/+1
2021-02-28fips: add additional argument to KDF derive call in self testPauli1-3/+1
2021-02-28crypto: add additional argument to KDF derive callsPauli5-9/+5
2021-02-28apps: add addition argument to KDF derive callPauli1-1/+1
2021-02-28prov: add extra params argument to KDF implementationsPauli10-28/+33
2021-02-28tls: adjust for extra argument to KDF derive callPauli2-6/+3