aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove OPENSSL_NO_SHA guardsMatt Caswell2016-04-131-2/+0
* Remove OPENSSL_NO_AES guardsMatt Caswell2016-04-131-2/+0
* Rename int_*() functions to *_int()Matt Caswell2016-04-133-7/+7
* Rename lots of *_intern or *_internal function to int_*Matt Caswell2016-04-133-7/+7
* Deprecate SSL_COMP_free_compression_methods() and make it a no-opMatt Caswell2016-04-133-6/+5
* Deprecate ERR_free_strings() and make it a no-opMatt Caswell2016-04-131-5/+6
* Add SSL_CTX_get_ciphers()Kazuki Yamaguchi2016-04-111-0/+9
* Remove an unused functionMatt Caswell2016-04-112-15/+0
* Fix the no-nextprotoneg optionMatt Caswell2016-04-111-0/+2
* Make DH opaqueMatt Caswell2016-04-093-22/+50
* Add SSL_DANE typedef for consistency.Rich Salz2016-04-082-9/+9
* Clean-up *_DEBUG options.Andy Polyakov2016-04-071-9/+1
* make updateViktor Dukhovni2016-04-071-6/+8
* Suppress CT callback as appropriateViktor Dukhovni2016-04-074-45/+115
* Fix client verify mode to check SSL_VERIFY_PEERViktor Dukhovni2016-04-071-1/+1
* Fix memory leak on invalid CertificateRequest.David Benjamin2016-04-071-0/+2
* Fix no-ocspMatt Caswell2016-04-062-6/+17
* New SSL test frameworkEmilia Kasper2016-04-051-2/+2
* Revert "various spelling fixes"Rich Salz2016-04-0412-25/+24