aboutsummaryrefslogtreecommitdiff
path: root/ssl
AgeCommit message (Expand)AuthorFilesLines
2016-03-02Provide getters for default_passwd_cb and userdataChristian Heimes1-0/+20
2016-02-29Refactor the async wait fd logicMatt Caswell2-5/+25
2016-02-28TLS support for X25519Dr. Stephen Henson2-2/+13
2016-02-25GH715: ENGINE_finish can take NULLRich Salz2-4/+2
2016-02-25GH742: keep gost specific variable under macroJ Mohan Rao Arisankala1-0/+4
2016-02-25GH235: Set error status on malloc failureRich Salz2-2/+8
2016-02-24Remove unused parameter in ssl_set_masks().Dr. Stephen Henson3-4/+4
2016-02-23GH735: remove unnecessary allocationJ Mohan Rao Arisankala1-6/+0
2016-02-22Remove unused parameters from internal functionsRich Salz7-21/+16
2016-02-20Always build library object files with shared library cflagsRichard Levitte1-1/+1
2016-02-19TLS: reject duplicate extensionsEmilia Kasper2-1/+85
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte1-1/+1
2016-02-18Fix {TLS,CIPHER}_DEBUG compiles.Rich Salz2-3/+3
2016-02-18Remove outdated DEBUG flags.Rich Salz11-156/+8
2016-02-18Fix memory leaks in tls_decrypt_ticketMatt Caswell1-7/+15
2016-02-18GH706: Use NULL for pointer compare.Zhao Junwang1-6/+6
2016-02-17Remove "experimental" in code and comments, too.Rich Salz1-1/+0
2016-02-17Finish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005David Woodhouse2-4/+2
2016-02-17remove redundant codeDr. Stephen Henson1-4/+1
2016-02-17Implement the use of heap manipulator implementionsRichard Levitte1-2/+2
2016-02-16Simplify tls1_set_ec_id.Dr. Stephen Henson1-24/+12
2016-02-16Use nid_list table to lookup curve IDs.Dr. Stephen Henson1-60/+5
2016-02-16Add explanation and warning to TLS id table.Dr. Stephen Henson1-0/+6
2016-02-15Fix build-breakRich Salz1-0/+1
2016-02-14Don't test heartbeats when there aren't any.Ben Laurie2-1/+5
2016-02-13RT4304: Look for plaintext HTTPRainer Jung1-0/+15
2016-02-13GH675: make ssl3_ciphers staticViktor Szakats2-2/+1
2016-02-13Free and zero DH/ECDH temporary key after use.Dr. Stephen Henson1-0/+4
2016-02-12Move brace outside #ifdefViktor Dukhovni1-1/+1
2016-02-12Fix the enable-ssl-trace config optionMatt Caswell1-22/+0
2016-02-11Remove static ECDH support.Dr. Stephen Henson7-484/+30
2016-02-11Don't check self signed certificate signature security.Dr. Stephen Henson1-0/+3
2016-02-11Fix MacOS/X build warningsViktor Dukhovni2-3/+2
2016-02-11Remove TLS heartbeat, disable DTLS heartbeatRich Salz9-229/+54
2016-02-11Move to REF_DEBUG, for consistency.Rich Salz4-42/+14
2016-02-11RT3495: Add a hash for faster dup detection.Toshikuni Fukaya1-17/+25
2016-02-11Simplify ssl_cert_type() by taking advantage of X509_get0_pubkeyViktor Dukhovni1-31/+20
2016-02-11Hide OPENSSL_INIT_SETTINGS.Rich Salz1-0/+1
2016-02-10After renaming init, update errors.Rich Salz2-3/+2
2016-02-10Add CHACHA20 alias for ciphers.Todd Short2-2/+3
2016-02-10Attempt to log an error if init failedMatt Caswell2-2/+16
2016-02-10The new init functions can now fail so shouldn't be voidMatt Caswell2-6/+10
2016-02-10Rename INIT funtions, deprecate old ones.Rich Salz2-6/+5
2016-02-10clean away old VMS cruftRichard Levitte2-1072/+0
2016-02-10Can't re-init after stop.Rich Salz1-9/+11
2016-02-09Updates for auto init/deinit review commentsMatt Caswell1-10/+1
2016-02-09Update build.info files for auto-init/de-initMatt Caswell1-2/+2
2016-02-09Add an OPENSSL_NO_AUTOERRINIT optionMatt Caswell1-2/+8
2016-02-09Auto init/de-init libsslMatt Caswell5-211/+8
2016-02-09Provide framework for auto initialise/deinitialise of the libraryMatt Caswell2-2/+322