aboutsummaryrefslogtreecommitdiff
path: root/ssl
AgeCommit message (Expand)AuthorFilesLines
2017-09-01ssl/statem/extensions_clnt.c: fix return code buglet.Andy Polyakov1-1/+1
2017-09-01ssl/statem/*.c: address "enum mixed with another type" warnings.Andy Polyakov4-9/+12
2017-09-01struct timeval include guardsPauli2-11/+2
2017-08-31Avoid possible uninitialized variable.Rich Salz1-1/+1
2017-08-31Various review fixes for PSK early_data supportMatt Caswell2-6/+10
2017-08-31Client side sanity check of ALPN after server has accepted early_dataMatt Caswell3-19/+61
2017-08-31Add some fixes for Travis failuresMatt Caswell1-1/+1
2017-08-31Add server side sanity checks of SNI/ALPN for use with early_dataMatt Caswell4-14/+53
2017-08-31Make sure we save ALPN data in the sessionMatt Caswell1-0/+11
2017-08-31Complain if we are writing early data but SNI or ALPN is incorrectMatt Caswell2-4/+52
2017-08-31Add functions for getting/setting SNI/ALPN info in SSL_SESSIONMatt Caswell1-0/+39
2017-08-31Make sure we use the correct cipher when using the early_secretMatt Caswell1-2/+18
2017-08-31Add SSL_SESSION_set_max_early_data()Matt Caswell1-0/+7
2017-08-31Enable the ability to use an external PSK for sending early_dataMatt Caswell8-37/+95
2017-08-31Add ARIA as an alias for all ARIA based modes.Pauli1-0/+1
2017-08-30Introduce SSL_CIPHER_get_protocol_idPaul Yang1-0/+5
2017-08-30Implement Aria GCM/CCM Modes and TLS cipher suitesJon Spillett4-4/+286
2017-08-30Move OPENSSL_CONF from e_os.h to cryptlib.hPauli1-1/+1
2017-08-30Move e_os.h to be the very first include.Pauli5-8/+3
2017-08-30Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli3-3/+3
2017-08-30e_os.h removal from other headers and source files.Pauli12-9/+24
2017-08-28Don't auto-instantiate a DRBG when trying to use it and it's notKurt Roeckx1-1/+2
2017-08-25NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guardRichard Levitte1-4/+1
2017-08-25Do not lookup zero-length session IDKazuki Yamaguchi1-1/+2
2017-08-22(Re)move some things from e_os.hRich Salz5-5/+0
2017-08-22Fix ctype arguments.Pauli1-1/+2
2017-08-18Reorder extensions to put SigAlgs lastTodd Short3-10/+15
2017-08-15Add SSL_get_pending_cipher()Benjamin Kaduk1-0/+5
2017-08-15Move ALPN handling from finalizer to delayed callBenjamin Kaduk2-40/+49
2017-08-11Fix some Typos and indentsFdaSilvaYY3-6/+5
2017-08-09Don't modify resumed session objectsBenjamin Kaduk1-8/+10
2017-08-09Add an SSL_SESSION_dup() functionMatt Caswell1-0/+5
2017-08-06Add missing include of cryptlib.hRich Salz1-0/+1
2017-08-03Add a DRBG to each SSL objectRich Salz8-17/+38
2017-08-03Switch from ossl_rand to DRBG randRich Salz1-2/+0
2017-08-03Move ossl_assertMatt Caswell12-1/+12
2017-08-03remove horrible pragma macro and remove __owur from SSL_CTX_add_session() dec...Lingmo Zhu1-3/+0
2017-08-03Remove the obsolete misleading comment and code related to it.Lingmo Zhu1-4/+7
2017-08-01Fix new_session_cb calls in TLSv1.3Matt Caswell3-10/+16
2017-07-31Fix SSL_set_tlsext_debug_callback/-tlsextdebugTodd Short1-6/+5
2017-07-31Fix the names of older ciphers.David Benjamin1-28/+28
2017-07-31Fix errors in SSL_state_string_longXiaoyin Liu1-3/+3
2017-07-30Fix typos in files in ssl directoryXiaoyin Liu4-6/+6
2017-07-30Update copyright headerXiaoyin Liu1-1/+1
2017-07-30Remove redundant declarations in ssl_locl.hXiaoyin Liu2-9/+1
2017-07-30Remove redundant declarations in record_locl.hXiaoyin Liu1-1/+0
2017-07-28Make SSL_set_tlsext_host_name no effect from server sidePaul Yang1-0/+6
2017-07-26Add support to free/allocate SSL buffersTodd Short1-0/+16
2017-07-21Support converting cipher name to RFC name and vice versaPaul Yang5-127/+357
2017-07-18Remove session checks from SSL_clear()Matt Caswell1-5/+2