New function EVP_MD_free()
[openssl.git] / crypto / bn /
2019-09-04 Richard LevitteNew function EVP_MD_free()
2019-08-23 Richard Levittecrypto/bn/build.info: define OPENSL_IA32_SSE2 globally...
2019-08-09 Bernd EdlingerMerge probable_prime_dh_safe with bn_probable_prime_dh
2019-08-09 Bernd EdlingerAdd a parameter to probable_prime if we look for a...
2019-08-06 Matt CaswellMake the EC code available from inside the FIPS provider
2019-07-23 PauliAvoid double clearing some BIGNUMs
2019-07-16 Rich SalzRegenerate mkerr files
2019-07-15 Matt CaswellMake sure all BIGNUM operations work within the FIPS...
2019-07-07 Bernd EdlingerFix an endless loop in BN_generate_prime_ex
2019-07-02 Matt CaswellMake BIGNUM rand functions available within the FIPS...
2019-07-02 Antoine CœurFix Typos
2019-06-17 Richard LevitteMove bn_asm_src file information to build.info files
2019-06-14 Richard LevitteUse variables in build.info files where it's worth...
2019-06-14 Matt CaswellFix building with enable-trace
2019-06-12 Matt CaswellMake BIGNUM code available from within the FIPS module
2019-06-12 Matt CaswellTemporarily disable RAND call in FIPS_MODE until RAND...
2019-06-12 Matt CaswellConvert bn_rand.c to use EVP
2019-06-12 Matt CaswellCreate BN_CTX_new_ex() and BN_CTX_secure_new_ex()
2019-06-11 Bernd EdlingerFix a URL to the NMBRTHRY list archive
2019-04-15 Kurt RoeckxCall RSA generation callback at the correct time.
2019-03-19 Hua ZhangFix compiling error for mips32r6 and mips64r6
2019-03-19 Richard LevitteAdd missing '.text' in crypto/bn/asm/ppc.pl
2019-03-19 Shane LontisAdded NULL check to BN_clear() & BN_CTX_end()
2019-03-12 Shane LontisFIPS 186-4 RSA Generation & Validation
2019-03-06 Richard LevitteAdapt BN_CTX_DEBUG to the new generic trace API
2019-02-26 Richard LevitteAdd BN_native2bn and BN_bn2nativepad, for native BIGNUM...
2019-02-25 Matt CaswellEnsure bn_cmp_words can handle the case where n == 0
2019-02-20 Nicola TuveriClear BN_FLG_CONSTTIME on BN_CTX_get()
2019-02-17 David BenjaminFix some CFI issues in x86_64 assembly
2019-02-16 Andy PolyakovARM64 assembly pack: make it Windows-friendly.
2019-02-16 Andy PolyakovARM assembly pack: make it Windows-friendly.
2019-02-12 Andy PolyakovAArch64 assembly pack: authenticate return addresses.
2019-02-05 Sam RobertsRemove unnecessary trailing whitespace
2019-01-27 David Asrafcrypto/bn: fix return value in BN_generate_prime
2019-01-16 David BenjaminReduce inputs before the RSAZ code.
2019-01-07 Viktor DukhovniUpdate generator copyright year.
2019-01-03 Matt Caswellmake update
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06 Richard LevitteLicense: change any non-boilerplate comment referring...
2018-12-06 Richard LevitteRefactor the computation of API version limits
2018-12-05 Andy Polyakovbn/bn_{div|shift}.c: introduce fixed-top interfaces.
2018-12-05 Andy Polyakovbn/bn_div.c: make conditional addition unconditional
2018-12-05 Andy PolyakovConfigurations/10-main.conf: remove MIPS bn_div_3_words.
2018-11-26 Billy BrumleyClean up BN_consttime_swap.
2018-11-20 Matt CaswellUpdate copyright year
2018-11-10 Billy Brumley[crypto/bn] swap BN_FLG_FIXED_TOP too
2018-10-30 Chocobo1Fix MSVC warning C4819
2018-09-21 Richard Levittecrypto/bn/asm/x86_64-gcc.c: remove unnecessary redefini...
2018-09-11 Matt CaswellUpdate copyright year
2018-09-03 PauliCheck the return from BN_sub() in BN_X931_generate_Xpq().
2018-08-23 Andy Polyakovbn/bn_lib.c: conceal even memmory access pattern in...
2018-08-23 Andy Polyakovbn/bn_blind.c: use Montgomery multiplication when possible.
2018-08-23 Andy Polyakovcrypto/bn: add more fixed-top routines.
2018-07-26 Andy Polyakovbn/bn_mod.c: harmonize BN_mod_add_quick with original...
2018-07-24 David BenjaminRemove zero special-case in BN_mod_exp_mont.
2018-07-22 Andy Polyakovbn/bn_intern.c: const-ify bn_set_{static}_words.
2018-07-18 Andy Polyakovec/ecdsa_ossl.c: revert blinding in ECDSA signature.
2018-07-18 Andy Polyakovbn/bn_lib.c address Coverity nit in bn2binpad.
2018-07-14 Andy Polyakovbn/bn_lcl.h,bn_nist.c: addres strict warnings with...
2018-07-14 Andy Polyakovbn/bn_lib.c: make BN_bn2binpad computationally constant...
2018-07-12 Andy Polyakovbn/bn_{mont|exp}.c: switch to zero-padded intermediate...
2018-07-12 Andy Polyakovbn/bn_lib.c: add BN_FLG_FIXED_TOP flag.
2018-07-12 Andy Polyakovbn/bn_mont.c: improve readability of post-condition...
2018-07-12 Andy Polyakovbn/bn_mont.c: move boundary condition check closer...
2018-07-12 Andy Polyakovbn/bn_lib.c: remove bn_check_top from bn_expand2.
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
next