summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
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
2018-04-20Make sure SSL_in_init() returns 0 at SSL_CB_HANDSHAKE_DONEMatt Caswell
2018-04-18Add support for logging early exporter secretPeter Wu
2018-04-18Add support for logging TLS 1.3 exporter secretPeter Wu
2018-04-17Check the return from EVP_PKEY_get0_DH()Matt Caswell
2018-04-17Fix assertion failure in SSL_set_bio()Matt Caswell
2018-04-17Make sure info callback knows about all handshake start eventsMatt Caswell
2018-04-17Call the info callback on all handshake done eventsMatt Caswell
2018-04-17Ignore the status_request extension in a resumption handshakeMatt Caswell
2018-04-17Add a config option to disable automatic config loadingBernd Edlinger
2018-04-17Update copyright yearRichard Levitte
2018-04-05Move the loading of the ssl_conf module to libcryptoMatt Caswell
2018-04-04Fix configuration of TLSv1.3 ciphersuitesMatt Caswell
2018-04-04Visual Studio 2017 debug build warning error on 32 bit buildcedral
2018-04-03Set error code on alloc failuresRich Salz
2018-04-02Use the private RNG for data that is not publicKurt Roeckx