summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
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
2016-03-03fix no-ec buildDr. Stephen Henson
2016-03-03Refactor ClientHello extension parsingEmilia Kasper
2016-03-02Provide getters for default_passwd_cb and userdataChristian Heimes
2016-02-29Refactor the async wait fd logicMatt Caswell
2016-02-28TLS support for X25519Dr. Stephen Henson
2016-02-25GH715: ENGINE_finish can take NULLRich Salz
2016-02-25GH742: keep gost specific variable under macroJ Mohan Rao Arisankala
2016-02-25GH235: Set error status on malloc failureRich Salz
2016-02-24Remove unused parameter in ssl_set_masks().Dr. Stephen Henson
2016-02-23GH735: remove unnecessary allocationJ Mohan Rao Arisankala
2016-02-22Remove unused parameters from internal functionsRich Salz
2016-02-20Always build library object files with shared library cflagsRichard Levitte
2016-02-19TLS: reject duplicate extensionsEmilia Kasper
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte
2016-02-18Fix {TLS,CIPHER}_DEBUG compiles.Rich Salz
2016-02-18Remove outdated DEBUG flags.Rich Salz
2016-02-18Fix memory leaks in tls_decrypt_ticketMatt Caswell
2016-02-18GH706: Use NULL for pointer compare.Zhao Junwang
2016-02-17Remove "experimental" in code and comments, too.Rich Salz
2016-02-17Finish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005David Woodhouse
2016-02-17remove redundant codeDr. Stephen Henson
2016-02-17Implement the use of heap manipulator implementionsRichard Levitte
2016-02-16Simplify tls1_set_ec_id.Dr. Stephen Henson
2016-02-16Use nid_list table to lookup curve IDs.Dr. Stephen Henson
2016-02-16Add explanation and warning to TLS id table.Dr. Stephen Henson
2016-02-15Fix build-breakRich Salz
2016-02-14Don't test heartbeats when there aren't any.Ben Laurie
2016-02-13RT4304: Look for plaintext HTTPRainer Jung
2016-02-13GH675: make ssl3_ciphers staticViktor Szakats
2016-02-13Free and zero DH/ECDH temporary key after use.Dr. Stephen Henson