OSSL_HTTP_parse_url(): Handle any userinfo, query, and fragment components
[openssl.git] / test / recipes /
2021-02-28 Paulievp_test: updates for the new additional MAC_init arguments
2021-02-22 Petr GotthardFix -pkeyopt handling in apps/pkeyutl -rawin
2021-02-19 Dr. David von Oheimb81-test_cmp_cli_data: fixup on CSR test cases
2021-02-19 Shane LontisFix DH ASN1 decode so that it detects named groups.
2021-02-18 Matt CaswellDon't forget the type of thing we are loading
2021-02-18 Matt CaswellUpdate copyright year
2021-02-18 Tomas Mrazdsa_check: Perform simple parameter check if seed is...
2021-02-18 Dmitry BelyavskiyDSA parameter check using pkeyparam
2021-02-17 Paulitest: DRBG test with long seed.
2021-02-15 Matt CaswellFix the dhparam_check test
2021-02-10 Shane LontisChange the ASN1 variant of x942kdf so that it can test...
2021-02-08 Randall S. BeckerEnable fipsload test on NonStop x86.
2021-02-05 Matt CaswellStop disabling TLSv1.3 if ec and dh are disabled
2021-02-05 Richard LevitteTEST: Add an algorithm ID tester for libcrypto vs provider
2021-02-05 Tomas MrazRSA: properly generate algorithm identifier for RSA...
2021-02-05 Petr Gotthardapps/openssl: add -propquery command line option
2021-02-04 Dmitry BelyavskiyDH/DHX parameter check using pkeyparam
2021-02-04 Dr. David von Oheimbtest/recipes: split 81_test_cmp_cli.t, add test using...
2021-02-02 Matt CaswellAdd a multi-thread test for shared EVP_PKEYs
2021-01-29 Tomas Mrazrsa_kmgmt: Return OSSL_PKEY_PARAM_DEFAULT_DIGEST for...
2021-01-28 Dr. David von Oheimbcheck_sig_alg_match(): weaken sig nid comparison to...
2021-01-28 Richard LevitteUpdate copyright year
2021-01-27 Matt CaswellFix running mingw dhparam test under wine
2021-01-26 Dr. David von OheimbTLS client: allow cert verify callback return -1 for...
2021-01-26 Tomas MrazCheck that the ecparam and pkeyparam do not mangle...
2021-01-26 Tomas MrazDisable the test-ec completely when building with no-ec
2021-01-21 Tomas Mrazdh_cms_set_shared_info: Use explicit fetch to be able...
2021-01-21 Tomas MrazFixes related to broken DH support in CMS
2021-01-21 Dr. David von OheimbCMP: Allow PKCS#10 input also for ir, cr, kur, and...
2021-01-20 Dr. David von Oheimbapps/x509.c: Make -x509toreq respect -clrext, -sigopt...
2021-01-20 Dr. David von Oheimb80-test_ssl_old.t: Minor corrections: update name of...
2021-01-20 Dr. David von Oheimb25-test_x509.t: Make test case w.r.t. self-issued cert...
2021-01-20 Dr. David von Oheimb25-test_x509.t: Minor update: factor out path for test...
2021-01-20 Dr. David von Oheimb25-test_x509.t: Minor update: do not anymore unlink...
2021-01-20 Jon Spilletttest-gendsa: Add test cases with FIPS provider
2021-01-14 Matt CaswellAdd a test for performing work in multiple concurrent...
2021-01-13 Dr. David von Oheimbapps/req.c: Add -copy_extensions option for use with...
2021-01-13 Dr. David von OheimbAdd X509V3_set_issuer_pkey, needed for AKID of self...
2021-01-13 Dr. David von OheimbAdd tests for (non-)default SKID and AKID inclusion...
2021-01-13 Dr. David von OheimbX509_cmp(): Fix comparison in case x509v3_cache_extensi...
2021-01-11 Dr. David von OheimbAPPS: Print help also on -h and --h; print high-level...
2021-01-08 Nicola Tuveri[test][pkey_check] Add more invalid SM2 key tests
2021-01-08 Nicola Tuveri[test][pkey_check] Add invalid SM2 key test
2021-01-08 Nicola Tuveri[test] Add `pkey -check` validation tests
2020-12-15 Richard LevitteTEST: Fix test/recipes/15-test_rsa.t
2020-12-15 Dmitry BelyavskiySkip tests depending on deprecated list -*-commands...
2020-12-14 Shane LontisChange AES-CTS modes CS2 and CS3 to also be inside...
2020-12-11 Matt CaswellSkip cms tests using RC2 if no legacy provider
2020-12-11 Matt CaswellDon't run a legacy specific PKCS12 test if no legacy...
2020-12-11 Matt CaswellDon't use the legacy provider in test_store if its...
2020-12-11 Matt CaswellDon't load the legacy provider in test_evp_libctx unnec...
2020-12-11 Matt CaswellDon't load the legacy provider if not available in...
2020-12-11 Matt CaswellSkip testing ciphers in the legacy provider if no legacy
2020-12-11 Matt CaswellDon't load the legacy provider in endecoder_legacy_test
2020-12-11 Matt CaswellDon't use legacy provider if not available in test_ssl_old
2020-12-11 Matt CaswellSkip evp_test cases where we need the legacy prov and...
2020-12-10 Dr. David von Oheimbapps/{ca,req,x509}.c: Improve diag and doc mostly on...
2020-12-04 Matt CaswellFix no-dsa
2020-12-03 Shane LontisFix ecdsa digest setting code to match dsa.
2020-12-03 Dr. David von Oheimbx509_vfy.c: Restore rejection of expired trusted (root...
2020-12-02 Richard LevitteAdd test to demonstrate the app's new engine key loading
2020-12-02 Daiki Uenoopenssl dgst: add option to specify output length for XOF
2020-12-02 Shane LontisAdd EVP_KDF-X942 to the fips module
2020-12-01 Richard LevitteTEST: Add a simple module loader, and test the FIPS...
2020-12-01 Dr. David von Oheimbtest cleanup: move helper .c and .h files to test/helpers/
2020-11-29 Dr. David von Oheimbendecode_test.c: Significant speedup in generating...
2020-11-27 Matt CaswellDeprecate the DHparams and DHxparams PEM routines
2020-11-26 Matt CaswellUpdate copyright year
2020-11-25 Matt CaswellFix no-rc2
2020-11-25 Dr. David von Oheimbre-encrypt 81-test_cmp_cli_data/Mock/signer.p12 with...
2020-11-25 Matt CaswellRe-enable testing of ciphersuites
2020-11-25 Matt CaswellTest that OSSL_STORE can load various types of params
2020-11-25 Matt CaswellTest various deprecated PEM_read_bio_* APIs
2020-11-24 Richard LevitteTEST: Make our test data binary
2020-11-23 Matt CaswellAdd a test for the dhparam CLI application
2020-11-20 Shane LontisFix crash in genpkey app when -pkeyopt digest:name...
2020-11-19 David von Oheimbapps/pkcs12: Retain test output files
2020-11-18 Matt CaswellSwap to FIPS186-2 DSA generation outside of the FIPS...
2020-11-16 Shane LontisFix dsa securitycheck for fips.
2020-11-15 Richard Levittetest/endecoder_legacy_test.c: new test for legacy compa...
2020-11-12 Nicola Tuveri[test/recipes] Split test_fuzz into separate recipes
2020-11-12 XiaokangQianOptimize AES-XTS mode in OpenSSL for aarch64
2020-11-11 Pauliapps/passwd: remove the -crypt option.
2020-11-11 Richard Levittetest/recipes/30-test_evp_libctx.t: use fips-and-base.cnf
2020-11-11 Dr. David von Oheimb25-test_x509.t: Re-add and improve a test on non-existe...
2020-11-08 Shane LontisRemove test that breaks on AIX.
2020-11-07 Richard LevitteFix test/recipes/80-test_ca.t to skip_all properly...
2020-11-05 Matt CaswellUpdate copyright year
2020-11-01 Shane LontisAdd AES KW inverse ciphers to the EVP layer
2020-11-01 Richard Levittetest/recipes/90-test_shlibload.t: Skip when address...
2020-10-30 Richard Levittetest/recipes/15-test_gendh.t: don't try DER params
2020-10-16 Richard LevitteTEST: modify tconversion.pl for forensics
2020-10-15 Matt CaswellUpdate copyright year
2020-10-09 Randall S. BeckerDisabled symbol_presence test on NonStop due to differe...
2020-10-08 Dmitry BelyavskiyTests for processing zero-length content in SMIME format
2020-10-06 Dr. David von OheimbMove CMP CLI test output files to BLDTOP/test-runs...
2020-10-05 Dmitry BelyavskiySome OIDs used in Russian X.509 certificates.
2020-09-30 Dr. David von OheimbPrune low-level ASN.1 parse errors from error queue...
2020-09-30 Dr. David von Oheimb25-test_x509.t: Add test for suitable error report...
2020-09-28 Dr. David von Oheimb30-test_evp.t: On no-dh, no-dsa, no-ec, no-sm2, and...
next