| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Check that the ecparam and pkeyparam do not mangle the parameters | Tomas Mraz | 2021-01-26 | 31 | -22/+76 |
* | Disable the test-ec completely when building with no-ec | Tomas Mraz | 2021-01-26 | 1 | -73/+59 |
* | dh_cms_set_shared_info: Use explicit fetch to be able to provide libctx | Tomas Mraz | 2021-01-21 | 1 | -1/+1 |
* | Fixes related to broken DH support in CMS | Tomas Mraz | 2021-01-21 | 1 | -12/+10 |
* | CMP: Allow PKCS#10 input also for ir, cr, kur, and rr messages | Dr. David von Oheimb | 2021-01-21 | 2 | -2/+4 |
* | apps/x509.c: Make -x509toreq respect -clrext, -sigopt, and -extfile options | Dr. David von Oheimb | 2021-01-20 | 1 | -2/+2 |
* | 80-test_ssl_old.t: Minor corrections: update name of test dir etc. | Dr. David von Oheimb | 2021-01-20 | 1 | -4/+4 |
* | 25-test_x509.t: Make test case w.r.t. self-issued cert run also without EC en... | Dr. David von Oheimb | 2021-01-20 | 1 | -23/+17 |
* | 25-test_x509.t: Minor update: factor out path for test input files | Dr. David von Oheimb | 2021-01-20 | 1 | -15/+14 |
* | 25-test_x509.t: Minor update: do not anymore unlink test output files | Dr. David von Oheimb | 2021-01-20 | 1 | -3/+3 |
* | test-gendsa: Add test cases with FIPS provider | Jon Spillett | 2021-01-20 | 1 | -3/+49 |
* | Add a test for performing work in multiple concurrent threads | Matt Caswell | 2021-01-14 | 1 | -1/+31 |
* | apps/req.c: Add -copy_extensions option for use with -x509; default: none | Dr. David von Oheimb | 2021-01-13 | 1 | -1/+14 |
* | Add X509V3_set_issuer_pkey, needed for AKID of self-issued not self-signed cert | Dr. David von Oheimb | 2021-01-13 | 2 | -14/+43 |
* | Add tests for (non-)default SKID and AKID inclusion by apps/{req,x509,ca}.c | Dr. David von Oheimb | 2021-01-13 | 3 | -18/+108 |
* | X509_cmp(): Fix comparison in case x509v3_cache_extensions() failed to due to... | Dr. David von Oheimb | 2021-01-13 | 1 | -5/+8 |
* | APPS: Print help also on -h and --h; print high-level help when no cmd given | Dr. David von Oheimb | 2021-01-11 | 1 | -2/+8 |
* | [test][pkey_check] Add more invalid SM2 key tests | Nicola Tuveri | 2021-01-08 | 4 | -1/+11 |
* | [test][pkey_check] Add invalid SM2 key test | Nicola Tuveri | 2021-01-08 | 2 | -0/+9 |
* | [test] Add `pkey -check` validation tests | Nicola Tuveri | 2021-01-08 | 3 | -0/+62 |
* | TEST: Fix test/recipes/15-test_rsa.t | Richard Levitte | 2020-12-15 | 1 | -1/+1 |
* | Skip tests depending on deprecated list -*-commands options | Dmitry Belyavskiy | 2020-12-15 | 1 | -0/+2 |
* | Change AES-CTS modes CS2 and CS3 to also be inside the fips module. | Shane Lontis | 2020-12-14 | 3 | -146/+138 |
* | Skip cms tests using RC2 if no legacy provider | Matt Caswell | 2020-12-11 | 1 | -0/+2 |
* | Don't run a legacy specific PKCS12 test if no legacy provider | Matt Caswell | 2020-12-11 | 1 | -1/+1 |
* | Don't use the legacy provider in test_store if its not available | Matt Caswell | 2020-12-11 | 1 | -3/+7 |
* | Don't load the legacy provider in test_evp_libctx unnecessarily | Matt Caswell | 2020-12-11 | 1 | -1/+1 |
* | Don't load the legacy provider if not available in test_enc_more | Matt Caswell | 2020-12-11 | 1 | -1/+7 |
* | Skip testing ciphers in the legacy provider if no legacy | Matt Caswell | 2020-12-11 | 1 | -2/+6 |
* | Don't load the legacy provider in endecoder_legacy_test | Matt Caswell | 2020-12-11 | 1 | -1/+1 |
* | Don't use legacy provider if not available in test_ssl_old | Matt Caswell | 2020-12-11 | 1 | -2/+7 |
* | Skip evp_test cases where we need the legacy prov and its not available | Matt Caswell | 2020-12-11 | 12 | -0/+306 |
* | apps/{ca,req,x509}.c: Improve diag and doc mostly on X.509 extensions, fix mu... | Dr. David von Oheimb | 2020-12-10 | 1 | -1/+1 |
* | Fix no-dsa | Matt Caswell | 2020-12-04 | 1 | -24/+28 |
* | Fix ecdsa digest setting code to match dsa. | Shane Lontis | 2020-12-03 | 1 | -0/+21 |
* | x509_vfy.c: Restore rejection of expired trusted (root) certificate | Dr. David von Oheimb | 2020-12-03 | 1 | -1/+5 |
* | Add test to demonstrate the app's new engine key loading | Richard Levitte | 2020-12-02 | 1 | -1/+40 |
* | openssl dgst: add option to specify output length for XOF | Daiki Ueno | 2020-12-02 | 1 | -2/+16 |
* | Add EVP_KDF-X942 to the fips module | Shane Lontis | 2020-12-02 | 3 | -4/+54 |
* | TEST: Add a simple module loader, and test the FIPS module with it | Richard Levitte | 2020-12-01 | 1 | -0/+30 |
* | test cleanup: move helper .c and .h files to test/helpers/ | Dr. David von Oheimb | 2020-12-01 | 1 | -6/+6 |
* | endecode_test.c: Significant speedup in generating DH and DHX keys | Dr. David von Oheimb | 2020-11-29 | 1 | -8/+20 |
* | Deprecate the DHparams and DHxparams PEM routines | Matt Caswell | 2020-11-27 | 1 | -1/+5 |
* | Update copyright year | Matt Caswell | 2020-11-26 | 1 | -1/+1 |
* | Fix no-rc2 | Matt Caswell | 2020-11-25 | 1 | -8/+12 |
* | re-encrypt 81-test_cmp_cli_data/Mock/signer.p12 with AES-256-CBC (avoiding DES) | Dr. David von Oheimb | 2020-11-25 | 1 | -0/+0 |
* | Re-enable testing of ciphersuites | Matt Caswell | 2020-11-25 | 2 | -33/+62 |
* | Test that OSSL_STORE can load various types of params | Matt Caswell | 2020-11-25 | 4 | -2/+39 |
* | Test various deprecated PEM_read_bio_* APIs | Matt Caswell | 2020-11-25 | 8 | -0/+128 |
* | TEST: Make our test data binary | Richard Levitte | 2020-11-24 | 2 | -6/+6 |