aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-07Use s->session->peer instead of calling SSL_get_peer_certificate(s)Rob Percival1-4/+2
2016-03-07Lowercase name of SSL_validate_ct as it is an internal functionRob Percival3-3/+3
2016-03-07CT code now calls X509_free() after calling SSL_get_peer_certificate()Rob Percival1-0/+2
2016-03-07Fixes memory leaks in CT codeRob Percival2-6/+6
2016-03-07Fix the build tree include directory for afalg engineRichard Levitte1-1/+1
2016-03-07Make OpenSSL::Test::setup() a bit more forgivingRichard Levitte1-2/+8
2016-03-07Elide EVP_read_pw_string() and friends for no-uiDavid Woodhouse3-1/+5
2016-03-07GH768: Minor grammar nits in CRYPTO_get_ex_new_index.podBenjamin Kaduk1-4/+5
2016-03-07Unified - adapt the generation of padlock assembler to use GENERATERichard Levitte2-8/+4
2016-03-07Unified - adapt the generation of bignum assembler to use GENERATERichard Levitte15-91/+115
2016-03-07Unified - Add the build.info command OVERRIDE, to avoid build file clashesRichard Levitte3-1/+25
2016-03-07Unified - Adapt the Unix and VMS templates to support GENERATERichard Levitte2-0/+52
2016-03-07Unified - Add the build.info command GENERATE, to generate source filesRichard Levitte4-14/+80
2016-03-07Add a function to detect if we have async or notMatt Caswell6-33/+46
2016-03-07GH804: Fix unused-result warnings in dasyncAlessandro Ghedini1-2/+4
2016-03-07documentation and duplicate goto statementsBilly Brumley2-4/+32
2016-03-07move ifdef statementsBilly Brumley2-3/+3
2016-03-07NIST SP800-56A co-factor ECDH KATsBilly Brumley2-2/+4407
2016-03-07Remove use of CRYPTO_LOCK_INIT in init codeMatt Caswell3-6/+9
2016-03-07Swap the init code to use the new Thread API thread localsMatt Caswell1-97/+11
2016-03-07Swap the init code to use CRYPTO_ONCEMatt Caswell2-215/+93
2016-03-07make updateDr. Stephen Henson1-2/+2
2016-03-07Update documentationDr. Stephen Henson1-23/+0
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