Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-12Add a test for SSL_CTX_set0_CA_list()/SSL_CTX_set_client_CA_list()Matt Caswell
2018-10-30Add a client_cert_cb testMatt Caswell
2018-09-25Fix no-tls1_2Matt Caswell
2018-09-21Add a test for the certificate callbackMatt Caswell
2018-09-07Test that we can handle a PHA CertificateRequest after we sent close_notifyMatt Caswell
2018-09-07Test that we can process a KeyUpdate received after we sent close_notifyKurt Roeckx
2018-09-04Test creation of tickets when using a TLSv1.3 PSKMatt Caswell
2018-08-20Add support for SSL_CTX_set_post_handshake_auth()Matt Caswell
2018-08-20Change Post Handshake auth so that it is opt-inMatt Caswell
2018-07-19Test early_data sent after a second ClientHello causes a failureMatt Caswell
2018-07-17Fix a memory leak in the ticket testMatt Caswell
2018-07-17Test that a failed resumption issues the correct number of ticketsMatt Caswell
2018-07-17Improve testing of stateful ticketsMatt Caswell
2018-07-06Add a test for the recv_max_early_data settingMatt Caswell
2018-07-04Fix no-tls1_2Matt Caswell
2018-07-03Remove TLSv1.3 tickets from the client cache as we use themMatt Caswell
2018-07-02Add the ability to configure anti-replay via SSL_CONFMatt Caswell
2018-07-02Add a test for the new early data callbackMatt Caswell
2018-06-27Return a fatal error if application data is encountered during shutdownMatt Caswell
2018-06-27Return SSL_ERROR_WANT_READ if SSL_shutdown() encounters handshake dataMatt Caswell
2018-06-27Add a bi-directional shutdown testMatt Caswell
2018-06-26Respect SSL_OP_NO_TICKET in TLSv1.3Matt Caswell
2018-05-23Fix no-ec, no-tls1_3 and no-tlsMatt Caswell
2018-05-22Enable SSL_MODE_AUTO_RETRY by defaultKurt Roeckx
2018-05-22Fix no-ec in combination with no-dhMatt Caswell
2018-05-21Don't cache stateless tickets in TLSv1.3Matt Caswell
2018-05-17Improve testing of tickets with post-handshake authMatt Caswell
2018-05-17Change the default number of NewSessionTickets we send to 2Matt Caswell
2018-05-14Fix no-tls1_2Matt Caswell
2018-05-11Rework the decrypt ticket callbackMatt Caswell
2018-05-11Fix mem leak in sslapi testMatt Caswell
2018-05-11Add a test for the ticket callbacksMatt Caswell
2018-05-11Fix ticket callbacks in TLSv1.3Matt Caswell
2018-05-11Add some more SSL_pending() and SSL_has_pending() testsMatt Caswell
2018-05-11Test an old style PSK callback with no cert will prefer SHA-256Matt Caswell
2018-05-10Fix no-tls1_2, no-tls1_2-method, no-chacha and no-poly1305Matt Caswell
2018-05-03Add a test for SSL_get_shared_ciphers()Matt Caswell
2018-04-20Add a test for SSL_pending()Matt Caswell
2018-04-20Test the state of SSL_in_init() from the info_callbackMatt Caswell
2018-04-19Fix no-ecMatt Caswell
2018-04-18test: Remove redundant SSL_CTX_set_max_early_dataPeter Wu
2018-04-18Add support for logging early exporter secretPeter Wu
2018-04-18Add test for CLIENT_EARLY_TRAFFIC_SECRET key loggingPeter Wu
2018-04-18Add support for logging TLS 1.3 exporter secretPeter Wu
2018-04-17Extend the SSL_set_bio() testsMatt Caswell
2018-04-17Add a test for the info callbackMatt Caswell
2018-04-13Add a test for SRPMatt Caswell
2018-04-04Add some tests for configuring the TLSv1.3 ciphersuitesMatt Caswell
2018-03-19Enhance ssltestlib's create_ssl_ctx_pair to take min and max proto versionRichard Levitte
2018-03-19Fix no-pskMatt Caswell