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
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
...
*
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
*
Convert BN_copy() with missing error checks to bn_copy()
tb
2023-03-27
3
-9
/
+15
*
Convert BN_copy() with explicit comparison against NULL to bn_copy()
tb
2023-03-27
6
-23
/
+23
*
Use bn_copy() rather than inlining it
tb
2023-03-27
1
-2
/
+2
*
Drop unnecessary parentheses.
tb
2023-03-27
1
-3
/
+3
*
Convert bn_nist.c to BN_copy()
tb
2023-03-27
1
-6
/
+6
*
Add bn_copy(), a sane wrapper of BN_copy() for internal use
tb
2023-03-27
2
-2
/
+10
*
Minor whitespace tidying
tb
2023-03-26
2
-6
/
+7
*
Make several calls to BN_nnmod() unconditional
tb
2023-03-26
1
-19
/
+10
*
Correctly reduce negative inpot to BN_mod_exp2_mont()
tb
2023-03-26
1
-3
/
+3
*
bn_prime.pl: fix shebang and a couple more whitespace tweaks
tb
2023-03-26
1
-3
/
+4
*
Use strict and warnings
tb
2023-03-25
1
-1
/
+6
*
Make an attempt at reducing the eyebleed in bn_prime.pl
tb
2023-03-25
1
-24
/
+18
*
Use Eric Young's usual license in the proper place rather than a weird
tb
2023-03-25
1
-12
/
+57
*
Add RCSID
tb
2023-03-25
1
-1
/
+1
*
Add checks to ensure the uint16_t array isn't overflowed when this
tb
2023-03-25
1
-0
/
+4
*
Zap an empty line
tb
2023-03-25
1
-2
/
+1
*
Ensure negative input to BN_mod_exp_mont_consttime() is correctly reduced.
jsing
2023-03-15
1
-7
/
+4
*
Avoid -0 in BN_div_word().
jsing
2023-03-11
1
-1
/
+5
*
Correct sign handling in BN_add_word().
jsing
2023-03-11
1
-3
/
+3
*
Improve bn_montgomery_multiply_words().
jsing
2023-03-07
1
-10
/
+13
*
Slightly rework bn_mulw_addtw().
jsing
2023-03-07
1
-5
/
+3
*
Call BN_free() instead of BN_clear_free().
jsing
2023-03-07
2
-7
/
+7
*
Limit bn_mul_mont() usage to sizes less than or equal to 8192 bits.
jsing
2023-03-07
1
-1
/
+9
*
Implement bn_montgomery_multiply()
jsing
2023-03-07
1
-3
/
+86
*
Refactor BN_mod_mul_montgomery().
jsing
2023-03-07
1
-20
/
+48
*
Delete unused and unsafe bn_mul_mont() example code.
jsing
2023-03-07
1
-54
/
+1
*
Fix comment for bn_mul2_mulw_addtw()
jsing
2023-03-07
1
-5
/
+5
*
Rewrite/simplify BN_from_montgomery_word() and BN_from_montgomery().
jsing
2023-02-28
1
-92
/
+85
*
Use separate lines instead of semicolons.
bcook
2023-02-25
1
-4
/
+10
*
Use explicit .text instead of .previous to please Windows/MinGW on amd64
tb
2023-02-23
1
-1
/
+1
*
Adjust parentheses in mont->ri assignment.
jsing
2023-02-22
1
-2
/
+2
*
Replace bn_sub_part_words() with bn_sub().
jsing
2023-02-22
3
-368
/
+18
*
Rework bn_add()/bn_sub() to operate on word arrays.
jsing
2023-02-22
3
-82
/
+99
*
Rewrite and simplify BN_MONT_CTX_set()
jsing
2023-02-22
2
-98
/
+76
*
remove extra argument
bcook
2023-02-21
1
-2
/
+2
*
Unifdef MONT_WORD.
jsing
2023-02-21
2
-75
/
+5
*
Move BN_MONT_CTX back to bn_local.h for now. It's still used by bn_exp.c
tb
2023-02-19
2
-14
/
+14
*
Rewrite BN_MONT_CTX_set_locked()
jsing
2023-02-19
1
-23
/
+27
*
First pass clean up of bn_mont.c.
jsing
2023-02-19
1
-31
/
+37
*
Move BN_MONT_CTX_copy().
jsing
2023-02-19
1
-19
/
+19
*
Move struct bn_mont_ctx_st from bn_local.h to bn_mont.c.
jsing
2023-02-19
2
-14
/
+14
*
Provide optimised versions of bn_addw() and bn_subw() for aarch64.
jsing
2023-02-17
1
-1
/
+35
*
Remove now unused tangle of mul*/sqr* and BN_UMULT_* macros.
jsing
2023-02-17
1
-251
/
+1
[prev]
[next]