summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-03-07GH804: Fix unused-result warnings in dasyncAlessandro Ghedini
2016-03-07documentation and duplicate goto statementsBilly Brumley
2016-03-07move ifdef statementsBilly Brumley
2016-03-07NIST SP800-56A co-factor ECDH KATsBilly Brumley
2016-03-07Remove use of CRYPTO_LOCK_INIT in init codeMatt Caswell
2016-03-07Swap the init code to use the new Thread API thread localsMatt Caswell
2016-03-07Swap the init code to use CRYPTO_ONCEMatt Caswell
2016-03-07make updateDr. Stephen Henson
2016-03-07Update documentationDr. Stephen Henson
2016-03-07Make PKCS8_PRIV_KEY_INFO opaque.Dr. Stephen Henson
2016-03-07Add support to ASYNC_WAIT_CTX to speedAndrea Grandi
2016-03-07Remove unnecessary memset() to 0 and check for NULL before OPENSSL_free()Andrea Grandi
2016-03-07Fix the error with RSA and the daysnc engine in async mode.Andrea Grandi
2016-03-07Add support for async jobs in OpenSSL speedAndrea Grandi
2016-03-07Rework the default cipherlist.Emilia Kasper
2016-03-07Makefile.in: populate [PLIB_]LDFLAG even with $target{} settings.Andy Polyakov
2016-03-07bn/asm/x86[_64]-mont*.pl: complement alloca with page-walking.Andy Polyakov
2016-03-07Restore some mingw buildsEmilia Kasper
2016-03-07perlasm/x86_64-xlate.pl: handle binary constants early.Andy Polyakov
2016-03-07Fix some clang warningsMatt Caswell
2016-03-07Fix minor errors in the afalg testMatt Caswell
2016-03-07Adding afalg testclucey
2016-03-07Fix OPENSSL_INIT flags to avoid a clash.Matt Caswell
2016-03-07Misc afalg build fixesMatt Caswell
2016-03-07Rework based on feedback:clucey
2016-03-07ALG: Add AFALG engineclucey
2016-03-07Trim Travis config part 2Emilia Kasper
2016-03-06Trim the Travis configEmilia Kasper
2016-03-05GH616: Remove dead codeRich Salz
2016-03-05No -fno-common for DarwinRichard Levitte
2016-03-05New ordinal files, recreated from scratchRichard Levitte
2016-03-05Change names of ordinals and libs, libeay => libcrypto and ssleay => libsslRichard Levitte
2016-03-05Remove the old ordinalsRichard Levitte
2016-03-05use saner default parameters for scryptDr. Stephen Henson
2016-03-04Disable SSLv3 by defaultKurt Roeckx
2016-03-04Don't mark the eNULL ciphers as non-default.Kurt Roeckx
2016-03-04Curve25519: fix const-initializationEmilia Kasper
2016-03-04Add ASN.1 ADB callback.Dr. Stephen Henson
2016-03-04GH784: Better variable nameDmitry-Me
2016-03-04Make formatting consistent in apps/Makefile.inRob Percival
2016-03-04Remove redundant semi-colons from apps/Makefile.inRob Percival
2016-03-04Documentation for new CT s_client flagsRob Percival
2016-03-04Documentation for new SSL functionsRob Percival
2016-03-04Handle empty log name in "enable_logs" line of the CT log fileRob Percival
2016-03-04Handle missing "enabled_logs" line in CT log fileRob Percival
2016-03-04If a CT log entry in CTLOG_FILE is invalid, skip it and continue loadingRob Percival
2016-03-04Extends s_client to allow a basic CT policy to be enabledRob Percival
2016-03-04Change default CT log list filename to "ct_log_list.cnf"Rob Percival
2016-03-04Adds CT validation to SSL connectionsRob Percival
2016-03-04Changes to DEFAULT curvesRich Salz