summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2015-08-31Imported Upstream version 1.0.1pupstream/1.0.1pKyungwook Tak139-464/+1211
2015-03-25Imported Upstream version 1.0.1mupstream/1.0.1mkyungwook tak816-172424/+176104
2015-03-12Imported Upstream version 1.0.1lupstream/1.0.1lkyungwook tak49-2943/+625
2014-10-20Prepare for 1.0.1j releaseupstream/1.0.1jsandbox/jkozerski/upstreamMatt Caswell1-3/+3
2014-10-20Fix SSL_R naming inconsistency.Bodo Moeller1-1/+1
2014-10-20aesni-x86_64.pl: make ECB subroutine Windows ABI compliant.Andy Polyakov1-25/+27
2014-10-20Add constant_time_locl.h to HEADERS,Tim Hudson1-1/+2
2014-10-20Include "constant_time_locl.h" rather than "../constant_time_locl.h".Richard Levitte3-3/+3
2014-10-20Spaces were added in some strings for better readability. However, those spac...Richard Levitte1-3/+3
2014-10-20Adjust VMS build to Unix build. Most of all, make it so the disabledRichard Levitte2-20/+29
2014-10-20Make sure that disabling the MAYLOSEDATA3 warning is only done when the compi...Richard Levitte1-3/+18
2014-10-20Support TLS_FALLBACK_SCSV.Bodo Moeller1-0/+1
2014-10-20Removed duplicate definition of PKCS7_type_is_encryptedMatt Caswell1-4/+0
2014-10-20Add additional DigestInfo checks.Dr. Stephen Henson1-1/+20
2014-10-20Add missing testsEmilia Kasper1-5/+7
2014-10-20crypto/bn/bn_nist.c: work around MSC ARM compiler bug.Andy Polyakov1-3/+3
2014-10-20RT3425: constant-time evp_encEmilia Kasper2-26/+32
2014-10-20RT3067: simplify patchEmilia Kasper2-0/+54
2014-10-20RT3066: rewrite RSA padding checks to be slightly more constant time.Emilia Kasper7-112/+302
2014-10-20RT2560: missing NULL check in ocsp_req_find_signerRich Salz1-2/+5
2014-10-20Ensure that x**0 mod 1 = 0.Adam Langley2-2/+52
2014-10-20Followup on RT3334 fix: make sure that a directory that's the emptyRichard Levitte2-1/+12
2014-10-20RT3334: Fix crypto/LPdir_win.cPhil Mesnier1-7/+35
2014-10-20Make the inline const-time functions static.Emilia Kasper1-16/+16
2014-10-20md5-x86_64.pl: work around warning.Andy Polyakov1-1/+1
2014-10-20Constant-time utilitiesEmilia Kasper3-0/+375
2014-10-20RT2400: ASN1_STRING_to_UTF8 missing initializerRaphael Spreitzer1-0/+1
2014-10-20RT2308: Add extern "C" { ... } wrapperRich Salz6-0/+41
2014-10-20Explicitly check for empty ASN.1 strings in d2i_ECPrivateKeyEmilia Kasper1-3/+9
2014-10-20RT3065: automatically generate a missing EC public keyMatt Caswell1-8/+19
2014-10-20RT3065: ec_private_key_dont_crashAdam Langley2-7/+10
2014-10-20RT3061: Don't SEGFAULT when trying to export a public DSA key as a private key.Adam Langley1-1/+6
2014-10-20Fix build when BSAES_ASM is defined but VPAES_ASM is notEmilia Kasper1-1/+1
2014-10-20Add volatile qualifications to two blocks of inline asm to stop GCC fromAdam Langley1-4/+4
2014-10-20Further improve/fix ec_GFp_simple_points_make_affine (ecp_smpl.c) andBodo Moeller3-5/+6
2014-10-20Only use FIPS EC methods in FIPS mode.Dr. Stephen Henson4-16/+20
2014-10-20Prepare for 1.0.1j-devMatt Caswell1-3/+3
2014-10-20Prepare for 1.0.1i releaseupstream/1.0.1iMatt Caswell1-3/+3
2014-10-20make updateMatt Caswell1-1718/+1711
2014-10-20Fix SRP buffer overrun vulnerability.Dr. Stephen Henson1-0/+6
2014-10-20Fix OID handling:Emilia Kasper2-16/+30
2014-10-20Fix error discrepancy.Dr. Stephen Henson3-11/+5
2014-10-20Simplify and fix ec_GFp_simple_points_make_affineBodo Moeller2-112/+125
2014-10-20Avoid multiple lock using FIPS DRBG.Dr. Stephen Henson3-14/+12
2014-10-20"EC_POINT_invert" was checking "dbl" function pointer instead of "invert".Billy Brumley1-1/+1
2014-10-20Fixed valgrind complaint due to BN_consttime_swap reading uninitialised data.Matt Caswell1-0/+9
2014-10-20* crypto/ui/ui_lib.c: misplaced brace in switch statement.Richard Levitte1-1/+1
2014-10-20Don't clean up uninitialised EVP_CIPHER_CTX on error (CID 483259).Ben Laurie1-1/+2
2014-10-20Fix memory leak in BIO_free if there is no destroy function.Matt Caswell1-2/+2
2014-10-20Prevent infinite loop loading config files.David Lloyd1-1/+1