aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* 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
* various spelling fixesFdaSilvaYY2016-04-2812-24/+25
* Don't leak memory on error path in dane_ctx_enable()Matt Caswell2016-04-281-0/+1
* Fix no-gost no-srp no-ec no-dh.Ben Laurie2016-04-271-1/+4
* Fix enable-ssl-trace no-nextprotoneg.Ben Laurie2016-04-271-0/+2
* split_send_fragment should always be less than or equal to max_send_fragmentMatt Caswell2016-04-271-1/+1
* Fix BIO_CTRL_DUP for an SSL BIOMatt Caswell2016-04-271-4/+5
* Ensure we check i2d_X509 return valMatt Caswell2016-04-261-2/+7
* make updateViktor Dukhovni2016-04-221-52/+8
* Enabled DANE only when at least one TLSA RR was addedViktor Dukhovni2016-04-221-2/+14
* Don't set peer_tmp until we have finished constructing itMatt Caswell2016-04-221-27/+36
* Fix no-ocsp on Windows (and probably VMS)Matt Caswell2016-04-211-0/+2
* Remove --classic build entirelyRichard Levitte2016-04-201-81/+0
* Rename some lowercase API'sRich Salz2016-04-181-2/+2
* Make many X509_xxx types opaque.Rich Salz2016-04-151-39/+56
* Add SSL_SESSION_get0_hostname()Lyon Chen2016-04-141-0/+5