aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* 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
* The NewSessionTicket message is not optional.David Benjamin2016-05-131-3/+5
* Don't use GOST ciphersuites with DTLS.Dmitry Belyavsky2016-05-121-4/+4
* Don't leak memory if realloc fails.Dr. Stephen Henson2016-05-122-7/+11
* Make null_compression constMatt Caswell2016-05-111-1/+1
* Fix V2ClientHello handling.David Benjamin2016-05-111-3/+5
* IRIX fixes.Andy Polyakov2016-05-101-0/+3
* Don't send signature algorithms when client_version is below TLS 1.2.David Benjamin2016-05-092-1/+7
* Free any existing SRTP connection profileMatt Caswell2016-05-091-0/+2
* fix tab-space mixed indentationFdaSilvaYY2016-05-091-4/+4
* Move 3DES from HIGH to MEDIUMRich Salz2016-05-051-14/+14
* GH356: Change assert to normal errorSergio Garcia Murillo2016-05-051-2/+3
* Handle no async jobs in libsslMatt Caswell2016-05-051-47/+55
* Improve heartbeats coding styleMatt Caswell2016-05-051-18/+18
* Remove confusing comment.TJ Saunders2016-05-021-1/+0
* Issue #719:TJ Saunders2016-05-021-7/+22
* ssl/record/rec_layer_s3.c: fix typo from previous commit.Andy Polyakov2016-05-021-1/+1
* Remove obsolete defined(__INTEL__) condition.Andy Polyakov2016-05-021-2/+1
* Fix building with -DCHARSET_EBCDICMatt Caswell2016-04-291-0/+1
* Client side CKE processing can double free on errorMatt Caswell2016-04-291-2/+8
* Add checks on CRYPTO_new_ex_data return valueFdaSilvaYY2016-04-282-4/+9
* Fix an error code spelling.FdaSilvaYY2016-04-282-2/+2