index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
OPENBSD_7_7
OPENBSD_7_8
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libcrypto
/
bn
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rewrite/simplify BN_free().
jsing
2023-01-07
1
-10
/
+12
*
Flip BN_clear_free() and BN_free()
jsing
2023-01-07
1
-4
/
+4
*
Use calloc() in BN_new(), rather than malloc() and then manually zeroing.
jsing
2023-01-07
1
-10
/
+7
*
Rewrite BN_rshift()
jsing
2023-01-05
1
-37
/
+42
*
spelling fixes; from paul tagliamonte
jmc
2022-12-26
16
-29
/
+29
*
Simplify BN_cmp() and BN_ucmp().
jsing
2022-12-23
1
-46
/
+15
*
Provide BN_zero()/BN_one() as functions and make BN_zero() always succeed.
jsing
2022-12-17
3
-7
/
+22
*
Update reference to table generation
tb
2022-12-01
1
-2
/
+2
*
BN_one() can fail, check its return value.
jsing
2022-12-01
1
-4
/
+7
*
Rewrite bn_correct_top().
jsing
2022-11-30
2
-14
/
+10
*
Fix return values bug in BN_ucmp().
jsing
2022-11-30
1
-4
/
+6
*
Mop up more BN_DEBUG related code.
jsing
2022-11-30
7
-48
/
+7
*
Make header guards of internal headers consistent
tb
2022-11-26
1
-4
/
+4
*
bn_lcl.h wanted special treatment.
tb
2022-11-26
1
-567
/
+0
*
Make internal header file names consistent
tb
2022-11-26
30
-59
/
+626
*
Remove BIGNUM consistency macros.
jsing
2022-11-26
23
-328
/
+24
*
Change bn_expand()/bn_wexpand() to indicate failure/success via 0/1.
jsing
2022-11-24
12
-67
/
+67
*
Use bn_wexpand() rather than bn_expand() with sizeof(BN_ULONG).
jsing
2022-11-23
2
-4
/
+4
*
Ensure that bn_expand()/bn_wexpand() fail on negative sizes.
jsing
2022-11-23
1
-1
/
+7
*
Turn bn_wexpand() into a function.
jsing
2022-11-23
2
-5
/
+13
*
Move bn_expand() under bn_expand2().
jsing
2022-11-23
1
-13
/
+13
*
Remove unused bn_dup_expand().
jsing
2022-11-23
2
-56
/
+2
*
Move #ifndef OPENSSL_NO_DEPRECATED.
jsing
2022-11-23
1
-21
/
+21
*
Remove incorrect "r must not be a" comment
tb
2022-11-22
1
-2
/
+1
*
Fix segfaults in BN_dec2bn() and BN_hex2bn()
tb
2022-11-22
1
-3
/
+3
*
Fix a surprising quirk in BN_GF2m_mod(3).
schwarze
2022-11-20
1
-5
/
+11
*
Fix an off-by-one bug in BN_GF2m_poly2arr(3).
schwarze
2022-11-20
1
-4
/
+3
*
Fix comment describing BN_mod_sqrt()
tb
2022-11-19
1
-7
/
+9
*
Move bn_prime.h to the public domain.
tb
2022-11-10
1
-57
/
+4
*
Move table in bn_primes.h to a .c file and get rid of prime_t
tb
2022-11-09
4
-333
/
+290
*
Inline use of bn_is_prime_bpsw()
tb
2022-11-09
1
-24
/
+20
*
Next pass of bn_prime.c cleanup
tb
2022-11-09
1
-39
/
+29
*
Drop some dead code
tb
2022-11-09
1
-136
/
+1
*
Fix possible memory leak in BN_mpi2bn() if BN_bin2bn() fails.
tobhe
2022-11-09
1
-3
/
+7
*
Fix path of mentioned regress test
tb
2022-10-11
1
-2
/
+2
*
Add an empty line for consistency.
tb
2022-08-31
1
-1
/
+2
*
missing period
tb
2022-08-29
1
-2
/
+2
*
Tidy up some of BN_nist_mod_*
jsing
2022-07-31
1
-22
/
+30
*
Use named initialisers for BIGNUMs.
jsing
2022-07-30
1
-61
/
+65
*
Having a perfect square at this point is not an error. Rather it is
tb
2022-07-29
1
-2
/
+2
*
Tweak some comments and whitespace around comments
tb
2022-07-29
1
-9
/
+32
*
Avoid unnecessary loops in BN_generate_prime_ex()
tb
2022-07-19
1
-4
/
+6
*
Expand the comment explaining the for loop with bn_lucas_step() a bit.
tb
2022-07-15
1
-3
/
+3
*
Comment for factorization of n - 1 = k * 2^s in bn_miller_rabin_base_2()
tb
2022-07-15
1
-1
/
+2
*
Rename is_perfect_square to out_perfect in prototype to match
tb
2022-07-15
1
-2
/
+2
*
Do not make tables static so we can access them from regress.
tb
2022-07-13
1
-5
/
+5
*
Enable BPSW primality test.
tb
2022-07-13
1
-1
/
+3
*
Hook BPSW into BN_is_prime_fasttest_ex()
tb
2022-07-13
1
-3
/
+13
*
Implement the Baillie-PSW primality test
tb
2022-07-13
2
-1
/
+423
*
Integer square root and perfect square test
tb
2022-07-13
2
-1
/
+241
[next]