summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2017-08-31Avoid possible uninitialized variable.Rich Salz
2017-08-31Various review fixes for PSK early_data supportMatt Caswell
2017-08-31Client side sanity check of ALPN after server has accepted early_dataMatt Caswell
2017-08-31Add some fixes for Travis failuresMatt Caswell
2017-08-31Add server side sanity checks of SNI/ALPN for use with early_dataMatt Caswell
2017-08-31Make sure we save ALPN data in the sessionMatt Caswell
2017-08-31Complain if we are writing early data but SNI or ALPN is incorrectMatt Caswell
2017-08-31Add functions for getting/setting SNI/ALPN info in SSL_SESSIONMatt Caswell
2017-08-31Make sure we use the correct cipher when using the early_secretMatt Caswell
2017-08-31Add SSL_SESSION_set_max_early_data()Matt Caswell
2017-08-31Enable the ability to use an external PSK for sending early_dataMatt Caswell
2017-08-31Add ARIA as an alias for all ARIA based modes.Pauli
2017-08-30Introduce SSL_CIPHER_get_protocol_idPaul Yang
2017-08-30Implement Aria GCM/CCM Modes and TLS cipher suitesJon Spillett
2017-08-30Move OPENSSL_CONF from e_os.h to cryptlib.hPauli
2017-08-30Move e_os.h to be the very first include.Pauli
2017-08-30Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli
2017-08-30e_os.h removal from other headers and source files.Pauli
2017-08-28Don't auto-instantiate a DRBG when trying to use it and it's notKurt Roeckx
2017-08-25NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guardRichard Levitte
2017-08-25Do not lookup zero-length session IDKazuki Yamaguchi
2017-08-22(Re)move some things from e_os.hRich Salz
2017-08-22Fix ctype arguments.Pauli
2017-08-18Reorder extensions to put SigAlgs lastTodd Short
2017-08-15Add SSL_get_pending_cipher()Benjamin Kaduk
2017-08-15Move ALPN handling from finalizer to delayed callBenjamin Kaduk
2017-08-11Fix some Typos and indentsFdaSilvaYY
2017-08-09Don't modify resumed session objectsBenjamin Kaduk
2017-08-09Add an SSL_SESSION_dup() functionMatt Caswell
2017-08-06Add missing include of cryptlib.hRich Salz
2017-08-03Add a DRBG to each SSL objectRich Salz
2017-08-03Switch from ossl_rand to DRBG randRich Salz
2017-08-03Move ossl_assertMatt Caswell
2017-08-03remove horrible pragma macro and remove __owur from SSL_CTX_add_session() dec...Lingmo Zhu
2017-08-03Remove the obsolete misleading comment and code related to it.Lingmo Zhu
2017-08-01Fix new_session_cb calls in TLSv1.3Matt Caswell
2017-07-31Fix SSL_set_tlsext_debug_callback/-tlsextdebugTodd Short
2017-07-31Fix the names of older ciphers.David Benjamin
2017-07-31Fix errors in SSL_state_string_longXiaoyin Liu
2017-07-30Fix typos in files in ssl directoryXiaoyin Liu
2017-07-30Update copyright headerXiaoyin Liu
2017-07-30Remove redundant declarations in ssl_locl.hXiaoyin Liu
2017-07-30Remove redundant declarations in record_locl.hXiaoyin Liu
2017-07-28Make SSL_set_tlsext_host_name no effect from server sidePaul Yang
2017-07-26Add support to free/allocate SSL buffersTodd Short
2017-07-21Support converting cipher name to RFC name and vice versaPaul Yang
2017-07-18Remove session checks from SSL_clear()Matt Caswell
2017-07-18Fix SSL_clear() in TLSv1.3Matt Caswell
2017-07-18Tolerate a zero length ticket nonceMatt Caswell
2017-07-18Fix early_data with an HRRMatt Caswell