aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-03-08GH787: Fix ALPNTodd Short1-3/+3
2016-03-07Remove kinv/r fields from DSA structure.Dr. Stephen Henson1-2/+0
2016-03-07Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell1-1/+1
2016-03-07Add an SSL_has_pending() functionMatt Caswell1-0/+1
2016-03-07Add an ability to set the SSL read buffer sizeMatt Caswell1-0/+3
2016-03-07Implement write pipeline support in libsslMatt Caswell1-0/+15
2016-03-07Update the dasync engine to add a pipeline cipherMatt Caswell1-0/+1
2016-03-07Add defines for pipeline capable ciphersMatt Caswell1-0/+9
2016-03-07Elide OPENSSL_INIT_set_config_filename() for no-stdio buildDavid Woodhouse1-0/+2
2016-03-07Elide DES_read_password() for no-ui buildDavid Woodhouse1-0/+2
2016-03-07Move declaration of X509_aux_print() out of #ifndef OPENSSL_NO_STDIODavid Woodhouse1-1/+1
2016-03-07Elide EVP_read_pw_string() and friends for no-uiDavid Woodhouse1-0/+2
2016-03-07Add a function to detect if we have async or notMatt Caswell1-0/+2
2016-03-07Remove use of CRYPTO_LOCK_INIT in init codeMatt Caswell1-2/+1
2016-03-07Make PKCS8_PRIV_KEY_INFO opaque.Dr. Stephen Henson2-21/+5
2016-03-07Fix OPENSSL_INIT flags to avoid a clash.Matt Caswell1-1/+1
2016-03-07Rework based on feedback:clucey2-0/+3
2016-03-04Add ASN.1 ADB callback.Dr. Stephen Henson1-5/+5
2016-03-04If a CT log entry in CTLOG_FILE is invalid, skip it and continue loadingRob Percival1-2/+2
2016-03-04Adds CT validation to SSL connectionsRob Percival2-0/+59
2016-03-03GH355: Implement HKDFAlessandro Ghedini3-0/+25
2016-03-03Refactor ClientHello extension parsingEmilia Kasper2-0/+2
2016-03-02Add KDF error codesDr. Stephen Henson2-0/+20
2016-03-02EVP_PKEY_CTX utility functions.Dr. Stephen Henson1-0/+3
2016-03-02make errorsDr. Stephen Henson1-0/+1
2016-03-02Handle KDF internally.Dr. Stephen Henson1-14/+6
2016-03-02Provide getters for default_passwd_cb and userdataChristian Heimes1-0/+4
2016-03-01make errorsDr. Stephen Henson1-0/+5
2016-03-01CT policy validationRob Percival2-0/+92
2016-03-01Verify SCT signaturesRob Percival2-0/+172
2016-02-29Refactor the async wait fd logicMatt Caswell2-8/+29
2016-02-29Workaround for VisualStudio 2015 bugMatt Caswell1-2/+9
2016-02-28TLS support for X25519Dr. Stephen Henson1-0/+1
2016-02-28Add no signing flag.Dr. Stephen Henson1-0/+6
2016-02-28Rename OIDs.Dr. Stephen Henson1-14/+6
2016-02-27GH753: More spelling fixFdaSilvaYY1-1/+1
2016-02-26Moves SCT struct typedef into ossl_typ.hRob Percival2-6/+3
2016-02-26Public API for Certificate TransparencyRob Percival1-0/+377
2016-02-26Implement new multi-threading APIAlessandro Ghedini2-0/+102
2016-02-25Fix indentsRich Salz1-15/+11
2016-02-25CVE-2016-0798: avoid memory leak in SRPEmilia Kasper1-1/+11
2016-02-25GH235: Set error status on malloc failureRich Salz1-0/+2
2016-02-23Add PKCS7_NO_DUAL_CONTENT flagRich Salz1-0/+1
2016-02-22Remove unused parameters from internal functionsRich Salz1-2/+2
2016-02-22RT4334: Check UEFI before __STDC_VERSION__ for <inttypes.h>David Woodhouse1-6/+6
2016-02-22Partial revert of 1288f26 and fix for no-asyncMatt Caswell1-9/+2
2016-02-22RT4309: Define PRIu64 for UEFI buildDavid Woodhouse1-0/+1
2016-02-22Missed an experimental.Rich Salz1-10/+0
2016-02-19TLS: reject duplicate extensionsEmilia Kasper1-0/+1
2016-02-19GH712: Missed some no-filenames casesViktor Szakats1-12/+12