summaryrefslogtreecommitdiffstats
path: root/demos (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-07Make PKCS8_PRIV_KEY_INFO opaque.Dr. Stephen Henson10-151/+57
2016-03-07Add support to ASYNC_WAIT_CTX to speedAndrea Grandi1-18/+97
2016-03-07Remove unnecessary memset() to 0 and check for NULL before OPENSSL_free()Andrea Grandi1-25/+7
2016-03-07Fix the error with RSA and the daysnc engine in async mode.Andrea Grandi1-152/+211
2016-03-07Add support for async jobs in OpenSSL speedAndrea Grandi1-454/+1064
2016-03-07Rework the default cipherlist.Emilia Kasper4-65/+127
2016-03-07Makefile.in: populate [PLIB_]LDFLAG even with $target{} settings.Andy Polyakov1-2/+2
2016-03-07bn/asm/x86[_64]-mont*.pl: complement alloca with page-walking.Andy Polyakov3-2/+116
2016-03-07Restore some mingw buildsEmilia Kasper1-0/+12
2016-03-07perlasm/x86_64-xlate.pl: handle binary constants early.Andy Polyakov1-1/+1
2016-03-07Fix some clang warningsMatt Caswell2-16/+16
2016-03-07Fix minor errors in the afalg testMatt Caswell2-2/+2
2016-03-07Adding afalg testclucey5-8/+233
2016-03-07Fix OPENSSL_INIT flags to avoid a clash.Matt Caswell2-2/+2
2016-03-07Misc afalg build fixesMatt Caswell4-28/+21
2016-03-07Rework based on feedback:clucey11-109/+172
2016-03-07ALG: Add AFALG engineclucey10-1/+1326
2016-03-07Trim Travis config part 2Emilia Kasper1-46/+7
2016-03-06Trim the Travis configEmilia Kasper1-12/+2
2016-03-05GH616: Remove dead codeRich Salz1-2/+0
2016-03-05No -fno-common for DarwinRichard Levitte1-1/+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 Levitte19-66/+66
2016-03-05Remove the old ordinalsRichard Levitte2-5238/+0
2016-03-05use saner default parameters for scryptDr. Stephen Henson2-3/+3
2016-03-04Disable SSLv3 by defaultKurt Roeckx1-0/+2
2016-03-04Don't mark the eNULL ciphers as non-default.Kurt Roeckx2-20/+20
2016-03-04Curve25519: fix const-initializationEmilia Kasper1-4/+4
2016-03-04Add ASN.1 ADB callback.Dr. Stephen Henson2-5/+11
2016-03-04GH784: Better variable nameDmitry-Me1-3/+3
2016-03-04Make formatting consistent in apps/Makefile.inRob Percival1-20/+20
2016-03-04Remove redundant semi-colons from apps/Makefile.inRob Percival1-6/+6
2016-03-04Documentation for new CT s_client flagsRob Percival3-0/+25
2016-03-04Documentation for new SSL functionsRob Percival4-0/+180
2016-03-04Handle empty log name in "enable_logs" line of the CT log fileRob Percival1-1/+6
2016-03-04Handle missing "enabled_logs" line in CT log fileRob Percival1-0/+6
2016-03-04If a CT log entry in CTLOG_FILE is invalid, skip it and continue loadingRob Percival2-7/+22
2016-03-04Extends s_client to allow a basic CT policy to be enabledRob Percival8-19/+192
2016-03-04Change default CT log list filename to "ct_log_list.cnf"Rob Percival1-2/+2
2016-03-04Adds CT validation to SSL connectionsRob Percival11-8/+495
2016-03-04Changes to DEFAULT curvesRich Salz2-24/+12
2016-03-04Curve25519: avoid undefined behaviourEmilia Kasper1-86/+81
2016-03-04chacha/asm/chacha-ppc.pl: fix typo.Andy Polyakov1-1/+1
2016-03-04Don't build RC4 ciphersuites into libssl by defaultMatt Caswell4-14/+43
2016-03-04Improved HKDF and TLS1-PRF documentationViktor Dukhovni3-15/+37
2016-03-04Correction, $disabled{shared} rather than $config{no_shared}Richard Levitte1-1/+1
2016-03-04Restore the zlib / zlib-dynamic logicRichard Levitte1-0/+5
2016-03-04Sanity check PVK file fields.Dr. Stephen Henson1-0/+7
2016-03-04GH773: Possible leak on CRYPTO_THREAD_lock_new failureFdaSilvaYY2-2/+6
2016-03-04GH781: openssl.spec: use secure urlsViktor Szakats1-2/+2