aboutsummaryrefslogtreecommitdiff
path: root/ssl
AgeCommit message (Expand)AuthorFilesLines
2016-05-10IRIX fixes.Andy Polyakov1-0/+3
2016-05-09Don't send signature algorithms when client_version is below TLS 1.2.David Benjamin2-1/+7
2016-05-09Free any existing SRTP connection profileMatt Caswell1-0/+2
2016-05-09fix tab-space mixed indentationFdaSilvaYY1-4/+4
2016-05-05Move 3DES from HIGH to MEDIUMRich Salz1-14/+14
2016-05-05GH356: Change assert to normal errorSergio Garcia Murillo1-2/+3
2016-05-05Handle no async jobs in libsslMatt Caswell1-47/+55
2016-05-05Improve heartbeats coding styleMatt Caswell1-18/+18
2016-05-02Remove confusing comment.TJ Saunders1-1/+0
2016-05-02Issue #719:TJ Saunders1-7/+22
2016-05-02ssl/record/rec_layer_s3.c: fix typo from previous commit.Andy Polyakov1-1/+1
2016-05-02Remove obsolete defined(__INTEL__) condition.Andy Polyakov1-2/+1
2016-04-29Fix building with -DCHARSET_EBCDICMatt Caswell1-0/+1
2016-04-29Client side CKE processing can double free on errorMatt Caswell1-2/+8
2016-04-28Add checks on CRYPTO_new_ex_data return valueFdaSilvaYY2-4/+9
2016-04-28Fix an error code spelling.FdaSilvaYY2-2/+2
2016-04-28various spelling fixesFdaSilvaYY12-24/+25
2016-04-28Don't leak memory on error path in dane_ctx_enable()Matt Caswell1-0/+1
2016-04-27Fix no-gost no-srp no-ec no-dh.Ben Laurie1-1/+4
2016-04-27Fix enable-ssl-trace no-nextprotoneg.Ben Laurie1-0/+2
2016-04-27split_send_fragment should always be less than or equal to max_send_fragmentMatt Caswell1-1/+1
2016-04-27Fix BIO_CTRL_DUP for an SSL BIOMatt Caswell1-4/+5
2016-04-26Ensure we check i2d_X509 return valMatt Caswell1-2/+7
2016-04-22make updateViktor Dukhovni1-52/+8
2016-04-22Enabled DANE only when at least one TLSA RR was addedViktor Dukhovni1-2/+14
2016-04-22Don't set peer_tmp until we have finished constructing itMatt Caswell1-27/+36
2016-04-21Fix no-ocsp on Windows (and probably VMS)Matt Caswell1-0/+2
2016-04-20Remove --classic build entirelyRichard Levitte1-81/+0
2016-04-18Rename some lowercase API'sRich Salz1-2/+2
2016-04-15Make many X509_xxx types opaque.Rich Salz1-39/+56
2016-04-14Add SSL_SESSION_get0_hostname()Lyon Chen1-0/+5
2016-04-13Remove OPENSSL_NO_SHA guardsMatt Caswell1-2/+0
2016-04-13Remove OPENSSL_NO_AES guardsMatt Caswell1-2/+0
2016-04-13Rename int_*() functions to *_int()Matt Caswell3-7/+7
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell3-7/+7
2016-04-13Deprecate SSL_COMP_free_compression_methods() and make it a no-opMatt Caswell3-6/+5
2016-04-13Deprecate ERR_free_strings() and make it a no-opMatt Caswell1-5/+6
2016-04-11Add SSL_CTX_get_ciphers()Kazuki Yamaguchi1-0/+9
2016-04-11Remove an unused functionMatt Caswell2-15/+0
2016-04-11Fix the no-nextprotoneg optionMatt Caswell1-0/+2
2016-04-09Make DH opaqueMatt Caswell3-22/+50
2016-04-08Add SSL_DANE typedef for consistency.Rich Salz2-9/+9
2016-04-07Clean-up *_DEBUG options.Andy Polyakov1-9/+1
2016-04-07make updateViktor Dukhovni1-6/+8
2016-04-07Suppress CT callback as appropriateViktor Dukhovni4-45/+115
2016-04-07Fix client verify mode to check SSL_VERIFY_PEERViktor Dukhovni1-1/+1
2016-04-07Fix memory leak on invalid CertificateRequest.David Benjamin1-0/+2
2016-04-06Fix no-ocspMatt Caswell2-6/+17
2016-04-05New SSL test frameworkEmilia Kasper1-2/+2
2016-04-04Revert "various spelling fixes"Rich Salz12-25/+24