fixup! Adding interop tests
[openssl.git] / crypto / bn /
2023-12-12 Matt CaswellAvoid an infinite loop in BN_GF2m_mod_inv
2023-11-30 Xi Ruoyaobn_nist: Fix strict-aliasing violations in little-endia...
2023-10-26 Tomas Mrazbn: Properly error out if aliasing return value with...
2023-10-24 Matt CaswellCopyright year updates
2023-10-05 Tomas MrazBN_gcd(): Avoid shifts of negative values
2023-09-19 Richard LevitteCopyright year updates
2023-08-01 Tom CosgroveBackport crypto/armcap.c from master branch
2023-08-01 Matt CaswellCopyright year updates
2023-06-25 fullwaywangCheck for 0 modulus in BN_RECP_CTX_set.
2023-05-30 Tomas MrazUpdate copyright year
2023-04-17 Alois Klinkbn_local: remove unused `PTR_SIZE_INT` definition
2023-04-17 Alois Klinkbn_nist: remove unused type-punning union `u`
2023-04-17 Alois Klinkbn_nist: replace pointer bit-fiddling with ternary
2023-04-04 Bernd EdlingerAlternative fix for CVE-2022-4304
2023-04-04 Bernd EdlingerRevert "Fix Timing Oracle in RSA decryption"
2023-03-17 Tomas Mrazrsaz-*k-avx512.pl: fix wrong name of avx512 flag variable
2023-03-17 Tomas MrazFix version detection on Apple clang
2023-03-14 PauliAdd missing copyright header
2023-03-14 Matt CaswellUpdate copyright year
2023-02-20 ndosscheFix incorrect error branch in ossl_bn_rsa_fips186_4_der...
2023-02-11 Hubert Kariorsa: add msvc intrinsic for non x64 platforms
2023-02-07 Dmitry BelyavskiyFix Timing Oracle in RSA decryption
2023-01-31 Tomas MrazAvoid duplicating symbols in legacy.a with some build...
2023-01-14 Bernd EdlingerLimit size of modulus for bn_mul_mont and BN_mod_exp_mo...
2023-01-14 Bernd EdlingerRevert "Limit size of modulus for BN_mod_exp_mont_const...
2023-01-09 Tomas Mrazrsaz_exp_x2.c: Remove unused ALIGN64 macro
2023-01-09 Tomas Mrazrsaz_exp_x2.c: Avoid potential undefined behavior with...
2023-01-09 Tomas MrazRevert "Fix an occasional CI failure due to unaligned...
2023-01-04 slontisCleanse internal BN_generate_dsa_nonce() buffers used...
2022-12-01 Tomas MrazUpdate copyright year
2022-11-23 FdaSilvaYYcrypto/*: Fix various typos, repeated words, align...
2022-11-23 FdaSilvaYYcrypto: Fix various typos, repeated words, align some...
2022-11-23 Rohan McLureFix unrolled montgomery multiplication for POWER9
2022-11-23 Rohan McLureRevert "Revert "bn: Add fixed length (n=6), unrolled...
2022-11-23 slontisImprove FIPS RSA keygen performance.
2022-11-21 slontisImprove FIPS RSA keygen performance.
2022-11-21 Billy Brumley[crypto/bn] BN_consttime_swap: remove superfluous early...
2022-11-10 Tomas MrazLimit size of modulus for BN_mod_exp_mont_consttime()
2022-11-09 Dimitris ApostolouFix typos
2022-11-09 Bernd EdlingerRemove some unnecessary undefs in bn_asm.c
2022-11-09 Andrey MatyukovDual 1536/2048-bit exponentiation optimization for...
2022-11-09 Russ Butleraarch64: support BTI and pointer authentication in...
2022-10-13 Bernd EdlingerFix an occasional CI failure due to unaligned access
2022-10-11 Matt CaswellUpdate copyright year
2022-10-05 Richard LevitteFix LLVM vs Apple LLVM version numbering confusion...
2022-10-04 Kazuki YamaguchiFix error propagatation in BN_check_prime()
2022-08-17 valdaarhunFix memory leak in BN_rand_range()
2022-07-05 Richard LevitteUpdate copyright year
2022-07-05 slontisFix bn_gcd code to check return value when calling...
2022-06-23 Xi Ruoyaorsa: fix bn_reduce_once_in_place call for rsaz_mod_exp_...
2022-06-21 Matt CaswellUpdate copyright year
2022-06-16 Tomas MrazAdd an extra reduction step to RSAZ mod_exp implementations
2022-06-16 Tomas MrazAlways end BN_mod_exp_mont_consttime with normal Montgo...
2022-06-15 Tomas MrazRevert "bn: Add fixed length (n=6), unrolled PPC Montgo...
2022-06-13 slontisRSA keygen update: Raise an error if no prime candidate...
2022-06-13 slontisRSA keygen fixes
2022-05-24 Sebastian Andrzej... Rename x86-32 assembly files from .s to .S.
2022-05-10 Paulibn_nist: fix strict aliasing problem
2022-05-03 Matt CaswellUpdate copyright year
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
next