Make sure BN_sqr can never return a negative value.
[openssl.git] / crypto /
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
2014-04-07 Dr. Stephen HensonReturn if ssleay_rand_add called with zero num.
2014-04-06 Andy Polyakovcrypto/modes/gcm128.c: more strict aliasing fixes.
2014-04-06 Andy Polyakovvpaes-x86_64.pl: fix typo, which for some reason trigge...
2014-04-02 Eric YoungFix base64 decoding bug.
2014-03-12 Dr. Stephen HensonFix for CVE-2014-0076
2014-02-25 Dr. Stephen HensonAvoid Windows 8 Getversion deprecated errors.
2014-02-24 Andy Polyakovx509/by_dir.c: fix run-away pointer (and potential...
2014-02-15 Dr. Stephen HensonRemove duplicate statement.
2014-02-14 Scott SchaeferFix various spelling errors
2014-01-28 Dr. Stephen HensonAdd loaded dynamic ENGINEs to list.
2014-01-11 Zoltan ArpadffyVMS fixes
2014-01-09 Dr. Stephen HensonFix bug in X509_V_FLAG_IGNORE_CRITICAL CRL handling.
2014-01-06 Dr. Stephen HensonPrepare for 1.0.1g-dev
2014-01-06 Dr. Stephen HensonPrepare for 1.0.1f release OpenSSL_1_0_1f
2014-01-06 Dr. Stephen Hensonmake update
2013-12-22 Dr. Stephen HensonDon't use rdrand engine as default unless explicitly...
2013-12-20 Dr. Stephen HensonIgnore NULL parameter in EVP_MD_CTX_destroy.
2013-12-18 Andy Polyakovsha512.c: fullfull implicit API contract in SHA512_Tran...
2013-12-10 Dr. Stephen HensonGet FIPS checking logic right.
2013-12-08 Dr. Stephen Hensonmake update
2013-12-08 Dr. Stephen HensonAvoid multiple locks in FIPS mode.
2013-12-03 Andy Polyakovbn/asm/x86_64-mont5.pl: comply with Win64 ABI.
2013-11-12 Andy Polyakovsrp/srp_grps.h: make it Compaq C-friendly.
2013-11-12 Andy Polyakovmodes/asm/ghash-alpha.pl: update from HEAD.
2013-11-12 Andy PolyakovMake Makefiles OSF-make-friendly.
2013-11-11 Dr. Stephen HensonFix memory leak.
2013-11-09 Dr. Stephen HensonCheck for missing components in RSA_check.
2013-11-08 Andy Polyakovmodes/asm/ghash-alpha.pl: make it work with older assem...
2013-11-06 Dr. Stephen HensonInitialise context before using it.
2013-11-03 Ben LauriePBKDF2 should be efficient. Contributed by Christian...
2013-11-01 Robin SeggelmannDTLS/SCTP struct authchunks Bug
2013-10-19 Ben LaurieMerge branch 'no_gmt_unix_time' of git://github.com...
2013-10-13 Andy PolyakovMIPS assembly pack: get rid of deprecated instructions.
2013-10-12 Andy Polyakovaes/asm/bsaes-x86_64.pl: update from master.
2013-10-03 Andy Polyakovevp/e_des3.c: fix typo with potential integer overflow...
2013-10-01 Ben LaurieConstification.
2013-09-30 Dr. Stephen HensonTypo.
2013-09-22 Dr. Stephen HensonDisable Dual EC DRBG.
2013-09-22 Dr. Stephen HensonFix warning.
2013-09-16 Ben LaurieRemove AVX and VIS3 support.
2013-09-16 Andy Polyakovgcm128.c: update from master (add AVX and VIS3 support).
2013-09-16 Andy Polyakovcrypto/modes: even more strict aliasing fixes [and...
2013-09-16 Andy Polyakovcbc128.c: fix strict aliasing warning.
2013-09-16 Bodo Moeller Fix overly lenient comparisons:
2013-09-15 Andy Polyakovcrypto/armcap.c: fix typo in rdtsc subroutine.
2013-08-06 Dr. Stephen HensonFix verify loop with CRL checking.
2013-08-06 Kaspar BrandFix for PEM_X509_INFO_read_bio.
2013-08-03 Andy Polyakovcrypto/evp/e_aes.c: fix logical pre-processor bug and...
2013-07-31 Andy Polyakovcrypto/sha/asm/sha1-x86_64.pl: comply with Win64 ABI.
2013-06-30 Andy PolyakovPA-RISC assembler pack: switch to bve in 64-bit builds.
2013-05-30 Dr. Stephen HensonDon't use RC2 with PKCS#12 files in FIPS mode.
2013-05-05 Dr. Stephen HensonFix PSS signature printing.
2013-05-03 Dr. Stephen HensonReencode with X509_CRL_ctx_sign too.
2013-05-02 Dr. Stephen HensonReencode certificates in X509_sign_ctx.
2013-04-13 Andy Polyakovcrypto/modes/modes_lcl.h: let STRICT_ALIGNMENT be on...
2013-03-31 Dr. Stephen HensonTypo.
2013-03-26 Matt CaswellMake binary curve ASN.1 work in FIPS mode.
2013-03-18 Andy Polyakovx86cpuid.pl: make it work with older CPUs.
2013-03-18 Andy Polyakove_aes_cbc_hmac_sha1.c: fix rare bad record mac on AES...
2013-03-18 Dr. Stephen HensonEncode INTEGER correctly.
2013-03-18 Dr. Stephen HensonMerge branch 'OpenSSL_1_0_1-stable' of ../openssl into...
2013-03-01 Andy Polyakovx86_64-gf2m.pl: fix typo.
2013-03-01 Andy Polyakovx86_64-gf2m.pl: add missing Windows build fix for ...
2013-02-16 Andy Polyakovbn_nist.c: cumulative update from master.
2013-02-11 Dr. Stephen Hensonprepare for next version
2013-02-11 Dr. Stephen Hensonprepare for release
2013-02-11 Andy Polyakovsparccpuid.S: work around emulator bug on T1.
2013-02-08 Andy Polyakove_aes_cbc_hmac_sha1.c: fine-tune cache line alignment.
2013-02-07 Andy Polyakove_aes_cbc_hmac_sha1.c: align calculated MAC at cache...
2013-02-06 Dr. Stephen Hensonprepare for next version
2013-02-04 Dr. Stephen HensonPrepare for release.
next