Fix minor windows build issues
[openssl.git] / crypto / bn /
2018-06-25 Andy PolyakovPA-RISC assembly pack: make it work with GNU assembler...
2018-06-22 Nicola TuveriRemove __cplusplus preamble from internal headers
2018-06-21 Shane LontisFixed range of random produced in BN_is_prime_fasttest_...
2018-06-20 Matt CaswellUpdate copyright year
2018-06-18 Andy Polyakovbn/asm/rsaz-avx2.pl: harmonize clang version detection.
2018-06-14 Andy Polyakovbn/bn_exp.c: harmonize all code paths with last commit.
2018-06-09 Andy Polyakovbn/asm/sparcv9-mont.pl: iron another glitch in squaring...
2018-05-30 Userbn/bn_exp.c: mitigation of the One-and-Done side-channe...
2018-05-29 Matt CaswellThe result of a ^ 0 mod -1 is 0 not 1
2018-05-29 Matt CaswellUpdate copyright year
2018-05-17 Matt CaswellMake BN_GF2m_mod_arr more constant time
2018-05-11 Kurt Roeckxrsaz_avx2_eligible doesn't take parameters
2018-05-09 Billy BrumleyAdd blinding in BN_GF2m_mod_inv for binary field inversions
2018-05-03 Matt CaswellReturn an error from BN_mod_inverse if n is 1 (or -1)
2018-05-02 Andy Polyakovbn/asm/*-mont.pl: harmonize with BN_from_montgomery_word.
2018-04-27 Billy Brumleyfix: BN_swap mishandles flags
2018-04-26 FdaSilvaYYAdd missing error code when alloc-return-null
2018-04-23 Billy BrumleyRemove superfluous NULL checks. Add Andy's BN_FLG comment.
2018-04-23 Billy BrumleyElliptic curve scalar multiplication with timing attack...
2018-04-17 Davide GalassiBIGNUM signed add/sub routines refactory
2018-04-17 Richard LevitteUpdate copyright year
2018-04-03 Rich SalzSet error code on alloc failures
2018-04-03 Matt CaswellUpdate copyright year
2018-04-02 Kurt RoeckxUse the private RNG for data that is not public
2018-03-31 Bernd EdlingerFix a possible crash in BN_from_montgomery_word
2018-03-27 Rich SalzAllow NULL for some _free routines.
2018-03-27 Matt CaswellRemove some code for a contributor that we cannot find
2018-03-20 Matt CaswellUpdate copyright year
2018-03-17 Dr. Matthias St... Fix miscellaneous typos in docs and source
2018-03-06 Kurt Roeckxbnrand_range: Always call bnrand() with the correct...
2018-02-27 Matt CaswellUpdate copyright year
2018-02-14 Richard LevitteVMS: modify crypto/bn/asm/ia64.S to build properly
2018-02-14 Richard LevitteHarmonize the make variables across all known platforms...
2018-02-13 Rich SalzGenerate copyright year properly
2018-02-13 Matt CaswellUpdate copyright year
2018-02-06 Rich SalzRemove unused file
2018-02-01 David BenjaminFix timing leak in BN_from_montgomery_word.
2018-02-01 David BenjaminDon't leak the exponent bit width in BN_mod_exp_mont_co...
2018-02-01 David BenjaminMake BN_num_bits_word constant-time.
2018-01-28 Richard LevitteProcessing GNU-style "make variables" - separate CPP...
2018-01-19 Richard LevitteCopyright update of more files that have changed this...
2018-01-16 Matt CaswellRevert BN_copy() flag copy semantics change
2017-12-06 Andy Polyakovbn/asm/rsaz-avx2.pl: fix digit correction bug in rsaz_1...
2017-11-17 Andy Polyakovbn/bn_exp.c: harmonize BN_mod_exp_mont_consttime with...
2017-11-16 Andy Polyakovbn/bn_add.c: address performance regression.
2017-11-12 Josh SorefMany spelling fixes/typo's corrected.
2017-11-02 Andy Polyakovbn/asm/x86_64-mont5.pl: fix carry bug in bn_sqrx8x_inte...
2017-10-23 Matt CaswellCorrect value for BN_security_bits()
2017-10-18 KaoruTodaRemove parentheses of return.
2017-10-13 Rich SalzRemove email addresses from source code.
2017-10-12 Dr. Stephen HensonDH named parameter support
2017-10-12 Dr. Stephen HensonAdd primes from RFC7919
2017-10-12 Dr. Stephen HensonSupport constant BN for DH parameters
2017-10-11 Matt CaswellEnsure we test all parameters for BN_FLG_CONSTTIME
2017-10-09 KaoruTodaSince return is inconsistent, I removed unnecessary...
2017-09-27 Samuel WeiserBN_copy now propagates BN_FLG_CONSTTIME
2017-09-27 Samuel WeiserFixed error in propagating BN_FLG_CONSTTIME flag throug...
2017-08-29 Paulie_os.h removal from other headers and source files.
2017-08-23 Kazuki YamaguchiFix BN_print()
2017-08-22 PauliImprovement the formatting in bn_print.c
2017-08-22 Rich SalzUse "" not <> for internal/ includes
2017-08-21 PauliThis has been added to avoid the situation where some...
2017-08-21 Matt CaswellRemove OPENSSL_assert() usage from crypto/bn
2017-08-03 Rich SalzAdd RAND_priv_bytes() for private keys
2017-08-03 Rich SalzSwitch from ossl_rand to DRBG rand
2017-07-31 Andy Polyakovbn/bn_lcl.h: restore formatting.
2017-07-31 Andy Polyakovbn/bn_lcl.h: use __int128 whenever possible, not only...
2017-07-31 Andy Polyakovbn/bn_lcl.h: improve inline assembly coverage on PPC64.
2017-07-07 PauliAddress potential buffer overflows.
2017-07-07 Paulichange return (x) to return x
2017-07-05 Rich SalzUndo commit d420ac2
2017-07-03 Rich SalzBN_pseudo_rand is really BN_rand
2017-06-30 Rich SalzMerge Intel copyright notice into standard
2017-06-26 Paul YangChange to check last return value of BN_CTX_get
2017-06-26 Paul YangFix inaccurate comments in bn_prime.c
2017-06-20 Rich SalzModify Sun copyright to follow OpenSSL style
2017-06-17 Bernd EdlingerRemove a pointless "#if 0" block from BN_mul.
2017-06-14 Bernd EdlingerFix possible crash in X931 code.
2017-06-07 Rich Salzmake error tables const and separate header file
2017-05-11 David BenjaminRemove filename argument to x86 asm_init.
2017-05-11 Bernd EdlingerFix gcc-7 warnings.
2017-05-11 PauliRemove dead code.
2017-04-21 David BenjaminNumbers greater than 1 are usually non-negative.
2017-04-20 Adam LangleySmall primes are primes too.
2017-03-29 FdaSilvaYYMore typo fixes
2017-03-28 FdaSilvaYYRefomat a few comments on 80 cols
2017-03-24 Andy Polyakovbn/asm/sparcv9-mont.pl: fix squaring code path.
2017-03-03 Matt CaswellEnsure we don't call memcpy with a NULL pointer
2017-03-03 Bernd EdlingerReset executable bits on files where not needed.
2017-03-02 Andy Polyakovbn/asm: clean up unused PA-RISC modules.
2017-02-28 Emilia KasperRemove memcpy unrolling in bn_lib.c
2017-02-28 Matt CaswellRemove some commented out code in libcrypto
2017-02-28 Matt CaswellRemove dead code in bn
2017-02-28 Emilia KasperClean up references to FIPS
2017-02-28 Emilia KasperRemove BN_DEBUG_TRIX
2017-02-17 David BenjaminFix typo in x86_64-mont5.pl CFI directives
2017-02-10 Adam LangleyFix copy-pasteism in CFI directives.
2017-02-09 Andy Polyakovbn/asm/x86_64*: add DWARF CFI directives.
2017-02-09 Andy Polyakovbn/asm/rsaz-avx2.pl: refine Win64 SE handler.
2017-02-06 Andy Polyakovx86_64 assembly pack: Win64 SEH face-lift.
next