summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2014-09-25Prepare for 1.0.2-beta3 releaseOpenSSL_1_0_2-beta3Matt Caswell
2014-09-25make updateMatt Caswell
2014-09-25Add missing testsEmilia Kasper
2014-09-25Add constant_time_locl.h to HEADERS,Tim Hudson
2014-09-25Include "constant_time_locl.h" rather than "../constant_time_locl.h".Richard Levitte
2014-09-25crypto/bn/bn_nist.c: work around MSC ARM compiler bug.Andy Polyakov
2014-09-24RT3425: constant-time evp_encEmilia Kasper
2014-09-24RT3067: simplify patchEmilia Kasper
2014-09-24RT3066: rewrite RSA padding checks to be slightly more constant time.Emilia Kasper
2014-09-23Add i2d_re_X509_tbsEmilia Kasper
2014-09-23Revert "Add accessor for x509.cert_info."Emilia Kasper
2014-09-23Revert "Add more accessors."Emilia Kasper
2014-09-22crypto/ecp_nistz256.c: harmonize error codes.Andy Polyakov
2014-09-22Fix warning.Dr. Stephen Henson
2014-09-22crypto/ec: harmonize new code with FIPS module.Andy Polyakov
2014-09-22Add ECP_NISTZ256 by Shay Gueron, Intel Corp.Andy Polyakov
2014-09-22Reserve option to use BN_mod_exp_mont_consttime in ECDSA.Andy Polyakov
2014-09-22perlasm/x86_64-xlate.pl: handle inter-bank movd.Andy Polyakov
2014-09-22Configure: add configuration for crypto/ec/asm extensions.Andy Polyakov
2014-09-20Harmonize Tru64 and Linux make rules.Andy Polyakov
2014-09-18RT2301: GetDIBits, not GetBitmapBits in rand_winJake Goulding
2014-09-10RT2560: missing NULL check in ocsp_req_find_signerRich Salz
2014-09-09RT3192: spurious error in DSA verifyMatt Caswell
2014-09-09RT1909: Omit version for v1 certificatesGeoff Keating
2014-09-08RT2841: Extra return in check_issuedPaul Suhler
2014-09-08RT2626: Change default_bits from 1K to 2KKurt Roeckx
2014-09-08RT3031: Need to #undef some names for win32Robin Lee
2014-09-08RT1771: Add string.h include.Alon Bar-Lev
2014-09-04Ensure that x**0 mod 1 = 0.Adam Langley
2014-09-03Followup on RT3334 fix: make sure that a directory that's the emptyRichard Levitte
2014-09-03RT3334: Fix crypto/LPdir_win.cPhil Mesnier
2014-09-02RT3140: Possibly-unit variable in pem_lib.cClang via Jeffrey Walton
2014-09-02Make the inline const-time functions static.Emilia Kasper
2014-08-30md5-x86_64.pl: work around warning.Andy Polyakov
2014-08-30x86[_64] assembly pack: add Silvermont performance data.Andy Polyakov
2014-08-28Constant-time utilitiesEmilia Kasper
2014-08-27RT2400: ASN1_STRING_to_UTF8 missing initializerRaphael Spreitzer
2014-08-27RT2308: Add extern "C" { ... } wrapperRich Salz
2014-08-27Explicitly check for empty ASN.1 strings in d2i_ECPrivateKeyEmilia Kasper
2014-08-27RT3065: automatically generate a missing EC public keyMatt Caswell
2014-08-27RT3065: ec_private_key_dont_crashAdam Langley
2014-08-22RT3061: Don't SEGFAULT when trying to export a public DSA key as a private key.Adam Langley
2014-08-21Fix build when BSAES_ASM is defined but VPAES_ASM is notEmilia Kasper
2014-08-21bn/asm/rsaz-*.pl: allow spaces in Perl path name.Andy Polyakov
2014-08-21sha1-mb-x86_64.pl: add commentary.Andy Polyakov
2014-08-20crypto/evp/e_aes_cbc_hmac_sha[1|256].c: fix compiler warnings.Andy Polyakov
2014-08-20sha1-mb-x86_64.pl: fix typo.Andy Polyakov
2014-08-15Fix use after free bug.Istvan Noszticzius
2014-08-13Further improve/fix ec_GFp_simple_points_make_affine (ecp_smpl.c) andBodo Moeller
2014-08-07Only use FIPS EC methods in FIPS mode.Dr. Stephen Henson