Remove ssl3_check_finished.
[openssl.git] / crypto /
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-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 Matt CaswellPrepare for 1.0.1k-dev
2014-10-15 Matt CaswellPrepare for 1.0.1j release OpenSSL_1_0_1j
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 Tim HudsonAdd constant_time_locl.h to HEADERS,
2014-10-15 Richard LevitteInclude "constant_time_locl.h" rather than "../constant...
2014-10-15 Richard LevitteSpaces were added in some strings for better readabilit...
2014-10-15 Richard LevitteAdjust VMS build to Unix build. Most of all, make...
2014-10-15 Richard LevitteMake sure that disabling the MAYLOSEDATA3 warning is...
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 Emilia KasperAdd missing tests
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-10 Rich SalzRT2560: missing NULL check in ocsp_req_find_signer
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-02 Emilia KasperMake the inline const-time functions static.
2014-08-30 Andy Polyakovmd5-x86_64.pl: work around warning.
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-19 Adam LangleyAdd volatile qualifications to two blocks of inline...
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 Matt CaswellPrepare for 1.0.1j-dev
2014-08-06 Matt CaswellPrepare for 1.0.1i release OpenSSL_1_0_1i
2014-08-06 Matt Caswellmake update
2014-08-06 Dr. Stephen HensonFix SRP buffer overrun vulnerability.
2014-08-06 Emilia KasperFix OID handling:
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-21 Billy Brumley"EC_POINT_invert" was checking "dbl" function pointer...
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-07 David LloydPrevent infinite loop loading config files.
2014-07-05 Dr. Stephen HensonSanity check keylength in PVK files.
2014-07-05 Alan HryngleReturn smaller of ret and f.
2014-07-04 Dr. Stephen HensonAdd license info.
2014-07-02 Andy Polyakovbn_exp.c: fix x86_64-specific crash with one-word modulus.
2014-07-02 Dr. Stephen HensonASN1 sanity check.
2014-06-30 Dr. Stephen HensonFix copy for CCM, GCM and XTS.
2014-06-29 ZNVMake EVP_CIPHER_CTX_copy work in GCM mode.
2014-06-27 Andreas WestfeldFix typo in ideatest.c
2014-06-27 Dr. Stephen HensonFix for EVP_PBE_alg_add().
2014-06-27 Dr. Stephen HensonTolerate critical AKID in CRLs.
2014-06-27 Tom GreensladeHandle IPv6 addresses in OCSP_parse_url.
2014-06-27 Dr. Stephen HensonRemove ancient obsolete files under pkcs7.
2014-06-27 Dr. Stephen HensonMemory leak and NULL derefernce fixes.
2014-06-27 Dr. Stephen HensonFix OID encoding for one component.
2014-06-26 Huzaifa SidhpurwalaMake sure BN_sqr can never return a negative value.
2014-06-26 Jenny YungMemory allocation checks.
2014-06-10 Dr. Stephen HensonFix null pointer errors.
2014-06-08 Jakub WilkCreate ~/.rnd with mode 0600 instead of 0666
2014-06-05 Dr. Stephen HensonPrepare for 1.0.1i-dev
2014-06-05 Dr. Stephen HensonPrepare for 1.0.1h release OpenSSL_1_0_1h
2014-06-03 Libor KrystekCorrected OPENSSL_NO_EC_NISTP_64_GCC_128 usage in ec_lc...
2014-06-01 Dr. Stephen HensonSet default global mask to UTF8 only.
2014-05-29 Dr. Stephen HensonSet version number correctly.
2014-05-29 František BořánekFix memory leak.
2014-05-29 Martin Kaiserremove duplicate 0x for default RSASSA-PSS salt len
2014-05-21 Dr. Stephen HensonFix for PKCS12_create if no-rc2 specified.
2014-05-19 JanpopanFix a wrong parameter count ERR_add_error_data
2014-05-11 Kurt RoeckxSet authkey to NULL and check malloc return value.
2014-05-11 Martin Brejchadgram_sctp_ctrl: authkey memory leak
2014-05-09 Dr. Stephen HensonReturn an error if no recipient type matches.
2014-05-07 Matt CaswellFixed NULL pointer dereference in PKCS7_dataDecode...
2014-05-06 Geoff Thorpeevp: prevent underflow in base64 decoding
2014-05-06 Geoff Thorpebignum: allow concurrent BN_MONT_CTX_set_locked()
2014-05-06 Geoff Thorpedso: eliminate VMS code on non-VMS systems
2014-05-06 Dr. Stephen HensonInitialize num properly.
2014-05-06 Dr. Stephen HensonSet Enveloped data version to 2 if ktri version not...
2014-05-05 Tim Hudson- fix coverity issues 966593-966596
2014-05-03 David RamosDouble free in i2o_ECPublicKey
2014-04-24 manchaFix eckey_priv_encode()
2014-04-22 Ben LaurieFix double frees.
2014-04-15 Dr. Stephen HensonExtension checking fixes.
2014-04-07 Dr. Stephen HensonPrepare for 1.0.1h-dev
2014-04-07 Dr. Stephen HensonPrepare for 1.0.1g release OpenSSL_1_0_1g
next