Update copyright year
[openssl.git] / test / sslapitest.c
2021-01-28 Richard LevitteUpdate copyright year
2021-01-26 Dr. David von OheimbTLS client: allow cert verify callback return -1 for...
2021-01-15 Richard LevitteFix incomplete deprecation guard in test/sslapitest.c
2021-01-08 Michael BaentschAdding TLS group name retrieval
2020-12-11 Matt CaswellFix sslapitest.c if built with no-legacy
2020-12-09 Matt CaswellTest that we can negotiate TLSv1.3 if we have an SNI...
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-01 Dr. David von Oheimbtest cleanup: move helper .c and .h files to test/helpers/
2020-11-18 Matt CaswellExtend the auto DH testing to check DH sizes
2020-11-18 Matt CaswellAdd a test for the various ways of setting temporary...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-14 Nicola Tuveri[test][sslapitest] Add test for pluggable KEM group
2020-10-01 Matt CaswellRun the withlibctx.pl script
2020-09-13 Matt CaswellFix safestack issues in srp.h
2020-09-13 Matt CaswellFix safestack issues in ocsp.h
2020-09-13 Matt CaswellFix safestack issues in x509.h
2020-08-31 John BaldwinUse global 'libctx' with RAND_bytes_ex to generate...
2020-08-31 Vadim FedorenkoFix two issues with AES-CCM KTLS tests.
2020-08-31 John BaldwinSkip tests using KTLS RX for TLS 1.3.
2020-08-31 John BaldwinSkip tests using KTLS RX if KTLS RX is not supported.
2020-08-31 John BaldwinRefactor the KTLS tests to minimize code duplication.
2020-08-20 Richard LevitteTEST: Use PEM_read_bio_PUBKEY_ex() and PEM_read_bio_Pri...
2020-08-13 Tomas Mrazsslapitest: Add test for premature call of SSL_export_k...
2020-07-24 Shane LontisAdd X509 related libctx changes.
2020-07-16 Matt CaswellRevert "The EVP_MAC functions have been renamed for...
2020-07-16 Todd ShortAdd SSL_get[01]_peer_certificate()
2020-07-08 Matt CaswellAdd a test to check having a provider loaded without...
2020-07-07 Martin ElshuberAdd support to zeroize plaintext in S3 record layer
2020-06-27 Kurt RoeckxReduce the security bits for MD5 and SHA1 based signatu...
2020-06-24 Dr. Matthias St... Rename <openssl/core_numbers.h> -> <openssl/core_dispat...
2020-06-23 Matt CaswellAdd an SSL_dup test
2020-06-19 Matt CaswellWrite a test provider to test the TLS-GROUPS capability
2020-06-19 Matt CaswellModify libssl to discover supported groups based on...
2020-06-11 PauliThe EVP_MAC functions have been renamed for consistency...
2020-06-08 Vadim Fedorenkotest: TLS1.3 and new ciphers for kTLS
2020-06-05 Matt CaswellImplement a test for sigalgs not being present
2020-05-19 Dmitry BelyavskiyTest for the SSL_OP_IGNORE_UNEXPECTED_EOF option
2020-05-15 raja-ashokTest TLSv1.3 out-of-band PSK with all 5 ciphersuites
2020-05-07 Nikolay MorozovSSL_OP_DISABLE_TLSEXT_CA_NAMES option implementation
2020-05-06 Matt CaswellExtend test_ssl_get_shared_ciphers
2020-05-01 Benjamin KadukAdd test for SSL_new_session_ticket()
2020-04-27 Benjamin Kaduksslapitest: only compile test when it will be used
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-19 Matt CaswellRe-enable FIPS testing in sslapitest.c
2020-04-19 Matt CaswellUse a non-default libctx in sslapitest
2020-03-27 Matt CaswellUse the new library context aware SRP functions in...
2020-03-27 Matt CaswellUse the new OCSP functions in sslapitest.c
2020-03-17 Ben Kaduksslapitest: don't leak the SSL_CTX pair
2020-03-13 Benjamin KadukAdd test that changes ciphers on CCS
2020-02-06 Matt CaswellFix no-tls1_3
2020-02-03 Matt CaswellFix common test framework options
2020-01-30 Matt CaswellTest that SSL_get_servername returns what we expect
2020-01-29 PauliTLS: use EVP for HMAC throughout libssl.
2020-01-06 Shane LontisAdd AES_CBC_HMAC_SHA ciphers to providers.
2019-12-14 Rich SalzDeprecate most of debug-memory
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-08-29 Matt CaswellFix no-ec
2019-08-15 raja-ashokTest SSL_set_ciphersuites
2019-08-09 Matt CaswellExtend tests of SSL_check_chain()
2019-08-09 Matt CaswellFix test_key_exchange with no_tlsv1_2
2019-08-06 raja-ashokTest SSL_get_negotiated_group() API
2019-07-16 Rich SalzRemove function name from errors
2019-06-26 Benjamin KadukAdd regression test for #9099
2019-06-17 Matt CaswellAllow TLSv1.3 in a no-ec build
2019-06-13 Matt CaswellFix no-dh
2019-06-12 raja-ashokAdd testcase for TLS1.3 FFDHE
2019-06-03 Matt CaswellWrite a test for receiving a KeyUpdate (update requeste...
2019-05-07 Boris Pismennyssl: Add SSL_sendfile
2019-04-01 Boris Pismennysslapitest: add test ktls Rx
2019-03-29 PauliCorrectly initialise PACKET to zero in the tests to...
2019-03-29 PauliPropery initialise struct sslapitest_log_counts to...
2019-02-22 Matt CaswellDon't restrict the number of KeyUpdate messages we...
2019-02-15 Todd ShortAdd option to disable Extended Master Secret
2019-02-14 Matt CaswellDon't signal SSL_CB_HANDSHAKE_START for TLSv1.3 post...
2019-02-11 Shane LontisUpdated test command line parsing to support commmon...
2019-01-24 Matt CaswellMake sure we trigger retransmits in DTLS testing
2019-01-06 Matt CaswellFix no-sock
2018-12-15 Kurt RoeckxUse (D)TLS_MAX_VERSION_INTERNAL internally
2018-12-07 Boris Pismennysslapitest: add test ktls
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-05 Matt CaswellFix some SSL_export_keying_material() issues
2018-11-12 Matt CaswellAdd a test for SSL_CTX_set0_CA_list()/SSL_CTX_set_clien...
2018-10-30 Matt CaswellAdd a client_cert_cb test
2018-09-25 Matt CaswellFix no-tls1_2
2018-09-21 Matt CaswellAdd a test for the certificate callback
2018-09-07 Matt CaswellTest that we can handle a PHA CertificateRequest after...
2018-09-07 Kurt RoeckxTest that we can process a KeyUpdate received after...
2018-09-04 Matt CaswellTest creation of tickets when using a TLSv1.3 PSK
2018-08-20 Matt CaswellAdd support for SSL_CTX_set_post_handshake_auth()
2018-08-20 Matt CaswellChange Post Handshake auth so that it is opt-in
2018-07-19 Matt CaswellTest early_data sent after a second ClientHello causes...
2018-07-17 Matt CaswellFix a memory leak in the ticket test
2018-07-17 Matt CaswellTest that a failed resumption issues the correct number...
2018-07-17 Matt CaswellImprove testing of stateful tickets
2018-07-06 Matt CaswellAdd a test for the recv_max_early_data setting
2018-07-04 Matt CaswellFix no-tls1_2
2018-07-03 Matt CaswellRemove TLSv1.3 tickets from the client cache as we...
2018-07-02 Matt CaswellAdd the ability to configure anti-replay via SSL_CONF
next