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
...
*
Remove various #ifndef BN_SQR_COMBA.
jsing
2023-01-20
1
-19
/
+1
*
Move bn_{mul,sqr}_comba{4,8}() from bn_asm.c to bn_mul.c/bn_sqr.c.
jsing
2023-01-20
8
-306
/
+302
*
Move {mul,sqr}_add_c{,2} macros from bn_asm.c to bn_local.h.
jsing
2023-01-20
3
-153
/
+160
*
Remove unused code.
jsing
2023-01-20
2
-395
/
+13
*
Replace BN_DIV3W with HAVE_BN_DIV_3_WORDS (in bn_arch.h).
jsing
2023-01-20
2
-4
/
+7
*
Provide a per machine bn_arch.h.
jsing
2023-01-20
14
-0
/
+336
*
Reorder functions.
jsing
2023-01-20
1
-344
/
+344
*
Reorder functions for easier maintenance.
jsing
2023-01-20
1
-30
/
+30
*
Remove more unused assembly generation scripts.
jsing
2023-01-19
8
-696
/
+0
*
Remove various unused assembly files and assembly generation scripts.
jsing
2023-01-19
6
-6507
/
+0
*
Bring in a description of bn_words_3_div().
jsing
2023-01-18
1
-1
/
+9
*
Start cleaning up BN_div_internal().
jsing
2023-01-18
1
-158
/
+195
*
Move BN_sqr() to the bottom of the file.
jsing
2023-01-16
1
-85
/
+85
*
Mop up debug code that escaped previously.
jsing
2023-01-16
3
-82
/
+3
*
Move constants out of text segment into rodata to prepare for xonly support
deraadt
2023-01-14
3
-6
/
+2
*
Rewrite BN_CTX.
jsing
2023-01-14
1
-410
/
+98
*
Greatly simplify bn_expand_internal().
jsing
2023-01-14
1
-103
/
+26
*
Move all data tables from .text section to .rodata, and update the code to
miod
2023-01-13
2
-4
/
+0
*
Move all data tables from .text section to .rodata, and update the code to
miod
2023-01-13
1
-9
/
+1
*
Replace BN_lshift1()/BN_rshift1() with calls to BN_lshift()/BN_rshift().
jsing
2023-01-11
1
-125
/
+42
*
Rewrite BN_lshift()
jsing
2023-01-10
1
-26
/
+57
*
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
[prev]
[next]