aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove session checks from SSL_clear()Matt Caswell2017-07-181-5/+2
* Fix SSL_clear() in TLSv1.3Matt Caswell2017-07-181-3/+5
* Tolerate a zero length ticket nonceMatt Caswell2017-07-182-5/+0
* Fix early_data with an HRRMatt Caswell2017-07-184-16/+23
* Fix TLSv1.3 exporter secretTatsuhiro Tsujikawa2017-07-171-4/+6
* Move certificate table to header file so it can be tested.Dr. Stephen Henson2017-07-132-13/+22
* Use cert tables in ssl_set_sig_maskDr. Stephen Henson2017-07-131-33/+12
* make errorsDr. Stephen Henson2017-07-131-0/+2
* Use cert tables instead of X509_certificate_typeDr. Stephen Henson2017-07-132-43/+18
* Use certificate tables instead of ssl_cert_typeDr. Stephen Henson2017-07-134-42/+17
* Use certificate tables instead of ssl_cipher_get_cert_index.Dr. Stephen Henson2017-07-134-97/+57
* Replace tls12_get_pkey_idxDr. Stephen Henson2017-07-131-40/+3
* Add SSL_aCERT: this is used for any ciphersuite with a certificate.Dr. Stephen Henson2017-07-131-0/+3
* Add certificate properties table.Dr. Stephen Henson2017-07-133-0/+61
* Fix cipher_compareRichard Levitte2017-07-081-1/+3
* Do not allow non-dhe kex_modes by defaultMatt Caswell2017-07-073-9/+13
* Updates following review feedback of TLSv1.3 draft-21 codeMatt Caswell2017-07-072-6/+3
* Update SSL_trace() to know about ticket_nonceMatt Caswell2017-07-071-0/+3
* Update the early_secret generation to use the new ticket_nonce fieldMatt Caswell2017-07-071-3/+26
* Update tls13_hkdf_expand() to take the length of the dataMatt Caswell2017-07-073-18/+21
* Send and receive the ticket_nonce field in a NewSessionTicketMatt Caswell2017-07-075-3/+56
* Error out when forcing an unsupported TLS versionBenjamin Kaduk2017-07-051-8/+122
* Fix potential crash in tls_construct_finished.Bernd Edlinger2017-07-031-1/+6
* Fix a crash in tls_construct_client_certificate.Bernd Edlinger2017-07-031-1/+6
* Fix TLSv1.3 exporterMatt Caswell2017-07-031-1/+1
* Drop support for OPENSSL_NO_TLS1_3_METHODMatt Caswell2017-06-301-6/+0
* Updates following review of SSL_export_key_material() changesMatt Caswell2017-06-291-4/+1