Optimize session cache flushing
[openssl.git] / test /
2021-06-10 Todd ShortOptimize session cache flushing
2021-06-10 Paulierr: clear flags better when clearing errors.
2021-06-09 Richard LevitteDecoding PKCS#8: separate decoding of encrypted and...
2021-06-09 Dr. David von Oheimb25-test_verify.t: Add test case: accept trusted self...
2021-06-09 Dr. David von Oheimbtest/certs/mkcert.sh: Correct description of geneealt...
2021-06-09 Dr. David von Oheimb25-test_verify.t: Prevent expiration of test case ...
2021-06-09 Dr. David von Oheimb80-test_cmp_http.t: Improve the way the test server...
2021-06-09 Dr. David von Oheimb80-test_cmp_http.t: Simplify and prevent hangs on serve...
2021-06-08 Matt CaswellCorrectly detect decode errors when checking if a key...
2021-06-08 Matt CaswellUse the fips-and-base.cnf config file in CMP tests
2021-06-08 Matt CaswellMark some priv/public key paris as only available in...
2021-06-08 Matt CaswellJust look for "Unable to load Public Key" if no SM2
2021-06-08 Matt CaswellFix the expected output of printing certificates
2021-06-08 Tomas MrazEVP_PKEY_new_raw_private_key: Allow zero length keys
2021-06-08 Shane LontisAdd a gettable for provider ciphers to return the EVP_C...
2021-06-08 Juergen ChristTest EVP_CipherInit sequences and resets
2021-06-07 Matt CaswellFix generate_ssl_tests.pl
2021-06-06 Richard Levittetest/recipes/80-test_cmp_http.t: Don't trust $server_po...
2021-06-06 Richard Levittetest/recipes/80-test_cmp_http.t: Simplify test_cmp_http()
2021-06-05 Matt CaswellEnsure libctx/propq is propagated when handling X509_REQ
2021-06-05 Matt CaswellUse the new ASN.1 libctx aware capabilities in CMP
2021-06-05 Matt CaswellFix evp_extra_test to use libctx in an X509_PUBKEY
2021-06-04 Matt CaswellTest a bad SmtpUTF8Mailbox name constraint
2021-06-04 Dr. David von Oheimb80-test_http.t: Rename to 79-test_http.t, add basic...
2021-06-04 Dr. David von Oheimb80-test_cmp_http.t: Improve comparison on server_port...
2021-06-03 Jon Spillett80-test_cmp_http.t: Re-enable CMP tests for AIX, removi...
2021-06-03 Paulirsa: make the maximum key strength check FIPS only.
2021-06-02 Tomas Mrazed25519 and ed448: fix incorrect OSSL_PKEY_PARAM_MAX_SIZE
2021-06-02 Dr. David von Oheimb80-test_cms.t: Replace use of ee-self-signed.pem by...
2021-06-02 Dr. David von Oheimbee-self-signed.pem: Restore original version, adding...
2021-06-02 Paulitest: remove TODOs
2021-06-02 Tomas MrazAdd NCONF_get_section_names()
2021-06-01 Tomas MrazMake the 00-prep_*.t recipe truly mandatory
2021-06-01 Tomas MrazRename also the OSSL_PROVIDER_name() function
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-06-01 Jon SpillettEnhance the encoder/decoder tests to allow testing...
2021-06-01 Shane LontisFix aes cfb1 so that it can operate in bit mode.
2021-05-30 Shane LontisFix PKCS7_verify to not have an error stack if it succeeds.
2021-05-29 Paulitest: add zero strenght arguments to BN and RAND RNG...
2021-05-29 Dr. David von Oheimbapps/lib/s_socket.c and 80-test_cmp_http.t: Make ACCEPT...
2021-05-28 Shane LontisFix intermittent CI failure in evp_kdf_test for non_cac...
2021-05-28 Shane LontisFix PKCS12_create() so that a fetch error is not added...
2021-05-27 Dr. David von OheimbTEST: Prefer using precomputed RSA and DH keys for...
2021-05-27 Paulitest: test MP genrsa in deprecated builds
2021-05-27 Paulitest: add test for key generation strength > RNG strength
2021-05-27 Paulitest: test genrsa in deprecated builds
2021-05-26 Rich SalzUse "" for include internal/xxx
2021-05-26 Rich SalzUse <> for #include openssl/xxx
2021-05-26 Tomas MrazDeprecate old style BIO callback calls
2021-05-26 Richard LevitteTEST: Add test specific fipsmodule.cnf, and use it
2021-05-26 Tomas MrazAdd negative test cases for PEM_read_bio_PrivateKey
2021-05-26 Paulitest: update RSA test with current bit strengths
2021-05-26 Shane LontisFix buffer overflow when generating large RSA keys...
2021-05-26 Petr GotthardFix building of test/pbetest.c
2021-05-25 Jon SpillettAdd special case to skip RC4 reinit
2021-05-25 Jon SpillettAdd an evp_libctx_test test run for legacy provider
2021-05-25 Paulitest: add evp_tests for the MAC size and block size
2021-05-25 Shane LontisAdd fipsinstall option to run self test KATS on module...
2021-05-24 Richard LevitteTEST: Avoid using just 'example.com' - test_cmp_http
2021-05-24 Jon SpillettAdd a test for PKCS5_PBE_keyivgen()
2021-05-24 Jon SpillettAdd PBKDF1 to the legacy provider
2021-05-24 Shane LontisRename the field 'provctx and data' to 'algctx' inside...
2021-05-23 Paulitest: fix typo in comment in threadstest.c
2021-05-23 Paulitest: add test case to reliably reproduce RAND leak...
2021-05-22 Dr. David von Oheimb80-test_cmp_http: Invert and correct the logic of succe...
2021-05-22 Dr. David von Oheimbapps/cms.c: Correct -sign output and -verify input...
2021-05-22 Pauliproperty: convert integers to strings properly.
2021-05-22 Richard Levittetest/params_conversion_test.c: fix the use of strtoumax...
2021-05-22 Richard LevitteInclude "internal/numbers.h" in test programs using...
2021-05-21 Dmitry BelyavskiyHMAC doesn't work with a default digest
2021-05-20 Dr. David von OheimbCMP test server: move apps/{,lib/}cmp_mock_srv.c and...
2021-05-20 Matt CaswellUpdate copyright year
2021-05-20 Richard Levittetest/evp_extra_test2.c: Try EVP_PKEY_export() with...
2021-05-20 Matt CaswellEnsure mirroring of properties works for subsequent...
2021-05-20 Matt CaswellTest that properties are mirrored as we expect
2021-05-20 Matt CaswellAdd a test for converting a property list to a string
2021-05-20 Shane LontisTest d2i_PrivateKey_bio() does not add errors to stack...
2021-05-19 Benjamin KadukTest new SSL_new_session_ticket() functionality
2021-05-19 Dr. David von Oheimbdanetest.c: Improve code formatting
2021-05-19 Dr. David von Oheimb80-test_cms.t: Disable new tests for binary input in...
2021-05-19 Dr. David von Oheimbapps/cms.c: Make -sign and -verify handle binary input
2021-05-18 Dr. David von OheimbMove ossl_sleep() to e_os.h and use it in apps
2021-05-18 Pauliseal: make EVP_SealInit() library context aware
2021-05-18 Paulitest: conditionally exclude unused code for no-tls1...
2021-05-17 Rich SalzAdd SSL_OP_ALLOW_CLIENT_RENEGOTIATION
2021-05-16 Shane LontisFix compiler error when using config option 'enable...
2021-05-16 Richard LevitteAdapt 80-test_cmp_http.t and its data for random accept...
2021-05-15 Benjamin KadukAdd extensive test coverage for SSL_get_negotiated_group()
2021-05-15 Benjamin Kadukmove group lists out of test_key_exchange() in preparat...
2021-05-15 Benjamin KadukExtend SSL_get_negotiated_group() tests for TLS 1.2
2021-05-15 Benjamin KadukRegenerate testsid.pem
2021-05-15 Matt CaswellLoad the default provider into the p_test provider...
2021-05-15 Matt CaswellFix a memleak on an error path in the pkcs12 test helpers
2021-05-14 Dr. David von OheimbAdd OSSL_ prefix to HTTP_DEFAULT_MAX_{LINE_LENGTH,RESP_LEN}
2021-05-14 Dr. David von OheimbHTTP: Implement persistent connections (keep-alive)
2021-05-13 Tomas MrazImplement pem_read_key directly through OSSL_DECODER
2021-05-13 Paulitest: fix thread test config file problem
2021-05-12 Shane LontisExport/import flags for FFC params changed to seperate...
2021-05-12 Benjamin KadukUpdate expected results for tls13kexmodes tests
2021-05-12 Dr. David von OheimbHTTP client: Minimal changes that include the improved API
next