Fixed memory leak if BUF_MEM_grow fails
[openssl.git] / crypto /
2014-12-05 Emilia KasperMake 'make update' succeed and run it
2014-12-03 Matt CaswellThere are a number of instances throughout the code...
2014-11-28 Richard LevitteCheck for FindNextFile when defining it rather than...
2014-11-20 Matt CaswellWhen using EVP_PKEY_derive with a KDF set, a negative...
2014-11-17 Jan HykelDon't use msg on error.
2014-11-13 Dr. Stephen HensonFix cross reference table generator.
2014-11-12 Michal BozonCorrect timestamp output when clock_precision_digits > 0
2014-11-12 Matt CaswellFix free of garbage pointer. PR#3595
2014-11-11 Kurt RoeckxFix warning about negative unsigned intergers
2014-11-10 Russell CokerFix datarace reported by valgrind/helgrind
2014-10-30 Andy Polyakovarmv4cpuid.S: fix compilation error in pre-ARMv7 build.
2014-10-29 Andy Polyakovmd32_common.h: address compiler warning in HOST_c2l.
2014-10-28 Samuel NevesUse only unsigned arithmetic in constant-time operations
2014-10-17 Kurt CancemiRT3547: Add missing static qualifier
2014-10-15 Bodo MoellerFix SSL_R naming inconsistency.
2014-10-15 Andy Polyakovaesni-x86_64.pl: make ECB subroutine Windows ABI compliant.
2014-10-15 Bodo MoellerSupport TLS_FALLBACK_SCSV.
2014-10-06 Matt CaswellRemoved duplicate definition of PKCS7_type_is_encrypted
2014-09-29 Dr. Stephen HensonAdd additional DigestInfo checks.
2014-09-25 Matt CaswellPrepare for 1.0.2-beta4-dev
2014-09-25 Matt CaswellPrepare for 1.0.2-beta3 release OpenSSL_1_0_2-beta3
2014-09-25 Matt Caswellmake update
2014-09-25 Emilia KasperAdd missing tests
2014-09-25 Tim HudsonAdd constant_time_locl.h to HEADERS,
2014-09-25 Richard LevitteInclude "constant_time_locl.h" rather than "../constant...
2014-09-24 Andy Polyakovcrypto/bn/bn_nist.c: work around MSC ARM compiler bug.
2014-09-24 Emilia KasperRT3425: constant-time evp_enc
2014-09-24 Emilia KasperRT3067: simplify patch
2014-09-24 Emilia KasperRT3066: rewrite RSA padding checks to be slightly more...
2014-09-23 Emilia KasperAdd i2d_re_X509_tbs
2014-09-23 Emilia KasperRevert "Add accessor for x509.cert_info."
2014-09-23 Emilia KasperRevert "Add more accessors."
2014-09-21 Andy Polyakovcrypto/ecp_nistz256.c: harmonize error codes.
2014-09-21 Dr. Stephen HensonFix warning.
2014-09-21 Andy Polyakovcrypto/ec: harmonize new code with FIPS module.
2014-09-21 Andy PolyakovAdd ECP_NISTZ256 by Shay Gueron, Intel Corp.
2014-09-21 Andy PolyakovReserve option to use BN_mod_exp_mont_consttime in...
2014-09-21 Andy Polyakovperlasm/x86_64-xlate.pl: handle inter-bank movd.
2014-09-21 Andy PolyakovConfigure: add configuration for crypto/ec/asm extensions.
2014-09-20 Andy PolyakovHarmonize Tru64 and Linux make rules.
2014-09-18 Jake GouldingRT2301: GetDIBits, not GetBitmapBits in rand_win
2014-09-10 Rich SalzRT2560: missing NULL check in ocsp_req_find_signer
2014-09-09 Matt CaswellRT3192: spurious error in DSA verify
2014-09-09 Geoff KeatingRT1909: Omit version for v1 certificates
2014-09-08 Paul SuhlerRT2841: Extra return in check_issued
2014-09-08 Kurt RoeckxRT2626: Change default_bits from 1K to 2K
2014-09-08 Robin LeeRT3031: Need to #undef some names for win32
2014-09-08 Alon Bar-LevRT1771: Add string.h include.
2014-09-04 Adam LangleyEnsure that x**0 mod 1 = 0.
2014-09-03 Richard LevitteFollowup on RT3334 fix: make sure that a directory...
2014-09-03 Phil MesnierRT3334: Fix crypto/LPdir_win.c
2014-09-03 Clang via Jeffrey... RT3140: Possibly-unit variable in pem_lib.c
2014-09-02 Emilia KasperMake the inline const-time functions static.
2014-08-30 Andy Polyakovmd5-x86_64.pl: work around warning.
2014-08-30 Andy Polyakovx86[_64] assembly pack: add Silvermont performance...
2014-08-28 Emilia KasperConstant-time utilities
2014-08-28 Raphael SpreitzerRT2400: ASN1_STRING_to_UTF8 missing initializer
2014-08-28 Rich SalzRT2308: Add extern "C" { ... } wrapper
2014-08-27 Emilia KasperExplicitly check for empty ASN.1 strings in d2i_ECPriva...
2014-08-27 Matt CaswellRT3065: automatically generate a missing EC public key
2014-08-27 Adam LangleyRT3065: ec_private_key_dont_crash
2014-08-22 Adam LangleyRT3061: Don't SEGFAULT when trying to export a public...
2014-08-21 Emilia KasperFix build when BSAES_ASM is defined but VPAES_ASM is not
2014-08-20 Andy Polyakovbn/asm/rsaz-*.pl: allow spaces in Perl path name.
2014-08-20 Andy Polyakovsha1-mb-x86_64.pl: add commentary.
2014-08-20 Andy Polyakovcrypto/evp/e_aes_cbc_hmac_sha[1|256].c: fix compiler...
2014-08-20 Andy Polyakovsha1-mb-x86_64.pl: fix typo.
2014-08-15 Istvan NoszticziusFix use after free bug.
2014-08-13 Bodo MoellerFurther improve/fix ec_GFp_simple_points_make_affine...
2014-08-07 Dr. Stephen HensonOnly use FIPS EC methods in FIPS mode.
2014-08-06 Dr. Stephen HensonFix SRP buffer overrun vulnerability.
2014-08-06 Emilia KasperFix OID handling:
2014-08-01 Dr. Stephen Hensonmake update
2014-08-01 Dr. Stephen HensonFix error discrepancy.
2014-08-01 Bodo MoellerSimplify and fix ec_GFp_simple_points_make_affine
2014-07-30 Dr. Stephen HensonAvoid multiple lock using FIPS DRBG.
2014-07-22 Matt CaswellPrepare for 1.0.2-beta3-dev
2014-07-22 Matt CaswellPrepare for 1.0.2-beta2 release OpenSSL_1_0_2-beta2
2014-07-22 Matt Caswellmake update
2014-07-21 Billy Brumley"EC_POINT_invert" was checking "dbl" function pointer...
2014-07-21 Andy Polyakovsha1-ppc.pl: shave off one cycle from BODY_20_39
2014-07-20 Andy PolyakovInitial POWER8 support from development branch.
2014-07-17 Dr. Stephen HensonMake *Final work for key wrap again.
2014-07-17 Dr. Stephen HensonSanity check lengths for AES wrap algorithm.
2014-07-13 Matt CaswellFixed valgrind complaint due to BN_consttime_swap readi...
2014-07-13 Richard Levitte* crypto/ui/ui_lib.c: misplaced brace in switch statement.
2014-07-10 Ben LaurieDon't clean up uninitialised EVP_CIPHER_CTX on error...
2014-07-09 Matt CaswellFix memory leak in BIO_free if there is no destroy...
2014-07-09 Andy Polyakovx86_64 assembly pack: improve masm support.
2014-07-09 Andy PolyakovPlease Clang's sanitizer, addendum.
2014-07-09 Andy PolyakovPlease Clang's sanitizer.
2014-07-07 Andy Polyakovsha[1|512]-x86_64.pl: fix logical errors with $shaext=0.
2014-07-07 David LloydPrevent infinite loop loading config files.
2014-07-07 Viktor DukhovniUpdate API to use (char *) for email addresses and...
2014-07-07 Viktor DukhovniSet optional peername when X509_check_host() succeeds.
2014-07-07 Viktor DukhovniNew peername element in X509_VERIFY_PARAM_ID
2014-07-07 Viktor DukhovniOne more typo when changing !result to result <= 0
2014-07-07 Viktor DukhovniFix typo in last commit
2014-07-07 Viktor DukhovniMultiple verifier reference identities.
2014-07-07 Viktor DukhovniImplement sk_deep_copy.
next