aboutsummaryrefslogtreecommitdiffstats
path: root/test/sslapitest.c
Commit message (Expand)AuthorAgeFilesLines
* Reduce the security bits for MD5 and SHA1 based signatures in TLSKurt Roeckx2020-06-271-0/+4
* Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre2020-06-241-1/+1
* Add an SSL_dup testMatt Caswell2020-06-231-0/+72
* Write a test provider to test the TLS-GROUPS capabilityMatt Caswell2020-06-191-0/+56
* Modify libssl to discover supported groups based on available providersMatt Caswell2020-06-191-0/+2
* The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli2020-06-111-1/+1
* test: TLS1.3 and new ciphers for kTLSVadim Fedorenko2020-06-081-104/+399
* Implement a test for sigalgs not being presentMatt Caswell2020-06-051-5/+155
* Test for the SSL_OP_IGNORE_UNEXPECTED_EOF optionDmitry Belyavskiy2020-05-191-0/+56
* Test TLSv1.3 out-of-band PSK with all 5 ciphersuitesraja-ashok2020-05-151-1/+112
* SSL_OP_DISABLE_TLSEXT_CA_NAMES option implementationNikolay Morozov2020-05-071-7/+27
* Extend test_ssl_get_shared_ciphersMatt Caswell2020-05-061-3/+55
* Add test for SSL_new_session_ticket()Benjamin Kaduk2020-05-011-0/+143
* sslapitest: only compile test when it will be usedBenjamin Kaduk2020-04-271-1/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+6
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Re-enable FIPS testing in sslapitest.cMatt Caswell2020-04-191-13/+38
* Use a non-default libctx in sslapitestMatt Caswell2020-04-191-82/+139
* Use the new library context aware SRP functions in sslapitestMatt Caswell2020-03-271-4/+4
* Use the new OCSP functions in sslapitest.cMatt Caswell2020-03-271-2/+2
* sslapitest: don't leak the SSL_CTX pairBen Kaduk2020-03-171-7/+3
* Add test that changes ciphers on CCSBenjamin Kaduk2020-03-131-0/+116
* Fix no-tls1_3Matt Caswell2020-02-061-11/+11
* Fix common test framework optionsMatt Caswell2020-02-031-0/+5
* Test that SSL_get_servername returns what we expectMatt Caswell2020-01-301-5/+161
* TLS: use EVP for HMAC throughout libssl.Pauli2020-01-291-9/+59
* Add AES_CBC_HMAC_SHA ciphers to providers.Shane Lontis2020-01-061-0/+100
* Deprecate most of debug-memoryRich Salz2019-12-141-5/+3
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Fix no-ecMatt Caswell2019-08-291-2/+2
* Test SSL_set_ciphersuitesraja-ashok2019-08-151-64/+197
* Extend tests of SSL_check_chain()Matt Caswell2019-08-091-17/+81
* Fix test_key_exchange with no_tlsv1_2Matt Caswell2019-08-091-4/+8
* Test SSL_get_negotiated_group() APIraja-ashok2019-08-061-15/+62
* Remove function name from errorsRich Salz2019-07-161-5/+4
* Add regression test for #9099Benjamin Kaduk2019-06-261-2/+38
* Allow TLSv1.3 in a no-ec buildMatt Caswell2019-06-171-25/+39
* Fix no-dhMatt Caswell2019-06-131-0/+9
* Add testcase for TLS1.3 FFDHEraja-ashok2019-06-121-0/+104
* Write a test for receiving a KeyUpdate (update requested) while writingMatt Caswell2019-06-031-0/+92
* ssl: Add SSL_sendfileBoris Pismenny2019-05-071-1/+108
* sslapitest: add test ktls RxBoris Pismenny2019-04-011-15/+136
* Correctly initialise PACKET to zero in the tests to avoid possible problemsPauli2019-03-291-1/+5
* Propery initialise struct sslapitest_log_counts to zero using memset.Pauli2019-03-291-2/+4
* Don't restrict the number of KeyUpdate messages we can processMatt Caswell2019-02-221-0/+53
* Add option to disable Extended Master SecretTodd Short2019-02-151-0/+46
* Don't signal SSL_CB_HANDSHAKE_START for TLSv1.3 post-handshake messagesMatt Caswell2019-02-141-28/+21
* Updated test command line parsing to support commmon commandsShane Lontis2019-02-111-0/+3
* Make sure we trigger retransmits in DTLS testingMatt Caswell2019-01-241-1/+1
* Fix no-sockMatt Caswell2019-01-061-2/+4