summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* test/threadstest.c: Add a test to load providers concurrentlyRichard Levitte2021-03-041-0/+29
* ecx_set_priv_key: Try to obtain libctx from the pkey's keymgmtTomas Mraz2021-03-041-4/+15
* bn_ctx.c: Remove TODO 3.0 related to tracing in FIPS moduleTomas Mraz2021-03-041-1/+1
* ecx_set_priv_key: Remove TODO 3.0 related to setting libctxTomas Mraz2021-03-041-1/+0
* do_sigver_init: Remove fallback for missing provider implementations.Tomas Mraz2021-03-041-11/+0
* Remove some of the TODO 3.0 in crypto/evp related to legacy support.Tomas Mraz2021-03-044-31/+33
* crypto/param_build_set.c: Remove irrelevant TODO 3.0Tomas Mraz2021-03-041-1/+0
* crypto/ppccap.c: Remove useless TODO 3.0Tomas Mraz2021-03-041-4/+0
* include/crypto: Remove TODOs that are irrelevant for 3.0Tomas Mraz2021-03-042-5/+3
* include/internal: Remove TODOs that are irrelevant for 3.0Tomas Mraz2021-03-042-2/+2
* test/x509: Test for issuer being overwritten when printing.Tomas Mraz2021-03-044-106/+95
* OSSL_STORE: restore diagnostics on decrypt error; provide password hintsDr. David von Oheimb2021-03-044-11/+24
* crypto: rename error flags in internal structuresTobias Nießen2021-03-046-33/+33
* Add a new test recipe to verify the generated test fipsmodule.cnfRichard Levitte2021-03-031-0/+37
* Fix the perl code to get FIPSMODULENAMERichard Levitte2021-03-033-3/+6
* TEST: Remove the build of fipsmodule.cnf from test recipesRichard Levitte2021-03-0323-207/+39
* APPS: Modify 'fipsinstall' to output all notifications on stderrRichard Levitte2021-03-031-6/+6
* Make 'tests' depend on a generated 'providers/fipsmodule.cnf'Richard Levitte2021-03-031-0/+10
* build.info: Make it possible to use compiled programs as generatorsRichard Levitte2021-03-034-118/+251
* build.info: Add the possibility to add dependencies on raw targetsRichard Levitte2021-03-036-8/+62
* DOCS: Fix provider-mac.pod and the docs of our implementationsRichard Levitte2021-03-038-61/+100
* doc: add a note to the RAND_get0_ calls indicating how to set the DRBG type.Pauli2021-03-031-1/+6
* ossl_rsa_sp800_56b_check_public: Be more lenient with small keysTomas Mraz2021-03-031-3/+7
* rand: remove FIPS mode conditional code.Pauli2021-03-031-35/+1
* 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