aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-24x86_64 assembly pack: addendum to last clang commit.Andy Polyakov12-12/+12
2014-06-24x86_64 assembly pack: allow clang to compile AVX code.Andy Polyakov12-0/+44
2014-06-24aesv8-armx.pl: inclrease interleave factor.Andy Polyakov1-245/+206
2014-06-24ARMv8 assembly pack: add Cortex performance numbers.Andy Polyakov3-4/+12
2014-06-23One more typo when changing !result to result <= 0Viktor Dukhovni1-1/+1
2014-06-22Fix typo in last commitViktor Dukhovni1-1/+1
2014-06-22Multiple verifier reference identities.Viktor Dukhovni6-21/+126
2014-06-22Implement sk_deep_copy.Viktor Dukhovni4-7/+141
2014-06-22More complete input validation of X509_check_mumbleViktor Dukhovni1-3/+29
2014-06-22X509_check_mumble() failure is <= 0, not just 0Viktor Dukhovni1-3/+3
2014-06-22Drop hostlen from X509_VERIFY_PARAM_ID.Viktor Dukhovni4-8/+8
2014-06-22More complete X509_check_host documentation.Viktor Dukhovni2-9/+22
2014-06-22Fix off-by-one errors in ssl_cipher_get_evp()Miod Vallat1-2/+2
2014-06-22Revert "Fix off-by-one errors in ssl_cipher_get_evp()"Matt Caswell1-2/+2
2014-06-22Fixed Windows compilation failureMatt Caswell1-0/+1
2014-06-19Fix minor typosMatt Caswell1-2/+2
2014-06-19add references to verify(1) man page for args_verify() optionsHubert Kario5-7/+160
2014-06-19sort the options in verify man page alphabeticallyHubert Kario1-80/+80
2014-06-19add description of missing options to verify man pageHubert Kario1-0/+47
2014-06-19smime man page: add missing options in SYNOPSISHubert Kario1-0/+2
2014-06-19Document -trusted_first option in man pages and help.Hubert Kario12-6/+33
2014-06-17Tidied up, added include to stdlib, removed "goto bad" usageMatt Caswell1-13/+19
2014-06-17Conform to whitespace conventionsrfkrocktk1-7/+7
2014-06-17Added documentation for -iter for PKCS#8rfkrocktk1-0/+12
2014-06-17Added custom PBKDF2 iteration count to PKCS8 tool.Naftuli Tzvi Kay1-1/+8
2014-06-17Fix signed/unsigned comparisons.Felix Laurie von Massenbach2-4/+4
2014-06-17Fix shadow declaration.Felix Laurie von Massenbach2-4/+6
2014-06-16aesni-sha[1|256]-x86_64.pl: fix logical error and MacOS X build.Andy Polyakov2-6/+8
2014-06-16aesp8-ppc.pl: add CTR mode.Andy Polyakov2-0/+655
2014-06-14Enforce _X509_CHECK_FLAG_DOT_SUBDOMAINS internal-onlyViktor Dukhovni1-6/+5
2014-06-14Accept CCS after sending finished.Dr. Stephen Henson1-0/+1
2014-06-14evp/e_aes_cbc_sha[1|256].c: fix -DPEDANTIC build.Andy Polyakov2-47/+43
2014-06-14aesni-sha256-x86_64.pl: add missing rex in shaext.Andy Polyakov1-1/+1
2014-06-14sha1-x86_64.pl: add missing rex prefix in shaext.Andy Polyakov1-1/+5
2014-06-13Fixed incorrect return code handling in ssl3_final_finish_mac.Matt Caswell1-2/+10
2014-06-13Revert "Fixed incorrect return code handling in ssl3_final_finish_mac"Matt Caswell1-10/+2
2014-06-12Client-side namecheck wildcards.Viktor Dukhovni4-11/+90
2014-06-12Fix off-by-one errors in ssl_cipher_get_evp()Kurt Cancemi1-2/+2
2014-06-12Facilitate back-porting of AESNI and SHA modules.Andy Polyakov6-31/+109
2014-06-12Added OPENSSL_assert check as per PR#3377 reported by Rainer Jung <rainer.jun...Matt Caswell1-1/+2
2014-06-12Fix Windows build.Dr. Stephen Henson1-4/+7
2014-06-11Enable multi-block support by default.Andy Polyakov3-10/+34
2014-06-11Fix compilation with no-compDr. Stephen Henson1-0/+2
2014-06-11ghash-x86_64.pl: optimize for upcoming Atom.Andy Polyakov1-26/+24
2014-06-11Add support for Intel SHA extension.Andy Polyakov8-52/+2387
2014-06-10Separate the SCT List parser from the SCT List viewerRob Stradling2-71/+194
2014-06-10Fixed incorrect return code handling in ssl3_final_finish_macMatt Caswell1-2/+10
2014-06-10aesni-mb-x86_64.pl: add Win64 SEH.Andy Polyakov1-17/+177
2014-06-10add ECC strings to ciphers(1), point out difference between DH and ECDHHubert Kario1-16/+60
2014-06-10Create test/testutil.h for unit test helper macrosMike Bland2-6/+120