summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-03-05CI: add job with external testsTomas Mraz
2021-03-04DOCS: Document OSSL_STORE_INFO_PUBKEY in doc/man3/OSSL_STORE_INFO.podRichard Levitte
2021-03-04Make provider provider_init thread safe, and flag checking/setting tooRichard Levitte
2021-03-04Make ossl_provider_disable_fallback_loading() thread safeRichard Levitte
2021-03-04test/threadstest.c: Add a test to load providers concurrentlyRichard Levitte
2021-03-04ecx_set_priv_key: Try to obtain libctx from the pkey's keymgmtTomas Mraz
2021-03-04bn_ctx.c: Remove TODO 3.0 related to tracing in FIPS moduleTomas Mraz
2021-03-04ecx_set_priv_key: Remove TODO 3.0 related to setting libctxTomas Mraz
2021-03-04do_sigver_init: Remove fallback for missing provider implementations.Tomas Mraz
2021-03-04Remove some of the TODO 3.0 in crypto/evp related to legacy support.Tomas Mraz
2021-03-04crypto/param_build_set.c: Remove irrelevant TODO 3.0Tomas Mraz
2021-03-04crypto/ppccap.c: Remove useless TODO 3.0Tomas Mraz
2021-03-04include/crypto: Remove TODOs that are irrelevant for 3.0Tomas Mraz
2021-03-04include/internal: Remove TODOs that are irrelevant for 3.0Tomas Mraz
2021-03-04test/x509: Test for issuer being overwritten when printing.Tomas Mraz
2021-03-04OSSL_STORE: restore diagnostics on decrypt error; provide password hintsDr. David von Oheimb
2021-03-04crypto: rename error flags in internal structuresTobias Nießen
2021-03-03Add a new test recipe to verify the generated test fipsmodule.cnfRichard Levitte
2021-03-03Fix the perl code to get FIPSMODULENAMERichard Levitte
2021-03-03TEST: Remove the build of fipsmodule.cnf from test recipesRichard Levitte
2021-03-03APPS: Modify 'fipsinstall' to output all notifications on stderrRichard Levitte
2021-03-03Make 'tests' depend on a generated 'providers/fipsmodule.cnf'Richard Levitte
2021-03-03build.info: Make it possible to use compiled programs as generatorsRichard Levitte
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