summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-03-03build.info: Add the possibility to add dependencies on raw targetsRichard Levitte
2021-03-03DOCS: Fix provider-mac.pod and the docs of our implementationsRichard Levitte
2021-03-03doc: add a note to the RAND_get0_ calls indicating how to set the DRBG type.Pauli
2021-03-03ossl_rsa_sp800_56b_check_public: Be more lenient with small keysTomas Mraz
2021-03-03rand: remove FIPS mode conditional code.Pauli
2021-03-03EVP_PKEY_CTX_get/settable_params: pass provider operation contextTomas Mraz
2021-03-03Fix NULL access in ssl_build_cert_chain() when ctx is NULL.Shane Lontis
2021-03-03Remove todos in decode_der2key.c and decode_ms2key.cTomas Mraz
2021-03-03Improve error reporting in key exchange provider implementationsTomas Mraz
2021-03-03Remove unused MAX_TLS_MAC_SIZE defineTomas Mraz
2021-03-03Remove todos in providers/implementations/include/provTomas Mraz
2021-03-03Resolve TODOs in signature implementations.Tomas Mraz
2021-03-03statem_lib.c: Remove TODOs that are unnecessaryTomas Mraz
2021-03-03test_ssl_new: X448, X25519, and EdDSA are supported with fipsTomas Mraz
2021-03-03evp_extra_test2: Remove TODO 3.0Tomas Mraz
2021-03-03evp_extra_test: Remove TODO comment as setting the curve is mandatoryTomas Mraz
2021-03-02Fix a copy&paste error in evp_extra_testMatt Caswell
2021-03-02Fix compiling error on armFangming.Fang
2021-03-02openssl-cmp.pod.in: replace the term 'verify' by the more correct 'validate'Dr. David von Oheimb
2021-03-02CMP: On NULL-DN subject or issuer input omit field in cert templateDr. David von Oheimb
2021-03-02test: use the new set public and private together callPauli
2021-03-02test: add utility function to set the fake random callback on both the public...Pauli
2021-03-02test: update ECDSA and SM2 internal tests in line with the fake_random changePauli
2021-03-02test: update test_random to create real contexts instead of sharing onePauli
2021-03-01make updateRichard Levitte
2021-03-01Fix build of /dev/crypto engine with no-dynamic-engine optionUndefBehavior
2021-03-01Remove RSA SSLv23 padding modeRich Salz
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