Make EVP_PKEY_CTX_[get|set]_group_name work for DH too
[openssl.git] / crypto / bn /
2020-06-16 Nicola TuveriRefactor BN_R_NO_INVERSE logic in internal functions
2020-06-08 Hubert Kariofix doc typo in bn_dh.c
2020-06-04 Matt CaswellUpdate copyright year
2020-05-20 Tomas MrazAvoid potential overflow to the sign bit when shifting...
2020-05-15 Matt CaswellUpdate copyright year
2020-05-02 Shane LontisAdd solaris assembler fixes for legacy provider
2020-04-29 Shourya ShuklaAmend references to "OpenSSL license"
2020-04-28 Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-23 Matt CaswellUpdate copyright year
2020-04-20 Shane LontisFix DH_get_nid() so that it does not cache values.
2020-04-16 Rich SalzUse build.info, not ifdef for crypto modules
2020-02-18 Nicola Tuveri[BN] harden `BN_copy()` against leaks from memory accesses
2020-02-17 David BenjaminAlso check for errors in x86_64-xlate.pl.
2020-02-16 Wataru Ashiharacrypto/bn: fix debug build
2020-02-06 Dr. Matthias St... Fix misspelling errors and typos reported by codespell
2020-02-06 Matt CaswellFix builds with no-dh
2020-01-30 Shane LontisAdd support for DH 'modp' group parameters (RFC 3526)
2020-01-22 David BenjaminDo not silently truncate files on perlasm errors
2020-01-20 Matt CaswellConvert rand_bytes_ex and rand_priv_bytes_ex to public...
2020-01-17 Richard LevitteFor all assembler scripts where it matters, recognise...
2020-01-07 Rich SalzMake generated copyright year be "now"
2020-01-02 Matt CaswellRun make update
2019-12-20 Bernd EdlingerAdd some missing cfi frame info in rsaz-x86_64
2019-12-20 Bernd EdlingerAdd some missing cfi frame info in x86_64-mont5.pl
2019-12-06 Bernd EdlingerImprove the overflow handling in rsaz_512_sqr
2019-12-06 Andy PolyakovFix an overflow bug in rsaz_512_sqr
2019-11-17 Patrick Steuers390x assembly pack: fix bn_mul_comba4
2019-11-09 Kurt RoeckxRSA generation: Use more bits of 1/sqrt(2)
2019-11-07 Richard LevitteUpdate source files for pre-3.0 deprecation
2019-11-07 Richard LevitteUpdate source files for deprecation at 3.0
2019-11-03 Patrick Steuers390x assembly pack: enable clang build
2019-10-31 Billy Brumley[crypto/bn] fix a few small timing leaks in BN_lshift1...
2019-10-23 Cesar Pereida GarciaUpdate control logic for BN_gcd
2019-10-17 Cesar Pereida GarciaConstant-time GCD function.
2019-10-17 Cesar Pereida GarciaUnify BN_rshift design
2019-10-16 Shane LontisFix missing Assembler defines
2019-10-14 Kurt RoeckxAdd BN_check_prime()
2019-10-14 Kurt RoeckxUse fewer primes for the trial division
2019-10-10 Richard LevitteRework how our providers are built
2019-10-09 Rich SalzExplicitly test against NULL; do not use !p or similar
2019-09-28 Dr. Matthias St... Fix header file include guard names
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-09-18 Richard Levittecrypto/bn/build.info: Correct use of SSE2 definition
2019-09-16 Richard LevitteUnify all assembler file generators
2019-09-16 Richard Levittebuild.info: For all assembler generators, remove all...
2019-09-12 Richard Levitteutil/mkerr.pl: make it not depend on the function code
2019-09-06 Nicola TuveriUniform BN_bn2binpad() and BN_bn2lebinpad() implementations
2019-09-06 Nicola TuveriMake BN_num_bits() consttime upon BN_FLG_CONSTTIME
2019-09-06 Bernd EdlingerFix a SCA leak in BN_generate_dsa_nonce
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().
next