summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte
2016-03-20Fix ALPN - more fixesTodd Short
2016-03-20Remove #error from include files.Rich Salz
2016-03-18Ensure that memory allocated for the ticket is freedMatt Caswell
2016-03-17Remove Netware and OS/2Rich Salz
2016-03-17Report TLS 1.0 as backwards-compatible TLSv1Viktor Dukhovni
2016-03-16Sort cipher-list at runtime.Rich Salz
2016-03-12Fix no-comp buildEmilia Kasper
2016-03-10check reviewer --reviewer=emiliaRob Percival
2016-03-09Deprecate the use of version-specific methodsKurt Roeckx
2016-03-09Move disabling of RC4 for DTLS to the cipher list.Kurt Roeckx
2016-03-09Remove DES cipher aliasKurt Roeckx
2016-03-09IDEA is not supported in TLS 1.2Kurt Roeckx
2016-03-09Add support for minimum and maximum protocol version supported by a cipherKurt Roeckx
2016-03-09Add ssl_get_client_min_max_version() functionKurt Roeckx
2016-03-09Make SSL_CIPHER_get_version return a const char *Kurt Roeckx
2016-03-09Remove unused codeKurt Roeckx
2016-03-09Make function to convert version to stringKurt Roeckx
2016-03-09Constify security callbacksKurt Roeckx
2016-03-09Do not display a CT log error message if CT validation is disabledRob Percival
2016-03-09Fix locking in ssl_cert_dup()Todd Short
2016-03-09Counter mixed signedness with a castRichard Levitte
2016-03-08Fix SSL_CIPHER_get_auth_nid returnTodd Short
2016-03-08Convert CRYPTO_LOCK_SSL_* to new multi-threading APIAlessandro Ghedini
2016-03-08Convert CRYPTO_LOCK_X509_* to new multi-threading APIAlessandro Ghedini
2016-03-08Convert CRYPTO_LOCK_BIO to new multi-threading APIAlessandro Ghedini
2016-03-08GH787: Fix ALPNTodd Short
2016-03-08Add cipher query functionsTodd Short
2016-03-08GH815: The ChaCha20/Poly1305 codepoints are officialBenjamin Kaduk
2016-03-08GH787: Fix ALPNTodd Short
2016-03-08Fix building without multiblock supportMatt Caswell
2016-03-07Rename the numpipes argument to ssl3_enc/tls1_encMatt Caswell
2016-03-07Rename a functionMatt Caswell
2016-03-07Remove the wrec record layer fieldMatt Caswell
2016-03-07Update a commentMatt Caswell
2016-03-07Fix erroneous fall thgrough in switch statementMatt Caswell
2016-03-07Add an SSL_has_pending() functionMatt Caswell
2016-03-07Add an ability to set the SSL read buffer sizeMatt Caswell
2016-03-07Lazily initialise the compression bufferMatt Caswell
2016-03-07Implement read pipeline support in libsslMatt Caswell
2016-03-07Implement write pipeline support in libsslMatt Caswell
2016-03-07Use s->session->peer instead of calling SSL_get_peer_certificate(s)Rob Percival
2016-03-07Lowercase name of SSL_validate_ct as it is an internal functionRob Percival
2016-03-07CT code now calls X509_free() after calling SSL_get_peer_certificate()Rob Percival
2016-03-07Swap the init code to use CRYPTO_ONCEMatt Caswell
2016-03-07Rework the default cipherlist.Emilia Kasper
2016-03-04Don't mark the eNULL ciphers as non-default.Kurt Roeckx
2016-03-04Adds CT validation to SSL connectionsRob Percival
2016-03-04Changes to DEFAULT curvesRich Salz
2016-03-04Don't build RC4 ciphersuites into libssl by defaultMatt Caswell