Fix the RC4-MD5 cipher
[openssl.git] / crypto / bn /
2022-04-07 Hugo LandauFix failure to check result of bn_rshift_fixed_top
2022-03-23 PauliFix Coverity 1201763 uninitialised pointer read
2022-03-15 Matt CaswellUpdate copyright year
2022-03-15 Tomas MrazFix possible infinite loop in BN_mod_sqrt()
2022-03-03 Hugo LandauFix NULL pointer dereference for BN_mod_exp2_mont
2022-01-17 Tomas Mrazbn_ppc.c: Fix build failure on AIX with XLC/XLCLANG
2022-01-06 Bernd EdlingerFix copyright year issues
2022-01-03 Dr. David von OheimbUpdate troublesome copyright years of auto-generated...
2021-12-23 KanAdd static check in BN_hex2bn
2021-12-21 Paulirsa exp: move declarations before code (3.0)
2021-12-19 KanFix the null pointer dereference
2021-12-14 Matt CaswellUpdate copyright year
2021-12-14 Bernd EdlingerFix a carry overflow bug in bn_sqr_comba4/8 for mips...
2021-12-13 Tomas Mrazbn2binpad: Use memset as the buffer will be used later
2021-12-12 PauliFix Coverity 1494385 logically dead code.
2021-11-22 Peiwei HuEVP_RAND_generate: fix return check
2021-11-12 PW HuFix return value checking of BN_check_prime invocations
2021-07-29 Matt CaswellUpdate copyright year
2021-07-15 Tomas MrazSplit bignum code out of the sparcv9cap.c
2021-07-07 Paulibn: procduce correct sign for result of BN_mod()
2021-07-06 Martin Schwenkebn: Make fixed-length Montgomery Multiplication conditi...
2021-07-06 Martin Schwenkebn: Fix .size directive
2021-07-06 Martin Schwenkebn: Use a basic branch-if-not-zero
2021-07-02 Shane LontisFix compile errors when building with --api=1.1.0 no...
2021-06-25 Tomas Mrazppccap.c: Split out algorithm-specific functions
2021-06-22 Martin Schwenkebn: save/restore registers to/from stack
2021-06-22 Martin Schwenkebn: Switch $i to be unused r9
2021-06-22 Martin Schwenkebn: Drop unnecessary use of r9
2021-06-22 Martin Schwenkebn: Update .align pseudo-ops to match convention
2021-06-22 Martin Schwenkebn: Drop use of .p2align pseudo-op
2021-06-22 Shane LontisAdd table entries for fips 186-5 related to RSA auxilia...
2021-06-17 Matt CaswellUpdate copyright year
2021-06-02 Paulibn: remove TODOs
2021-05-29 Pauliadd zero strenght arguments to BN and RAND RNG calls
2021-05-29 Paulirand: add a strength argument to the BN and RAND RNG...
2021-05-28 Rich SalzRework and make DEBUG macros consistent.
2021-05-26 Paulirsa: rename global rsaz_ sumbols so they are in namespace
2021-05-26 Paulibn: rename extract_multiplier_2x20_win5 -> ossl_extract...
2021-05-26 Paulibn: rename bn_check_prime_int -> ossl_bn_check_primt
2021-05-26 Paulierr: rename err_load_xxx_strings_int functions
2021-05-24 Matt CaswellRemove some perl 5.14 use from rsaz-avx512.pl
2021-05-20 Matt CaswellUpdate copyright year
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)
next