]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/bn
HTTP: Implement persistent connections (keep-alive)
[thirdparty/openssl.git] / crypto / bn /
2021-05-09  fangming.fangOptimize RSA on armv8
2021-05-08  Martin Schwenkebn: Add fixed length (n=6), unrolled PPC Montgomery...
2021-05-07  Richard LevitteDrop libimplementations.a
2021-05-06  Matt CaswellUpdate copyright year
2021-04-28  Rich SalzRename some globals, add ossl prefix.
2021-04-22  Matt CaswellUpdate copyright year
2021-04-13  FdaSilvaYYcrypto: raise error on malloc failure
2021-04-08  Matt CaswellUpdate copyright year
2021-04-08  Amitay IsaacsUse numbers definition of int128_t and uint128_t
2021-04-02  Richard LevitteInclude BN assembler alongside CPUID code
2021-03-31  Rich SalzAdd a local perl module to get year last changed
2021-03-30  Andrey MatyukovIncrease minimum clang version requirement for rsaz...
2021-03-24  Andrey MatyukovRearranged .pdata entries in rsaz-avx512.pl to make...
2021-03-22  Andrey MatyukovDual 1024-bit exponentiation optimization for Intel...
2021-03-18  Shane LontisAdd ossl_bn_group symbols
2021-03-14  Rich SalzAlways check CRYPTO_LOCK_{read,write}_lock
2021-03-11  Matt CaswellUpdate copyright year
2021-03-04  Tomas Mrazbn_ctx.c: Remove TODO 3.0 related to tracing in FIPS...
2021-02-26  Shane LontisFix external symbols for bn
2021-02-18  Matt CaswellUpdate copyright year
2021-02-09  Tomas MrazDeprecate BN_pseudo_rand() and BN_pseudo_rand_range()
2021-01-28  Richard LevitteUpdate copyright year
2021-01-25  Tomas Mrazbn: Deprecate the X9.31 RSA key generation related...
2021-01-13  Agustin GianniFix incorrect use of BN_CTX API
2021-01-04  Dr. David von OheimbUpdate copyright years of auto-generated headers (make...
2020-12-03  Pauliremove unused assignments
2020-11-26  Matt CaswellUpdate copyright year
2020-11-24  Richard LevitteERR: Rebuild all generated error headers and source...
2020-11-18  Matt CaswellOnly disabled what we need to in a no-dh build
2020-11-13  Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-15  Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-09-10  Richard LevitteDiverse build.info: Adjust paths
2020-08-28  Jung-uk KimIgnore vendor name in Clang version number.
2020-08-11  Shane LontisAdd fix for RSA keygen in FIPS using keysizes 2048...
2020-08-06  Matt CaswellUpdate copyright year
2020-07-30  Pauliunify spelling of serialize
2020-07-15  aSoujyuTanakaDisable optimiization of BN_num_bits_word() for VS2005...
2020-07-11  Richard LevitteBN: Check endianness in run-time, in BN_native2bn(...
2020-06-25  Matt CaswellUpdate copyright year
2020-06-21  Nicola TuveriFlag RSA secret BNs as consttime on keygen and checks
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
next