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
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
*
Fix variable reuse in BN_mod_inverse()
tb
2023-06-02
1
-21
/
+15
*
Provide optimised bn_mulw_{addw,addw_addw,addtw}() for aarch64.
jsing
2023-05-28
1
-1
/
+68
*
Provide optimised bn_addw_addw()/bn_subw_subw() for aarch64.
jsing
2023-05-28
1
-1
/
+43
*
Rewrite BN_{asc,dec,hex}2bn() using CBS.
jsing
2023-05-28
1
-123
/
+224
*
backout alignment changes (breaking at least two architectures)
deraadt
2023-05-19
1
-2
/
+4
*
Use crypto_internal.h's CTASSERT()
tb
2023-05-17
1
-4
/
+2
*
Use is_pseudoprime instead of is_prime in bn_bpsw.c
tb
2023-05-10
1
-30
/
+33
*
Add Miller-Rabin test for random bases to BPSW
tb
2023-05-10
3
-33
/
+130
*
bn_exp: also special case -1 modulus
tb
2023-05-09
1
-6
/
+6
*
Rewrite BN_bn2hex() using CBB/CBS.
jsing
2023-05-09
1
-25
/
+35
*
Rewrite BN_bn2dec() using CBB/CBS.
jsing
2023-05-09
1
-63
/
+61
*
Garbage collect BN_zero_ex()
tb
2023-04-30
1
-7
/
+1
*
whitespace
tb
2023-04-30
1
-2
/
+2
*
Remove a useless doxygen comment
tb
2023-04-27
1
-5
/
+1
*
Remove the deprecated API from BN
tb
2023-04-25
4
-174
/
+5
*
GF2m bites the dust. It won't be missed.
tb
2023-04-25
2
-1330
/
+1
*
BN_RECP_CTX moves to internal
tb
2023-04-25
1
-3
/
+3
*
Remove the horror show that is bn_nist and ecp_nist
tb
2023-04-25
2
-1349
/
+1
*
Remove the no longer used BN_MONT_CTX_init()
tb
2023-04-25
2
-15
/
+2
*
Move a few now internal prototypes to bn_local.h
tb
2023-04-25
2
-24
/
+17
*
Remove old BN_one/BN_zero compat stuff
tb
2023-04-25
1
-13
/
+1
*
Remove X9.31 support
tb
2023-04-25
2
-307
/
+1
*
Remove the no longer used BN_CTX_init()
tb
2023-04-25
2
-14
/
+2
*
Add endbr64 where needed by inspection. Passes regresson tests.
deraadt
2023-04-25
14
-0
/
+24
*
Improve bn_montgomery_multiply_words()
jsing
2023-04-22
1
-9
/
+16
*
Rename Hex array to hex_digits.
jsing
2023-04-19
1
-5
/
+5
*
Move the BN_bn2bin()/BN_bin2bn() family to bn_convert.c
jsing
2023-04-19
2
-182
/
+183
*
Reorder functions.
jsing
2023-04-19
1
-102
/
+102
*
Move BN_options() from bn_convert.c to bn_lib.c
jsing
2023-04-19
2
-21
/
+21
*
unifdef BN_RECURSION
jsing
2023-04-19
5
-594
/
+5
*
Tweak indent and use named registers.
jsing
2023-04-17
1
-13
/
+13
*
Move BN_bn2mpi()/BN_mpi2bn() into bn_convert.c
jsing
2023-04-17
2
-136
/
+73
*
Mark X9.31 BN API for removal
tb
2023-04-16
1
-1
/
+4
*
The BN reciprocal API will also become internal-only
tb
2023-04-16
1
-1
/
+7
*
Various BN*init() will be removed from the public API
tb
2023-04-16
1
-1
/
+10
*
Mark public bn_nist and ec_nist API for removal
tb
2023-04-16
1
-1
/
+3
*
Remove now unused GF2m perlasm generators
tb
2023-04-15
3
-980
/
+0
*
Rename the largely misnamed bn_print.c to bn_convert.c
jsing
2023-04-14
1
-1
/
+1
*
Provide and use bn_copy_words() in BN_copy().
jsing
2023-04-14
1
-31
/
+15
*
Add a new implementation of BN_mod_sqrt()
tb
2023-04-11
2
-409
/
+726
*
Remove some doubled empty lines
tb
2023-04-09
1
-7
/
+1
*
bn_mont: fix typo in comment divisable -> divisible
tb
2023-04-07
1
-2
/
+2
*
Compress euclid() a little
tb
2023-04-03
1
-49
/
+28
*
Pull static const data out of BN_value_one()
tb
2023-04-01
1
-7
/
+11
*
Indent labels
tb
2023-04-01
1
-6
/
+6
*
Group the non-constant time gcd functions together
tb
2023-04-01
1
-45
/
+45
*
Copy BN_FLG flags in BN_copy()
tb
2023-03-31
1
-1
/
+4
*
Call bn_copy() unconditionally in BN_mul() and BN_sqr()
tb
2023-03-30
2
-11
/
+6
*
Rework BN_exp() a bit
tb
2023-03-30
1
-27
/
+28
*
Replace the remaining BN_copy() with bn_copy()
tb
2023-03-27
10
-38
/
+38
[next]