aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2016-03-08Add an SSL_has_pending() functionMatt Caswell1-5/+0
2016-03-08Add an ability to set the SSL read buffer sizeMatt Caswell1-0/+5
2016-03-08Add cipher query functionsTodd Short1-0/+3
2016-03-08Convert ERR_STATE to new multi-threading APIAlessandro Ghedini1-2/+2
2016-03-08Make mk1mf recognise the --classic flagRichard Levitte1-0/+1
2016-03-07GH812: Fix for no-ui build on WindowsMat1-0/+2
2016-03-07Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell2-1/+4737
2016-03-07Add an SSL_has_pending() functionMatt Caswell2-0/+423
2016-03-07Add an ability to set the SSL read buffer sizeMatt Caswell1-0/+2
2016-03-07Update the dasync engine to add a pipeline cipherMatt Caswell1-0/+1
2016-03-07make updateMatt Caswell1-2/+3
2016-03-07make updateDr. Stephen Henson1-2/+2
2016-03-05New ordinal files, recreated from scratchRichard Levitte2-0/+4425
2016-03-05Change names of ordinals and libs, libeay => libcrypto and ssleay => libsslRichard Levitte5-30/+30
2016-03-05Remove the old ordinalsRichard Levitte2-5238/+0
2016-03-04Adds CT validation to SSL connectionsRob Percival1-0/+8
2016-03-02make updateDr. Stephen Henson1-0/+1
2016-03-02add kdf.h to mkdef.plDr. Stephen Henson1-0/+1
2016-03-02make updateDr. Stephen Henson1-0/+2
2016-03-02Provide getters for default_passwd_cb and userdataChristian Heimes1-0/+4
2016-03-01CT policy validationRob Percival1-0/+13
2016-03-01Verify SCT signaturesRob Percival1-0/+22
2016-02-29Refactor the async wait fd logicMatt Caswell2-4/+13
2016-02-29Workaround for VisualStudio 2015 bugMatt Caswell1-1/+2
2016-02-28make updateDr. Stephen Henson1-0/+1
2016-02-28Fix mk1mf buildRich Salz4-12/+2
2016-02-26Public API for Certificate TransparencyRob Percival2-2/+34
2016-02-26Fix a mkdef.pl warningMatt Caswell1-1/+9
2016-02-26Implement new multi-threading APIAlessandro Ghedini2-0/+14
2016-02-25CVE-2016-0798: avoid memory leak in SRPEmilia Kasper1-1/+3
2016-02-22The build files use %disabled, make sure to pass it to themRichard Levitte1-0/+1
2016-02-21Don't use 'parent' in util/dofile.plRichard Levitte5-5/+11
2016-02-20Work-around for proxy->s_server retry logicViktor Dukhovni1-1/+3
2016-02-20Build dynamic engines even if configured "no-shared"Richard Levitte1-4/+2
2016-02-20Always build library object files with shared library cflagsRichard Levitte2-4/+5
2016-02-19TLS: reject duplicate extensionsEmilia Kasper3-10/+28
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte1-2/+2
2016-02-18Remove outdated DEBUG flags.Rich Salz1-1/+0
2016-02-17Remove "experimental" in code and comments, too.Rich Salz1-12/+0
2016-02-17Finish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005David Woodhouse1-2/+2
2016-02-17Be more verbose when debugging is onRichard Levitte1-6/+10
2016-02-17Remove JPAKERich Salz5-35/+0
2016-02-15Correct deprecation of OPENSSL_configRichard Levitte1-1/+1
2016-02-14Misc fixes in util/mk1mf.plRichard Levitte1-0/+3
2016-02-14make updateRichard Levitte1-7/+7
2016-02-14Don't use libcrypto private headers with mkdef.plRichard Levitte1-3/+2
2016-02-14Prefer IO::Socket::INET6 over IO::Socket::IPRichard Levitte1-12/+11
2016-02-13Fix some issues near recent chomp changes.Viktor Dukhovni3-6/+8
2016-02-12Rename INSTALL_PREFIX to DESTDIR, remove option --install_prefixRichard Levitte1-10/+10
2016-02-11Perl's chop / chomp considered bad, use a regexp insteadRichard Levitte10-25/+23