summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2016-07-18Try and make the transition tests for CKE message clearerMatt Caswell
2016-07-18Simplify key_exchange_expected() logicMatt Caswell
2016-07-18Make sure we call ssl3_digest_cached_records() when necessaryMatt Caswell
2016-07-18Fix SSLv3 alert if no Client Ceritifcate sent after a request for oneMatt Caswell
2016-07-18Prepare the client certificate earlierMatt Caswell
2016-07-16fix memory leaksMiroslav Franc
2016-07-15check return values for EVP_Digest*() APIsDr. Stephen Henson
2016-07-12Fix DH error-handling in tls_process_key_exchange.David Benjamin
2016-07-12Perform DANE-EE(3) name checks by defaultViktor Dukhovni
2016-07-08GH1278: Removed error code for alertsRich Salz
2016-07-02Fix broken loading of client CAsAndreas Karlsson
2016-07-01Avoid an overflow in constructing the ServerKeyExchange messageMatt Caswell
2016-06-29Whitespace cleanup in ssl folderFdaSilvaYY
2016-06-29SpellingFdaSilvaYY
2016-06-27Ensure read records are marked as readMatt Caswell
2016-06-23Add checks on sk_TYPE_push() returned resultFdaSilvaYY
2016-06-22Spelling... and more spellingFdaSilvaYY
2016-06-21Make RSA key exchange code actually constant-time.David Benjamin
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY
2016-06-15Deal with the consequences of constifying gettersRichard Levitte
2016-06-14Initialize the session_idKurt Roeckx
2016-06-14Fix commentMatt Caswell
2016-06-13Add some missing return value checksMatt Caswell
2016-06-13Ensure SSL_set_session clears the old session from cache if it is badMatt Caswell
2016-06-11Don't compare a just free()d pointerKurt Roeckx
2016-06-09RT3720 Increment session miss counter properlyLaszlo Kovacs
2016-06-09Fix session ticket and SNITodd Short
2016-06-08Add some accessor API'sRich Salz
2016-06-08Always use session_ctx when removing a sessionTodd Short
2016-06-07Reject out of context empty recordsMatt Caswell
2016-06-07Fix pipelining bugMatt Caswell
2016-06-07Add SSL_CTX_get_tlsext_status_type()Matt Caswell
2016-06-07Return the value of tlsext_status_type in the return not argMatt Caswell
2016-06-07Add SSL_get_tlsext_status_type() methodAlessandro Ghedini
2016-06-04RT3895: Remove fprintf's from SSL library.Rich Salz
2016-06-03Handle a memory allocation failure in ssl3_init_finished_mac()Matt Caswell
2016-05-31Remove null check, per review feedback. Note this in the docs.TJ Saunders
2016-05-31Add an SSL_SESSION accessor for obtaining the protocol version number, withTJ Saunders
2016-05-31return error in ct_move_scts()Dr. Stephen Henson
2016-05-27Fix ssl_cert_set0_chain invalid pointerTodd Short
2016-05-26Fix some suspect warnings on WindowsMatt Caswell
2016-05-26The ssl3_digest_cached_records() function does not handle errors properlyMatt Caswell
2016-05-23Remove unused error/function codes.Rich Salz
2016-05-23remove encrypt then mac ifdefsDr. Stephen Henson
2016-05-23Fix some malloc failure crashes on X509_STORE_CTX_set_ex_dataFdaSilvaYY
2016-05-20Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz
2016-05-20Ensure async IO works with new state machineMatt Caswell
2016-05-20Tighten up logic around ChangeCipherSpec.David Benjamin
2016-05-20Simplify SSL BIO buffering logicMatt Caswell
2016-05-19When strict SCT fails record verification failureViktor Dukhovni