aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
...
* Don't attempt to add a zero length padding extensionMatt Caswell2017-09-041-1/+1
* ssl/statem/extensions_clnt.c: fix return code buglet.Andy Polyakov2017-09-011-1/+1
* ssl/statem/*.c: address "enum mixed with another type" warnings.Andy Polyakov2017-09-014-9/+12
* struct timeval include guardsPauli2017-09-012-11/+2
* Avoid possible uninitialized variable.Rich Salz2017-08-311-1/+1
* Various review fixes for PSK early_data supportMatt Caswell2017-08-312-6/+10
* Client side sanity check of ALPN after server has accepted early_dataMatt Caswell2017-08-313-19/+61
* Add some fixes for Travis failuresMatt Caswell2017-08-311-1/+1
* Add server side sanity checks of SNI/ALPN for use with early_dataMatt Caswell2017-08-314-14/+53
* Make sure we save ALPN data in the sessionMatt Caswell2017-08-311-0/+11
* Complain if we are writing early data but SNI or ALPN is incorrectMatt Caswell2017-08-312-4/+52
* Add functions for getting/setting SNI/ALPN info in SSL_SESSIONMatt Caswell2017-08-311-0/+39
* Make sure we use the correct cipher when using the early_secretMatt Caswell2017-08-311-2/+18
* Add SSL_SESSION_set_max_early_data()Matt Caswell2017-08-311-0/+7
* Enable the ability to use an external PSK for sending early_dataMatt Caswell2017-08-318-37/+95
* Add ARIA as an alias for all ARIA based modes.Pauli2017-08-311-0/+1
* Introduce SSL_CIPHER_get_protocol_idPaul Yang2017-08-301-0/+5
* Implement Aria GCM/CCM Modes and TLS cipher suitesJon Spillett2017-08-304-4/+286
* Move OPENSSL_CONF from e_os.h to cryptlib.hPauli2017-08-301-1/+1
* Move e_os.h to be the very first include.Pauli2017-08-305-8/+3
* Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli2017-08-303-3/+3
* e_os.h removal from other headers and source files.Pauli2017-08-3012-9/+24
* Don't auto-instantiate a DRBG when trying to use it and it's notKurt Roeckx2017-08-281-1/+2
* NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guardRichard Levitte2017-08-251-4/+1
* Do not lookup zero-length session IDKazuki Yamaguchi2017-08-251-1/+2
* (Re)move some things from e_os.hRich Salz2017-08-225-5/+0
* Fix ctype arguments.Pauli2017-08-221-1/+2
* Reorder extensions to put SigAlgs lastTodd Short2017-08-183-10/+15
* Add SSL_get_pending_cipher()Benjamin Kaduk2017-08-151-0/+5
* Move ALPN handling from finalizer to delayed callBenjamin Kaduk2017-08-152-40/+49
* Fix some Typos and indentsFdaSilvaYY2017-08-113-6/+5
* Don't modify resumed session objectsBenjamin Kaduk2017-08-091-8/+10
* Add an SSL_SESSION_dup() functionMatt Caswell2017-08-091-0/+5
* Add missing include of cryptlib.hRich Salz2017-08-061-0/+1
* Add a DRBG to each SSL objectRich Salz2017-08-038-17/+38
* Switch from ossl_rand to DRBG randRich Salz2017-08-031-2/+0
* Move ossl_assertMatt Caswell2017-08-0312-1/+12
* remove horrible pragma macro and remove __owur from SSL_CTX_add_session() dec...Lingmo Zhu2017-08-031-3/+0
* Remove the obsolete misleading comment and code related to it.Lingmo Zhu2017-08-031-4/+7
* Fix new_session_cb calls in TLSv1.3Matt Caswell2017-08-013-10/+16
* Fix SSL_set_tlsext_debug_callback/-tlsextdebugTodd Short2017-07-311-6/+5
* Fix the names of older ciphers.David Benjamin2017-07-311-28/+28
* Fix errors in SSL_state_string_longXiaoyin Liu2017-07-311-3/+3
* Fix typos in files in ssl directoryXiaoyin Liu2017-07-304-6/+6
* Update copyright headerXiaoyin Liu2017-07-301-1/+1
* Remove redundant declarations in ssl_locl.hXiaoyin Liu2017-07-302-9/+1
* Remove redundant declarations in record_locl.hXiaoyin Liu2017-07-301-1/+0
* Make SSL_set_tlsext_host_name no effect from server sidePaul Yang2017-07-281-0/+6
* Add support to free/allocate SSL buffersTodd Short2017-07-261-0/+16
* Support converting cipher name to RFC name and vice versaPaul Yang2017-07-215-127/+357