aboutsummaryrefslogtreecommitdiff
path: root/ssl
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-18Fix SSL_clear() in TLSv1.3Matt Caswell1-3/+5
2017-07-18Tolerate a zero length ticket nonceMatt Caswell2-5/+0
2017-07-18Fix early_data with an HRRMatt Caswell4-16/+23
2017-07-17Fix TLSv1.3 exporter secretTatsuhiro Tsujikawa1-4/+6
2017-07-13Move certificate table to header file so it can be tested.Dr. Stephen Henson2-13/+22
2017-07-13Use cert tables in ssl_set_sig_maskDr. Stephen Henson1-33/+12
2017-07-13make errorsDr. Stephen Henson1-0/+2
2017-07-13Use cert tables instead of X509_certificate_typeDr. Stephen Henson2-43/+18
2017-07-13Use certificate tables instead of ssl_cert_typeDr. Stephen Henson4-42/+17
2017-07-13Use certificate tables instead of ssl_cipher_get_cert_index.Dr. Stephen Henson4-97/+57
2017-07-13Replace tls12_get_pkey_idxDr. Stephen Henson1-40/+3
2017-07-13Add SSL_aCERT: this is used for any ciphersuite with a certificate.Dr. Stephen Henson1-0/+3
2017-07-13Add certificate properties table.Dr. Stephen Henson3-0/+61
2017-07-08Fix cipher_compareRichard Levitte1-1/+3
2017-07-07Do not allow non-dhe kex_modes by defaultMatt Caswell3-9/+13
2017-07-07Updates following review feedback of TLSv1.3 draft-21 codeMatt Caswell2-6/+3
2017-07-07Update SSL_trace() to know about ticket_nonceMatt Caswell1-0/+3
2017-07-07Update the early_secret generation to use the new ticket_nonce fieldMatt Caswell1-3/+26
2017-07-07Update tls13_hkdf_expand() to take the length of the dataMatt Caswell3-18/+21
2017-07-07Send and receive the ticket_nonce field in a NewSessionTicketMatt Caswell5-3/+56
2017-07-05Error out when forcing an unsupported TLS versionBenjamin Kaduk1-8/+122
2017-07-03Fix potential crash in tls_construct_finished.Bernd Edlinger1-1/+6
2017-07-03Fix a crash in tls_construct_client_certificate.Bernd Edlinger1-1/+6
2017-07-03Fix TLSv1.3 exporterMatt Caswell1-1/+1
2017-06-30Drop support for OPENSSL_NO_TLS1_3_METHODMatt Caswell1-6/+0
2017-06-29Updates following review of SSL_export_key_material() changesMatt Caswell1-4/+1