summaryrefslogtreecommitdiff
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Add checks on sk_TYPE_push() returned resultFdaSilvaYY2016-06-234-18/+40
* Spelling... and more spellingFdaSilvaYY2016-06-226-9/+9
* Make RSA key exchange code actually constant-time.David Benjamin2016-06-211-15/+36
* Useless header include of openssl/rand.hFdaSilvaYY2016-06-184-4/+0
* Deal with the consequences of constifying gettersRichard Levitte2016-06-152-2/+2
* Initialize the session_idKurt Roeckx2016-06-141-0/+2
* Fix commentMatt Caswell2016-06-141-2/+1
* Add some missing return value checksMatt Caswell2016-06-131-1/+4
* Ensure SSL_set_session clears the old session from cache if it is badMatt Caswell2016-06-131-19/+11
* Don't compare a just free()d pointerKurt Roeckx2016-06-111-1/+1
* RT3720 Increment session miss counter properlyLaszlo Kovacs2016-06-091-0/+1
* Fix session ticket and SNITodd Short2016-06-092-1/+18
* Add some accessor API'sRich Salz2016-06-081-0/+5
* Always use session_ctx when removing a sessionTodd Short2016-06-085-7/+7
* Reject out of context empty recordsMatt Caswell2016-06-074-13/+29
* Fix pipelining bugMatt Caswell2016-06-071-0/+1
* Add SSL_CTX_get_tlsext_status_type()Matt Caswell2016-06-071-0/+3
* Return the value of tlsext_status_type in the return not argMatt Caswell2016-06-071-2/+1
* Add SSL_get_tlsext_status_type() methodAlessandro Ghedini2016-06-071-0/+5
* RT3895: Remove fprintf's from SSL library.Rich Salz2016-06-042-5/+5
* Handle a memory allocation failure in ssl3_init_finished_mac()Matt Caswell2016-06-036-9/+29
* Remove null check, per review feedback. Note this in the docs.TJ Saunders2016-05-311-2/+0
* Add an SSL_SESSION accessor for obtaining the protocol version number, withTJ Saunders2016-05-311-0/+7
* return error in ct_move_scts()Dr. Stephen Henson2016-05-311-1/+1
* Fix ssl_cert_set0_chain invalid pointerTodd Short2016-05-271-1/+1
* Fix some suspect warnings on WindowsMatt Caswell2016-05-263-5/+6
* The ssl3_digest_cached_records() function does not handle errors properlyMatt Caswell2016-05-261-5/+4
* Remove unused error/function codes.Rich Salz2016-05-231-135/+45
* remove encrypt then mac ifdefsDr. Stephen Henson2016-05-232-16/+0
* Fix some malloc failure crashes on X509_STORE_CTX_set_ex_dataFdaSilvaYY2016-05-231-1/+3
* Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz2016-05-201-3/+3
* Ensure async IO works with new state machineMatt Caswell2016-05-201-1/+4
* Tighten up logic around ChangeCipherSpec.David Benjamin2016-05-201-0/+10
* Simplify SSL BIO buffering logicMatt Caswell2016-05-204-40/+22
* When strict SCT fails record verification failureViktor Dukhovni2016-05-191-0/+17
* Ensure verify error is set when X509_verify_cert() failsViktor Dukhovni2016-05-181-0/+10
* Copyright consolidation 01/10Rich Salz2016-05-1744-3693/+265
* Add a comment to explain the use of |num_recs|Matt Caswell2016-05-171-1/+9
* Use the current record offset in ssl3_get_recordMatt Caswell2016-05-171-1/+2
* There is only one read bufferMatt Caswell2016-05-171-1/+1
* Fix some out of date commentsMatt Caswell2016-05-173-6/+6
* session tickets: use more sizeofKurt Roeckx2016-05-163-15/+23
* Use AES256 for the default encryption algoritm for TLS session ticketsTJ Saunders2016-05-163-4/+4
* session tickets: Use sizeof() for the various fieldsTJ Saunders2016-05-164-17/+33
* Fold threads.h into crypto.h making API publicViktor Dukhovni2016-05-163-3/+2
* Add SSL_client_version() getter functionAlessandro Ghedini2016-05-161-3/+8
* Propagate tlsext_status_type from SSL_CTX to SSLjfigus2016-05-163-1/+11
* Fix NPN protocol name list validationKazuki Yamaguchi2016-05-161-3/+3
* Unify <TYPE>_up_ref methods signature and behaviour.FdaSilvaYY2016-05-161-4/+16
* Increment size limit for ClientHello messagesAlessandro Ghedini2016-05-141-1/+18