summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
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
2017-07-17Fix TLSv1.3 exporter secretTatsuhiro Tsujikawa
2017-07-13Move certificate table to header file so it can be tested.Dr. Stephen Henson
2017-07-13Use cert tables in ssl_set_sig_maskDr. Stephen Henson
2017-07-13make errorsDr. Stephen Henson
2017-07-13Use cert tables instead of X509_certificate_typeDr. Stephen Henson
2017-07-13Use certificate tables instead of ssl_cert_typeDr. Stephen Henson
2017-07-13Use certificate tables instead of ssl_cipher_get_cert_index.Dr. Stephen Henson
2017-07-13Replace tls12_get_pkey_idxDr. Stephen Henson
2017-07-13Add SSL_aCERT: this is used for any ciphersuite with a certificate.Dr. Stephen Henson
2017-07-13Add certificate properties table.Dr. Stephen Henson
2017-07-08Fix cipher_compareRichard Levitte
2017-07-07Do not allow non-dhe kex_modes by defaultMatt Caswell
2017-07-07Updates following review feedback of TLSv1.3 draft-21 codeMatt Caswell
2017-07-07Update SSL_trace() to know about ticket_nonceMatt Caswell
2017-07-07Update the early_secret generation to use the new ticket_nonce fieldMatt Caswell
2017-07-07Update tls13_hkdf_expand() to take the length of the dataMatt Caswell
2017-07-07Send and receive the ticket_nonce field in a NewSessionTicketMatt Caswell
2017-07-05Error out when forcing an unsupported TLS versionBenjamin Kaduk
2017-07-03Fix potential crash in tls_construct_finished.Bernd Edlinger
2017-07-03Fix a crash in tls_construct_client_certificate.Bernd Edlinger
2017-07-03Fix TLSv1.3 exporterMatt Caswell
2017-06-30Drop support for OPENSSL_NO_TLS1_3_METHODMatt Caswell
2017-06-29Updates following review of SSL_export_key_material() changesMatt Caswell