aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Check that the public key OID matches the sig algMatt Caswell2018-07-183-10/+32
* Fix no-pskMatt Caswell2018-07-171-1/+6
* Always issue new tickets when using TLSv1.3 stateful ticketsMatt Caswell2018-07-171-1/+2
* Don't remove sessions from the cache during PHA in TLSv1.3Matt Caswell2018-07-171-9/+0
* As a server don't select TLSv1.3 if we're not capable of itMatt Caswell2018-07-131-3/+35
* Use ssl_version_supported() when choosing server versionMatt Caswell2018-07-133-19/+11
* Do not use GOST sig algs in TLSv1.3 where possibleMatt Caswell2018-07-131-0/+41
* Introduce the recv_max_early_data settingMatt Caswell2018-07-063-5/+63
* Remove TLSv1.3 tickets from the client cache as we use themMatt Caswell2018-07-032-5/+15
* Restore behaviour from commit 36ff232cf that was incorrectly removedMatt Caswell2018-07-031-0/+11
* Add the ability to configure anti-replay via SSL_CONFMatt Caswell2018-07-021-2/+9
* Add setters to set the early_data callbackMatt Caswell2018-07-023-3/+31
* Make the anti-replay feature optionalMatt Caswell2018-07-024-4/+12
* Fix a NULL ptr deref in error path in tls_process_cke_dhe()Matt Caswell2018-07-021-4/+3
* Address coverity-reported NULL dereference in SSL_SESSION_print()Benjamin Kaduk2018-07-011-1/+2
* Check return from BN_set_word.Pauli2018-06-291-3/+6
* Return a fatal error if application data is encountered during shutdownMatt Caswell2018-06-272-4/+13
* Return SSL_ERROR_WANT_READ if SSL_shutdown() encounters handshake dataMatt Caswell2018-06-271-5/+15
* Auto retry if we ditch records during shutdownMatt Caswell2018-06-271-36/+43
* Use stateful tickets if we are doing anti-replayMatt Caswell2018-06-262-2/+14
* Respect SSL_OP_NO_TICKET in TLSv1.3Matt Caswell2018-06-266-90/+162
* Restructure the ticket construction codeMatt Caswell2018-06-262-133/+182
* Update SSL_SESSION_print for TLSv1.3Matt Caswell2018-06-261-1/+11
* Don't change a session once its in the cacheMatt Caswell2018-06-251-3/+4
* Remove __cplusplus preamble from internal headersNicola Tuveri2018-06-221-8/+0
* Don't use OPENSSL_strdup() for copying alpn_selectedMatt Caswell2018-06-212-10/+10
* Fix enable-ssl3 enable-ssl3-methodMatt Caswell2018-06-191-0/+3
* Remodel the if sequence for handling alertsMatt Caswell2018-06-111-36/+28
* Don't send a warning alert in TLSv1.3Matt Caswell2018-06-111-1/+3
* Fix TLSv1.3 alert handlingMatt Caswell2018-06-111-26/+31
* Do not free a session before calling the remove_session_cbMarcus Huewe2018-06-071-3/+3
* Reformulate the if condition in tls_process_new_session_ticketMatt Caswell2018-06-071-3/+2
* Don't store the ticket nonce in the sessionMatt Caswell2018-06-075-54/+16
* Fix TLSv1.3 ticket noncesMatt Caswell2018-06-076-39/+90
* Fix EAP-FASTMatt Caswell2018-06-071-5/+7
* EVP_MD_size() can return an errorMatt Caswell2018-05-312-3/+29
* Send GOST SignatureAlgorithms when TLS 1.2 in useDmitry Belyavskiy2018-05-301-1/+6
* Bugfix: GOST2012 certificates for GOST ciphersuites were broken.Dmitry Belyavskiy2018-05-302-5/+15
* Update copyright yearMatt Caswell2018-05-291-1/+1
* Fix array bounds violation in ssl_session_dupBernd Edlinger2018-05-251-1/+2
* Use the client app traffic secret for PHA Finished messageMatt Caswell2018-05-231-2/+13
* Enable SSL_MODE_AUTO_RETRY by defaultKurt Roeckx2018-05-221-0/+1
* Fix no-ec in combination with no-dhMatt Caswell2018-05-221-2/+9
* ssl/ssl_txt: fix NULL-checkTilman Keskinöz2018-05-211-7/+7
* Don't cache stateless tickets in TLSv1.3Matt Caswell2018-05-211-7/+27
* Change the default number of NewSessionTickets we send to 2Matt Caswell2018-05-173-18/+18
* Allow configuation of the number of TLSv1.3 session tickets via SSL_CONFMatt Caswell2018-05-171-1/+17
* Enable the ability to set the number of TLSv1.3 session tickets sentMatt Caswell2018-05-173-18/+84
* Suport TLSv1.3 draft 28Matt Caswell2018-05-155-7/+38
* Fix no-pskMatt Caswell2018-05-141-0/+2