aboutsummaryrefslogtreecommitdiff
path: root/ssl
AgeCommit message (Expand)AuthorFilesLines
2016-07-08GH1278: Removed error code for alertsRich Salz1-0/+56
2016-07-02Fix broken loading of client CAsAndreas Karlsson1-2/+1
2016-07-01Avoid an overflow in constructing the ServerKeyExchange messageMatt Caswell1-0/+5
2016-06-29Whitespace cleanup in ssl folderFdaSilvaYY8-10/+10
2016-06-29SpellingFdaSilvaYY1-1/+1
2016-06-27Ensure read records are marked as readMatt Caswell1-1/+8
2016-06-23Add checks on sk_TYPE_push() returned resultFdaSilvaYY4-18/+40
2016-06-22Spelling... and more spellingFdaSilvaYY6-9/+9
2016-06-21Make RSA key exchange code actually constant-time.David Benjamin1-15/+36
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY4-4/+0
2016-06-15Deal with the consequences of constifying gettersRichard Levitte2-2/+2
2016-06-14Initialize the session_idKurt Roeckx1-0/+2
2016-06-14Fix commentMatt Caswell1-2/+1
2016-06-13Add some missing return value checksMatt Caswell1-1/+4
2016-06-13Ensure SSL_set_session clears the old session from cache if it is badMatt Caswell1-19/+11
2016-06-11Don't compare a just free()d pointerKurt Roeckx1-1/+1
2016-06-09RT3720 Increment session miss counter properlyLaszlo Kovacs1-0/+1
2016-06-09Fix session ticket and SNITodd Short2-1/+18
2016-06-08Add some accessor API'sRich Salz1-0/+5
2016-06-08Always use session_ctx when removing a sessionTodd Short5-7/+7
2016-06-07Reject out of context empty recordsMatt Caswell4-13/+29
2016-06-07Fix pipelining bugMatt Caswell1-0/+1
2016-06-07Add SSL_CTX_get_tlsext_status_type()Matt Caswell1-0/+3
2016-06-07Return the value of tlsext_status_type in the return not argMatt Caswell1-2/+1
2016-06-07Add SSL_get_tlsext_status_type() methodAlessandro Ghedini1-0/+5
2016-06-04RT3895: Remove fprintf's from SSL library.Rich Salz2-5/+5
2016-06-03Handle a memory allocation failure in ssl3_init_finished_mac()Matt Caswell6-9/+29
2016-05-31Remove null check, per review feedback. Note this in the docs.TJ Saunders1-2/+0
2016-05-31Add an SSL_SESSION accessor for obtaining the protocol version number, withTJ Saunders1-0/+7
2016-05-31return error in ct_move_scts()Dr. Stephen Henson1-1/+1
2016-05-27Fix ssl_cert_set0_chain invalid pointerTodd Short1-1/+1
2016-05-26Fix some suspect warnings on WindowsMatt Caswell3-5/+6
2016-05-26The ssl3_digest_cached_records() function does not handle errors properlyMatt Caswell1-5/+4
2016-05-23Remove unused error/function codes.Rich Salz1-135/+45
2016-05-23remove encrypt then mac ifdefsDr. Stephen Henson2-16/+0
2016-05-23Fix some malloc failure crashes on X509_STORE_CTX_set_ex_dataFdaSilvaYY1-1/+3
2016-05-20Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz1-3/+3
2016-05-20Ensure async IO works with new state machineMatt Caswell1-1/+4
2016-05-20Tighten up logic around ChangeCipherSpec.David Benjamin1-0/+10
2016-05-20Simplify SSL BIO buffering logicMatt Caswell4-40/+22
2016-05-19When strict SCT fails record verification failureViktor Dukhovni1-0/+17
2016-05-18Ensure verify error is set when X509_verify_cert() failsViktor Dukhovni1-0/+10
2016-05-17Copyright consolidation 01/10Rich Salz44-3693/+265
2016-05-17Add a comment to explain the use of |num_recs|Matt Caswell1-1/+9
2016-05-17Use the current record offset in ssl3_get_recordMatt Caswell1-1/+2
2016-05-17There is only one read bufferMatt Caswell1-1/+1
2016-05-17Fix some out of date commentsMatt Caswell3-6/+6
2016-05-16session tickets: use more sizeofKurt Roeckx3-15/+23
2016-05-16Use AES256 for the default encryption algoritm for TLS session ticketsTJ Saunders3-4/+4
2016-05-16session tickets: Use sizeof() for the various fieldsTJ Saunders4-17/+33