aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add ssl_get_client_min_max_version() functionKurt Roeckx2016-03-092-18/+44
* Make SSL_CIPHER_get_version return a const char *Kurt Roeckx2016-03-091-1/+1
* Remove unused codeKurt Roeckx2016-03-091-15/+4
* Make function to convert version to stringKurt Roeckx2016-03-093-32/+24
* Constify security callbacksKurt Roeckx2016-03-093-12/+12
* Do not display a CT log error message if CT validation is disabledRob Percival2016-03-091-5/+1
* Fix locking in ssl_cert_dup()Todd Short2016-03-091-1/+1
* Counter mixed signedness with a castRichard Levitte2016-03-091-2/+2
* Fix SSL_CIPHER_get_auth_nid returnTodd Short2016-03-081-1/+1
* Convert CRYPTO_LOCK_SSL_* to new multi-threading APIAlessandro Ghedini2016-03-085-104/+150
* Convert CRYPTO_LOCK_X509_* to new multi-threading APIAlessandro Ghedini2016-03-081-4/+3
* Convert CRYPTO_LOCK_BIO to new multi-threading APIAlessandro Ghedini2016-03-081-3/+3
* GH787: Fix ALPNTodd Short2016-03-081-7/+7
* Add cipher query functionsTodd Short2016-03-081-4/+48
* GH815: The ChaCha20/Poly1305 codepoints are officialBenjamin Kaduk2016-03-081-1/+1
* GH787: Fix ALPNTodd Short2016-03-084-48/+68
* Fix building without multiblock supportMatt Caswell2016-03-081-2/+2
* Rename the numpipes argument to ssl3_enc/tls1_encMatt Caswell2016-03-072-22/+25
* Rename a functionMatt Caswell2016-03-071-2/+2
* Remove the wrec record layer fieldMatt Caswell2016-03-074-32/+25
* Update a commentMatt Caswell2016-03-071-2/+2
* Fix erroneous fall thgrough in switch statementMatt Caswell2016-03-071-0/+2
* Add an SSL_has_pending() functionMatt Caswell2016-03-073-4/+20
* Add an ability to set the SSL read buffer sizeMatt Caswell2016-03-076-7/+24
* Lazily initialise the compression bufferMatt Caswell2016-03-076-31/+9
* Implement read pipeline support in libsslMatt Caswell2016-03-076-312/+472
* Implement write pipeline support in libsslMatt Caswell2016-03-0710-240/+456
* Use s->session->peer instead of calling SSL_get_peer_certificate(s)Rob Percival2016-03-071-4/+2
* Lowercase name of SSL_validate_ct as it is an internal functionRob Percival2016-03-073-3/+3
* CT code now calls X509_free() after calling SSL_get_peer_certificate()Rob Percival2016-03-071-0/+2
* Swap the init code to use CRYPTO_ONCEMatt Caswell2016-03-071-84/+13
* Rework the default cipherlist.Emilia Kasper2016-03-073-65/+118
* Don't mark the eNULL ciphers as non-default.Kurt Roeckx2016-03-042-20/+20