summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2018-06-22Remove __cplusplus preamble from internal headersNicola Tuveri
2018-06-21Don't use OPENSSL_strdup() for copying alpn_selectedMatt Caswell
2018-06-19Fix enable-ssl3 enable-ssl3-methodMatt Caswell
2018-06-11Remodel the if sequence for handling alertsMatt Caswell
2018-06-11Don't send a warning alert in TLSv1.3Matt Caswell
2018-06-11Fix TLSv1.3 alert handlingMatt Caswell
2018-06-07Do not free a session before calling the remove_session_cbMarcus Huewe
2018-06-07Reformulate the if condition in tls_process_new_session_ticketMatt Caswell
2018-06-07Don't store the ticket nonce in the sessionMatt Caswell
2018-06-07Fix TLSv1.3 ticket noncesMatt Caswell
2018-06-07Fix EAP-FASTMatt Caswell
2018-05-31EVP_MD_size() can return an errorMatt Caswell
2018-05-30Send GOST SignatureAlgorithms when TLS 1.2 in useDmitry Belyavskiy
2018-05-30Bugfix: GOST2012 certificates for GOST ciphersuites were broken.Dmitry Belyavskiy
2018-05-29Update copyright yearMatt Caswell
2018-05-25Fix array bounds violation in ssl_session_dupBernd Edlinger
2018-05-23Use the client app traffic secret for PHA Finished messageMatt Caswell
2018-05-22Enable SSL_MODE_AUTO_RETRY by defaultKurt Roeckx
2018-05-22Fix no-ec in combination with no-dhMatt Caswell
2018-05-21ssl/ssl_txt: fix NULL-checkTilman Keskinöz
2018-05-21Don't cache stateless tickets in TLSv1.3Matt Caswell
2018-05-17Change the default number of NewSessionTickets we send to 2Matt Caswell
2018-05-17Allow configuation of the number of TLSv1.3 session tickets via SSL_CONFMatt Caswell
2018-05-17Enable the ability to set the number of TLSv1.3 session tickets sentMatt Caswell
2018-05-15Suport TLSv1.3 draft 28Matt Caswell
2018-05-14Fix no-pskMatt Caswell
2018-05-12Set sess to NULL after freeing it.Kurt Roeckx
2018-05-12Don't memcpy the contents of an empty fragmentMatt Caswell
2018-05-11Rework the decrypt ticket callbackMatt Caswell
2018-05-11Fix ticket callbacks in TLSv1.3Matt Caswell
2018-05-11Flush server side unauthenticated writesMatt Caswell
2018-05-11Mark DTLS records as read when we have finished with themMatt Caswell
2018-05-11Prefer SHA-256 ciphersuites if using old style PSKsMatt Caswell
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx
2018-05-08Keep the DTLS timer running after the end of the handshake if appropriateMatt Caswell
2018-05-08Only auto-retry for DTLS if configured to do soMatt Caswell
2018-05-08Don't fail on an out-of-order CCS in DTLSMatt Caswell
2018-05-02Fix comment in ssl_locl.hMatt Caswell
2018-05-02Fix SSL_get_shared_ciphers()Matt Caswell
2018-05-01Fix regression with session cache use by clientsBenjamin Kaduk
2018-05-01Update copyright yearMatt Caswell
2018-04-26Fix mixed indentation (and other whitespace issues)Dr. Matthias St. Pierre
2018-04-26Fix last(?) batch of malloc-NULL placesRich Salz
2018-04-26Fix typo in the definition of tls13_ciphersMatt Caswell
2018-04-25Fix the MAX_CURVELIST definitionMatt Caswell
2018-04-24In a reneg use the same client_version we used last timeMatt Caswell
2018-04-24Allow TLSv1.3 EC certs to use compressed pointsMatt Caswell
2018-04-24Remove some logically dead codeMatt Caswell
2018-04-24Improve backwards compat with 1.0.2 for ECDHParametersMatt Caswell
2018-04-20Fix SSL_pending() for DTLSMatt Caswell