summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
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
2016-05-18Ensure verify error is set when X509_verify_cert() failsViktor Dukhovni
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-17Add a comment to explain the use of |num_recs|Matt Caswell
2016-05-17Use the current record offset in ssl3_get_recordMatt Caswell
2016-05-17There is only one read bufferMatt Caswell
2016-05-17Fix some out of date commentsMatt Caswell
2016-05-16session tickets: use more sizeofKurt Roeckx
2016-05-16Use AES256 for the default encryption algoritm for TLS session ticketsTJ Saunders
2016-05-16session tickets: Use sizeof() for the various fieldsTJ Saunders
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni
2016-05-16Add SSL_client_version() getter functionAlessandro Ghedini
2016-05-16Propagate tlsext_status_type from SSL_CTX to SSLjfigus
2016-05-16Fix NPN protocol name list validationKazuki Yamaguchi
2016-05-16Unify <TYPE>_up_ref methods signature and behaviour.FdaSilvaYY
2016-05-14Increment size limit for ClientHello messagesAlessandro Ghedini
2016-05-13The NewSessionTicket message is not optional.David Benjamin
2016-05-12Don't use GOST ciphersuites with DTLS.Dmitry Belyavsky
2016-05-12Don't leak memory if realloc fails.Dr. Stephen Henson
2016-05-11Make null_compression constMatt Caswell
2016-05-11Fix V2ClientHello handling.David Benjamin