Ignore a bad signature in a CertificateVerify message while fuzzing
[openssl.git] / test /
2023-10-20 Matt CaswellAdd a test for converting OSSL_TIME to struct timeval
2023-10-20 Hugo LandauQUIC: Test handling of post-connection session tickets
2023-10-20 Hugo LandauQUIC: Prevent incoming oversize tokens
2023-10-20 Neil HormanConvert jdkTrustedKeyUsage to be a pkcs12 cmd line...
2023-10-20 Tomas MrazQUIC: Add handling of SSL_get_shutdown()
2023-10-18 Neil HormanAdd a test to confirm that legacy rsa keys work
2023-10-18 James Muircms encrypt, better OBJ_nid2obj() return check
2023-10-18 Daiki Uenorsa: Accept NULL OAEP label for backward compatibility
2023-10-13 Hugo LandauQUIC APL: Fix incoming default stream popping
2023-10-13 Paulicmp: add null pointer check in tear_down test function
2023-10-13 Tomas Mraztrace_api_test.c: Separate tracing statements
2023-10-11 Tomas MrazDH_check_pub_key() should not fail when setting result...
2023-10-11 Richard Levittetest/recipes/05-test_rand.t: replace 'and' with '&&'
2023-10-10 Dr. David von Oheimbapps/cmp.c: -tls_used may be implied by -server https...
2023-10-10 Tomas MrazECDSA with SHA3 verification does not depend on FIPS...
2023-10-09 Matt CaswellFix the BIO_addr test
2023-10-08 Tomas Mraztest_provider_ex(): Add missing call failure checks
2023-10-06 Matt CaswellTimeout in the tserver test using real time
2023-10-06 Matt CaswellDon't wait in the tesrver idle testing every time aroun...
2023-10-06 Tomas MrazAlways back off on the first packet noise from client...
2023-10-06 Tomas MrazAdd testing of bitflips in packet headers
2023-10-05 Vladimir Kotalavoid sun as variable name
2023-10-04 Pauliossl_property_list_to_string: handle quoted strings
2023-10-04 Matthias St. Pierretest: evp_extra: test signing with legacy app method...
2023-10-04 Matthias St. Pierretest: evp_extra: fix indentation error
2023-10-03 Matt CaswellBack off on generating noise in the event of a PING...
2023-10-03 Tomas Mrazquicapitest: Enable test_ssl_trace with enable-zlib
2023-10-02 Matt CaswellFix timeouts in the quic_multistream test script 13
2023-10-02 Mathieu Tortuyauxtest: add verify test for EC cert signed with SHA3
2023-09-29 Tomas MrazTest client certificate authentication with QUIC
2023-09-28 Matt CaswellCopyright year updates
2023-09-28 Matt CaswellFix no-ssl-trace
2023-09-27 Randall S. BeckerMove e_os2.h up in quictestlib.c to allow symbol defini...
2023-09-27 Paulievp_test: recondition cipher dupctx FIPS version check.
2023-09-25 Jonathan M. WilburSupport all NULL-syntax X.509v3 extensions
2023-09-24 Matt CaswellAdd a test for BIO_ADDR_copy()
2023-09-24 Matt CaswellClean away the test code implementation of bio_addr_copy
2023-09-24 Michael Baentschadding -outpubkey option to genpkey
2023-09-22 Matt CaswellClarify the terminology in the noisy dgram BIO
2023-09-22 Matt CaswellEnsure we free all the BIOs in a chain for QUIC like...
2023-09-22 Matt CaswellEnsure we up-ref the sbio before passing it to tserver
2023-09-22 Matt CaswellRemove some redundant code from test helper BIOs
2023-09-22 Matt CaswellEnsure client to server datagrams are noisy too
2023-09-22 Matt CaswellAdd the ability to do client side tracing in quictestlib.c
2023-09-22 Matt CaswellExtend the noisy dgram test so that packets are also...
2023-09-22 Matt CaswellAdd a packet splitting BIO
2023-09-22 Matt CaswellUse fake time rather than real time in the noisy dgram...
2023-09-22 Matt CaswellAdd support for timeouts into quictestlib.c
2023-09-22 Matt CaswellAdd some optional debug output to the noisy dgram BIO
2023-09-22 Matt CaswellUse test_random() to introduce better noise into the...
2023-09-22 Matt CaswellExtend the nosiy datagram test to send more data
2023-09-22 Matt CaswellAdd the ability to drop datagrams in the noisy dgram BIO
2023-09-22 Matt CaswellCreate a noisy dgram test
2023-09-21 Veronika HanulíkováAdd command line option for setting propquery in evp_test
2023-09-21 Veronika HanulíkováAdd command line option for setting provider in evp_test
2023-09-21 Steffen KleeFix test_cms if DSA is not supported
2023-09-20 Matt CaswellDocument the OPENSSL_TEST_RAND_SEED environment variable
2023-09-20 Matt CaswellEnable the ability to seed the test RNG without randomi...
2023-09-20 Hugo LandauSSL: Test SSL_get_[rw]poll_descriptor, SSL_net_(read...
2023-09-19 Simo SorceAdd Test to verify open_ex password checking works
2023-09-19 Tomas MrazPostponed further context duplication support for ciphers
2023-09-17 Dimitri PapadopoulosFix new typos found by codespell
2023-09-17 Neil HormanFix regression in evp_test for provider compat CI
2023-09-15 Olga BatyshkinaFix PKCS#12 creation error when certificate contains...
2023-09-15 Dmitry BelyavskiyStore: API for deletion - tests
2023-09-13 Hugo LandauQUIC MULTISTREAM TEST: Correct trivial bug
2023-09-13 Richard LevitteFix test/quic_tserver_test.c for slow machines
2023-09-13 Bernd EdlingerFix memory leaks in ssl_old_test.c
2023-09-13 Matt CaswellFurther fix in bio_dgram_test for BIO_s_dgram_mem()
2023-09-13 Matt CaswellFix a failure in bio_dgram_test on the NonStop platform
2023-09-13 Matt CaswellTest that a client that does not supply ALPN fails...
2023-09-13 Matt CaswellTest we correctly handle missing ALPN from the server
2023-09-12 Neil Hormanmake inability to dup/clone ciphers an error
2023-09-12 Matt CaswellAdd a test for SSL_CIPHER_find() when used with a QUIC...
2023-09-12 Matt CaswellAdd a test for using a PSK with QUIC
2023-09-11 Bernd EdlingerFix a possible memleak in rsa_pub_encode
2023-09-11 Dimitri Papadopoulos"foo * bar" should be "foo *bar"
2023-09-11 Dimitri PapadopoulosRemove repeated words
2023-09-11 Richard LevitteFix test_quic_multistream to allow multiple concurrent...
2023-09-10 Randall S. BeckerPrevent 80-test_cmp_http from accidentally killing...
2023-09-09 Bernd EdlingerFix output corruption in req command
2023-09-08 PauliAdd test case for #21986
2023-09-08 Richard LevitteFix 80-test_cmp_http.t to be more flexible regarding...
2023-09-07 Min Zhoutest/chacha: replace CPUID_OBJ with OPENSSL_CPUID_OBJ
2023-09-07 Matt CaswellCopyright year updates
2023-09-06 Hugo LandauQUIC MULTISTREAM TEST: Add comment
2023-09-06 Hugo LandauQUIC MULTISTREAM TEST: Adjust spin behaviour
2023-09-06 Hugo LandauQUIC MULTISTREAM TEST: Synchronize script 20 correctly
2023-09-06 Hugo LandauQUIC MULTISTREAM TEST: Run all scripts in both blocking...
2023-09-05 Dr. David von OheimbCMP: generalize ossl_cmp_calc_protection() to handle...
2023-09-05 Tomas MrazTest that NULL BIGNUM is supported in OSSL_PARAM_BLD_pu...
2023-09-05 Tomas Mraz04-test_encoder_decoder.t: Use algorithm that is non...
2023-09-04 Richard Levitteinternal/numbers.h: Add fallback implementation for...
2023-09-04 slontisAdded 'saltlen' option to the OpenSSL enc command line...
2023-09-04 slontisAdded a 'saltlen' option to the openssl pkcs8 command...
2023-09-04 slontisChange PBES2 KDF default salt length to 16 bytes.
2023-09-02 Matt CaswellAdd a test for QUIC non IO retry errors
2023-09-01 Hugo LandauQUIC MULTISTREAM TEST: Test SSL_want for consistency...
2023-09-01 Hugo LandauQUIC API: Revise SSL_get_conn_close_info to use a flags...
2023-09-01 Kurt RoeckxUpdate X509 fuzzer to verify a chain
next