Remove duplicate GENERATE declarations for .pod files
[openssl.git] / test /
2021-01-11 Dr. David von OheimbAPPS: Print help also on -h and --h; print high-level...
2021-01-08 Romain GeisslerFix simpledynamic test compilation when condigured...
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
2021-01-08 Michael BaentschAdding TLS group name retrieval
2021-01-07 Matt CaswellUpdate copyright year
2021-01-05 Etienne Millon28-seclevel.cnf.in: fix typo in algo name
2020-12-31 Matt CaswellAdd a test for the new CRYPTO_atomic_* functions
2020-12-20 Richard LevitteDrop OPENSSL_NO_RSA everywhere
2020-12-19 Richard LevitteFix 'no-deprecated'
2020-12-19 Richard LevitteTEST: Fix test/endecode_test.c for 'no-legacy'
2020-12-17 Richard LevitteCORE: Separate OSSL_PROVIDER activation from OSSL_PROVI...
2020-12-16 Richard LevitteAdd necessary checks of OPENSSL_NO_DH, OPENSSL_NO_DSA...
2020-12-15 Richard LevitteTEST: Fix test/recipes/15-test_rsa.t
2020-12-15 Paulitest: document the random test ordering env variable
2020-12-15 Paulitest: print OPENSSL_TEST_RAND_ORDER=x when a randomised...
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-14 Shane LontisFix Segfault in EVP_PKEY_CTX_dup when the ctx has an...
2020-12-13 Richard LevitteRemove unnecessary guards around MSBLOB and PVK readers...
2020-12-12 Pauliparams: add integer conversion test cases.
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 CaswellFix sslapitest.c if built with no-legacy
2020-12-11 Matt CaswellSkip evp_test cases where we need the legacy prov and...
2020-12-11 Shane LontisAdd validate method to ECX keymanager
2020-12-10 Dr. David von Oheimbapps/{ca,req,x509}.c: Improve diag and doc mostly on...
2020-12-10 Dr. David von OheimbUse adapted test_get_libctx() for simpler test setup...
2020-12-09 Matt CaswellTest that we can negotiate TLSv1.3 if we have an SNI...
2020-12-09 Tomas Mrazv3nametest: Make the gennames structure static
2020-12-08 Daniel BeveniusSTORE: clear err after ossl_store_get0_loader_int
2020-12-08 Matt CaswellFix a compilation failure with no-tls_1_2
2020-12-08 Matt CaswellFix a test failure with no-tls1_3
2020-12-08 Matt CaswellAdd a test for encoding/decoding using an invalid ASN...
2020-12-08 Matt CaswellAdd a test for GENERAL_NAME_cmp
2020-12-07 Shane LontisChange OPENSSL_hexstr2buf_ex() & OPENSSL_buf2hexstr_ex...
2020-12-04 Dr. David von Oheimbtest/certs/setup.sh: Fix two glitches
2020-12-04 Dr. David von Oheimbevp_pkey_dparams_test.c: Fix build error on OPENSSL_NO_...
2020-12-04 Dr. David von Oheimbendecode_test.c: Fix build errors on OPENSSL_NO_{DH...
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 Matt CaswellFix no-dtls
2020-12-02 Daiki Uenoopenssl dgst: add option to specify output length for XOF
2020-12-02 Richard LevitteAdapt everything else to the updated OSSL_ENCODER_CTX_n...
2020-12-02 Shane LontisAdd EVP_KDF-X942 to the fips module
2020-12-02 PauliPrint random seed on test failure.
2020-12-01 Kelvin LeeFix simpledynamic.c - a typo and missed a header
2020-12-01 Richard LevitteTEST: Add a simple module loader, and test the FIPS...
2020-12-01 Richard LevitteTEST: Break out the local dynamic loading code from...
2020-12-01 Dr. David von Oheimbendecode_test.c: Add warning that 512-bit DH key size...
2020-12-01 Dr. David von Oheimbtest cleanup: move helper .c and .h files to test/helpers/
2020-12-01 Dr. David von Oheimbremove obsolete test/drbg_cavs_data.h
2020-12-01 Dr. David von Oheimbremove obsolete test/drbg_extra_test.h
2020-11-30 Matt CaswellFix builds that specify both no-dh and no-ec
2020-11-30 Matt CaswellFix instances of pointer addition with the NULL pointer
2020-11-29 Dr. David von Oheimbendecode_test.c: Significant speedup in generating...
2020-11-28 Richard LevitteTEST: Fix path length in test/ossl_store_test.c
2020-11-27 Dr. David von OheimbX509_dup: fix copying of libctx and propq using new...
2020-11-27 Matt CaswellDeprecate more DH functions
2020-11-27 Matt CaswellDon't test a deprecated function in a no-deprecated...
2020-11-27 Matt CaswellDeprecate the DHparams and DHxparams PEM routines
2020-11-27 Richard LevitteTEST: Adapt test/errtest for the 'no-err' configuration
2020-11-27 Shane LontisFix no-deprecated configuration
2020-11-26 Tomas MrazAdd test for no reset after DigestFinal_ex and DigestFi...
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 Paulitest RNG: set state to uninitialised as part of uninsta...
2020-11-19 Paulitest: changes resulting from moving the entropy source...
2020-11-19 Matt CaswellAdd a test for setting, popping and clearing error...
2020-11-19 David von Oheimbapps/pkcs12: Retain test output files
2020-11-18 Richard LevitteDeprecate RSA harder
2020-11-18 Matt CaswellSwap to FIPS186-2 DSA generation outside of the FIPS...
2020-11-18 Matt CaswellAdapt ssltest_old to not use deprecated DH APIs
2020-11-18 Matt CaswellExtend the auto DH testing to check DH sizes
2020-11-18 Matt CaswellAdd some additional test certificates/keys
2020-11-18 Matt CaswellAdd a test for the various ways of setting temporary...
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-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
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 Paulirsa_test: add return value check
2020-11-11 Richard Levittetest/recipes/30-test_evp_libctx.t: use fips-and-base.cnf
next