index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
bn
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix memory leak in BN_rand_range()
valdaarhun
2022-08-17
1
-0
/
+5
*
Fix unrolled montgomery multiplication for POWER9
Rohan McLure
2022-08-17
1
-2
/
+4
*
Revert "Revert "bn: Add fixed length (n=6), unrolled PPC Montgomery Multiplic...
Rohan McLure
2022-08-17
3
-1
/
+598
*
Fix bn_gcd code to check return value when calling BN_one()
slontis
2022-07-05
1
-2
/
+4
*
rsa: fix bn_reduce_once_in_place call for rsaz_mod_exp_avx512_x2
Xi Ruoyao
2022-06-23
1
-0
/
+3
*
Add an extra reduction step to RSAZ mod_exp implementations
Tomas Mraz
2022-06-16
3
-0
/
+34
*
Always end BN_mod_exp_mont_consttime with normal Montgomery reduction.
Tomas Mraz
2022-06-16
2
-214
/
+26
*
Revert "bn: Add fixed length (n=6), unrolled PPC Montgomery Multiplication"
Tomas Mraz
2022-06-15
3
-598
/
+1
*
RSA keygen update: Raise an error if no prime candidate q is found.
slontis
2022-06-13
2
-2
/
+7
*
RSA keygen fixes
slontis
2022-06-13
1
-1
/
+8
*
[crypto/bn] BN_consttime_swap: remove superfluous early exit
Billy Brumley
2022-06-13
1
-3
/
+0
*
Rename x86-32 assembly files from .s to .S.
Sebastian Andrzej Siewior
2022-05-24
1
-9
/
+9
*
bn_nist: fix strict aliasing problem
Pauli
2022-05-10
1
-11
/
+22
*
Update copyright year
Matt Caswell
2022-05-03
10
-10
/
+10
*
Fix failure to check result of bn_rshift_fixed_top
Hugo Landau
2022-04-07
1
-2
/
+4
*
Fix Coverity 1201763 uninitialised pointer read
Pauli
2022-03-23
1
-1
/
+2
*
Fix possible infinite loop in BN_mod_sqrt()
Tomas Mraz
2022-03-15
1
-12
/
+18
*
Fix NULL pointer dereference for BN_mod_exp2_mont
Hugo Landau
2022-03-03
1
-1
/
+1
*
bn_lib.c: Change Endianess check to as a binary condition.
Kelvin Lee
2022-02-10
1
-10
/
+4
*
Fix typos
Dimitris Apostolou
2022-02-07
1
-2
/
+2
*
Add signed bn2bin and bin2bn functions
Richard Levitte
2022-01-20
1
-21
/
+107
*
[refactor] BIGNUM: Modify bin2bn() to work from least to most significant chunk
Richard Levitte
2022-01-20
1
-22
/
+30
*
BIGNUM: Add a comment on chunk order in struct bignum_st
Richard Levitte
2022-01-20
1
-2
/
+5
*
[refactor] BIGNUM: Modify bn2binpad()'s setup to be more like bin2bn()'s
Richard Levitte
2022-01-20
1
-9
/
+20
*
[refactor] BIGNUM: collapse BN_bin2bn() and BN_lebin2bn() into one
Richard Levitte
2022-01-20
1
-52
/
+34
*
bn_ppc.c: Fix build failure on AIX with XLC/XLCLANG
Tomas Mraz
2022-01-17
1
-1
/
+1
*
Fix copyright year issues
Bernd Edlinger
2022-01-06
1
-1
/
+1
*
Fix typos
Dimitris Apostolou
2022-01-05
3
-3
/
+3
*
Update troublesome copyright years of auto-generated files to 2022
Dr. David von Oheimb
2022-01-03
1
-1
/
+1
*
Add static check in BN_hex2bn
Kan
2021-12-23
1
-0
/
+4
*
Fix the null pointer dereference
Kan
2021-12-20
1
-1
/
+1
*
rsa exp: move declarations before code
Pauli
2021-12-18
1
-2
/
+5
*
Remove some unnecessary undefs in bn_asm.c
Bernd Edlinger
2021-12-14
1
-7
/
+0
*
Fix a carry overflow bug in bn_sqr_comba4/8 for mips 32-bit targets
Bernd Edlinger
2021-12-14
1
-0
/
+4
*
bn2binpad: Use memset as the buffer will be used later
Tomas Mraz
2021-12-13
1
-1
/
+2
*
Fix Coverity 1494385 logically dead code.
Pauli
2021-12-13
1
-4
/
+14
*
EVP_RAND_generate: fix return check
Peiwei Hu
2021-11-22
1
-1
/
+1
*
Dual 1536/2048-bit exponentiation optimization for Intel IceLake CPU
Andrey Matyukov
2021-11-19
6
-330
/
+2224
*
Fix return value checking of BN_check_prime invocations
PW Hu
2021-11-12
1
-3
/
+13
*
fix some code with obvious wrong coding style
x2018
2021-10-28
3
-8
/
+8
*
aarch64: support BTI and pointer authentication in assembly
Russ Butler
2021-10-01
1
-5
/
+14
*
Update copyright year
Matt Caswell
2021-07-29
5
-5
/
+5
*
Split bignum code out of the sparcv9cap.c
Tomas Mraz
2021-07-15
8
-8
/
+99
*
bn: procduce correct sign for result of BN_mod()
Pauli
2021-07-07
1
-3
/
+4
*
bn: Make fixed-length Montgomery Multiplication conditional on PPC64
Martin Schwenke
2021-07-06
1
-0
/
+2
*
bn: Fix .size directive
Martin Schwenke
2021-07-06
1
-1
/
+1
*
bn: Use a basic branch-if-not-zero
Martin Schwenke
2021-07-06
1
-1
/
+1
*
Fix compile errors when building with --api=1.1.0 no-deprecated.
Shane Lontis
2021-07-02
1
-1
/
+4
*
ppccap.c: Split out algorithm-specific functions
Tomas Mraz
2021-06-25
2
-1
/
+52
*
bn: save/restore registers to/from stack
Martin Schwenke
2021-06-22
1
-4
/
+4
[next]