Fix grammar in srp_verifier.txt
[openssl.git] / crypto / bn /
8 days ago Theo BuehlerUnable to run asm code on OpenBSD (amd64)
2024-04-02 Adrien ZingerFix GCC compilation -Waggressive-loop-optimizations
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-05 Tomas MrazBN_gcd(): Avoid shifts of negative values
2023-09-07 Matt CaswellCopyright year updates
2023-09-03 Tom CosgroveMove ALIGN32 and ALIGN64 into common.h, and fix for...
2023-08-14 Matt CaswellDon't call ossl_assert on the result of bn_wexpand
2023-06-25 fullwaywangCheck for 0 modulus in BN_RECP_CTX_set.
2023-06-15 Dimitri PapadopoulosFix typos found by codespell
2023-06-10 Tomas MrazCoverity 1528485: Remove unused assignment of wvalue
2023-06-10 Tomas MrazCoverity 1528494 and 1528493: Remove unused assignment...
2023-05-11 Dimitri PapadopoulosFix a typo found by codespell in a variable name
2023-04-16 Alois Klinkbn_local: remove unused `PTR_SIZE_INT` definition
2023-04-16 Alois Klinkbn_nist: remove unused type-punning union `u`
2023-04-16 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-29 Tom CosgroveEnsure there's only one copy of OPENSSL_armcap_P in...
2023-03-17 Tomas Mrazrsaz-*k-avx512.pl: fix wrong name of avx512 flag variable
2023-03-14 PauliAdd missing copyright header
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-08 Juergen ChristS390x: Support ME and CRT offloading
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-20 Richard Levittebn2bin(): Don't accept len < 0
2023-01-20 Richard Levittebin2bn(): When len==0, just return a zero BIGNUM
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-11-23 slontisImprove FIPS RSA keygen performance.
2022-11-21 slontisImprove FIPS RSA keygen performance.
2022-11-10 Tomas MrazLimit size of modulus for BN_mod_exp_mont_consttime()
2022-10-13 Richard LevitteFix LLVM vs Apple LLVM version numbering confusion...
2022-10-13 Bernd EdlingerFix an occasional CI failure due to unaligned access
2022-10-12 FdaSilvaYYcrypto/*: Fix various typos, repeated words, align...
2022-10-12 FdaSilvaYYcrypto: Fix various typos, repeated words, align some...
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-10-04 Kazuki YamaguchiFix error propagatation in BN_check_prime()
2022-08-17 valdaarhunFix memory leak in BN_rand_range()
2022-08-17 Rohan McLureFix unrolled montgomery multiplication for POWER9
2022-08-17 Rohan McLureRevert "Revert "bn: Add fixed length (n=6), unrolled...
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-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-06-13 Billy Brumley[crypto/bn] BN_consttime_swap: remove superfluous early...
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 Tomas MrazFix possible infinite loop in BN_mod_sqrt()
2022-03-03 Hugo LandauFix NULL pointer dereference for BN_mod_exp2_mont
2022-02-10 Kelvin Leebn_lib.c: Change Endianess check to as a binary condition.
2022-02-07 Dimitris ApostolouFix typos
2022-01-20 Richard LevitteAdd signed bn2bin and bin2bn functions
2022-01-20 Richard Levitte[refactor] BIGNUM: Modify bin2bn() to work from least...
2022-01-20 Richard LevitteBIGNUM: Add a comment on chunk order in struct bignum_st
2022-01-20 Richard Levitte[refactor] BIGNUM: Modify bn2binpad()'s setup to be...
2022-01-20 Richard Levitte[refactor] BIGNUM: collapse BN_bin2bn() and BN_lebin2bn...
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-05 Dimitris ApostolouFix typos
2022-01-03 Dr. David von OheimbUpdate troublesome copyright years of auto-generated...
2021-12-23 KanAdd static check in BN_hex2bn
2021-12-19 KanFix the null pointer dereference
2021-12-18 Paulirsa exp: move declarations before code
2021-12-14 Bernd EdlingerRemove some unnecessary undefs in bn_asm.c
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-19 Andrey MatyukovDual 1536/2048-bit exponentiation optimization for...
2021-11-12 PW HuFix return value checking of BN_check_prime invocations
2021-10-28 x2018fix some code with obvious wrong coding style
2021-10-01 Russ Butleraarch64: support BTI and pointer authentication in...
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
next