aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Fix an error code spelling."Rich Salz2016-04-042-2/+2
* Fix an error code spelling.FdaSilvaYY2016-04-042-2/+2
* various spelling fixesFdaSilvaYY2016-04-0412-24/+25
* Move peer chain security checks into x509_vfy.cViktor Dukhovni2016-04-031-11/+14
* Use return "" not set a var and return.Rich Salz2016-03-312-305/+146
* RT4458: Fix #ifndef line for GOSTPauli2016-03-311-2/+2
* Make BIO opaqueMatt Caswell2016-03-292-60/+64
* Resolve DTLS cookie and version before session resumption.David Benjamin2016-03-271-33/+32
* Allow different protocol version when trying to reuse a sessionFedor Indutny2016-03-276-167/+86
* Check algo_strength using SSL_STRONG_MASKKurt Roeckx2016-03-222-6/+10
* Move declaration of i into blocks where it is used.Ben Laurie2016-03-221-3/+7
* RT4660: BIO_METHODs should be const.David Benjamin2016-03-211-2/+2
* Fix no-sockMatt Caswell2016-03-211-1/+2
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* Fix ALPN - more fixesTodd Short2016-03-201-6/+9
* Remove #error from include files.Rich Salz2016-03-2012-61/+21
* Ensure that memory allocated for the ticket is freedMatt Caswell2016-03-181-0/+1
* Remove Netware and OS/2Rich Salz2016-03-171-2/+0
* Report TLS 1.0 as backwards-compatible TLSv1Viktor Dukhovni2016-03-172-1/+8
* Sort cipher-list at runtime.Rich Salz2016-03-163-1528/+1227
* Fix no-comp buildEmilia Kasper2016-03-121-1/+2
* check reviewer --reviewer=emiliaRob Percival2016-03-101-0/+11
* Deprecate the use of version-specific methodsKurt Roeckx2016-03-094-45/+170
* Move disabling of RC4 for DTLS to the cipher list.Kurt Roeckx2016-03-094-46/+35
* Remove DES cipher aliasKurt Roeckx2016-03-091-1/+0
* IDEA is not supported in TLS 1.2Kurt Roeckx2016-03-091-2/+2
* Add support for minimum and maximum protocol version supported by a cipherKurt Roeckx2016-03-098-318/+504