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
*
Pull BIGNUM constants out of get_* function bodies
tb
2023-07-10
1
-315
/
+331
*
bn_print: string.h is no longer needed
tb
2023-07-10
1
-2
/
+1
*
Reimplement BN_print() and BN_print_fp()
tb
2023-07-09
2
-47
/
+45
*
Simplify bn_print()
tb
2023-07-09
1
-5
/
+3
*
Refactor BN_bn2hex()
tb
2023-07-09
2
-8
/
+57
*
Provide optimised bn_subw() for riscv64.
jsing
2023-07-09
1
-1
/
+18
*
Provide optimised bn_addw() for riscv64.
jsing
2023-07-09
1
-1
/
+18
*
Hide symbols in bn
beck
2023-07-08
18
-18
/
+152
*
Provide optimised bn_mulw() for riscv64.
jsing
2023-07-07
1
-7
/
+11
*
Use an unsigned long long and corresponding formats
tb
2023-07-07
1
-3
/
+3
*
Insert leading octet if high bit of first nibble is 1
tb
2023-07-07
1
-1
/
+7
*
Add bn_printf(), a replacement for ASN1_bn_print()
tb
2023-07-06
2
-1
/
+152
*
Replace bn_sqr_words() with bn_sqr_add_words().
jsing
2023-07-02
1
-35
/
+23
*
Provide additional BN primitives for BN_ULLONG architectures.
jsing
2023-06-25
1
-21
/
+79
*
Add conditional around bn_mul_words() call.
jsing
2023-06-24
1
-2
/
+4
*
Assign and test.
jsing
2023-06-24
1
-3
/
+2
*
Check for non-zero length rather than a zero value.
jsing
2023-06-24
1
-2
/
+2
*
Rewrite and simplify bn_sqr()/bn_sqr_normal().
jsing
2023-06-24
3
-39
/
+44
*
Provide optimised bn_subw() and bn_subw_subw() for arm.
jsing
2023-06-24
1
-1
/
+50
*
Avoid crash in BN_asc2bn()
tb
2023-06-23
1
-2
/
+3
*
Fix return check of bn_hex2bn_cbs()
tb
2023-06-23
1
-3
/
+3
*
typo: hexidecimal -> hexadecimal
tb
2023-06-23
1
-2
/
+2
*
Provide optimised bn_clzw() for aarch64.
jsing
2023-06-21
1
-1
/
+15
*
Provide and use bn_clzw() in place of bn_word_clz().
jsing
2023-06-21
3
-5
/
+15
*
Make BN_num_bits() independent of bn->top.
jsing
2023-06-21
4
-32
/
+72
*
Optimise bn_mul2_mulw_addtw() for aarch64.
jsing
2023-06-17
1
-1
/
+28
*
Speed up Montgomery multiplication.
jsing
2023-06-17
1
-10
/
+37
*
Disallow aliasing of return value and modulus
tb
2023-06-13
1
-1
/
+44
*
Add a BN_R_INVALID_ARGUMENT error code
tb
2023-06-13
2
-2
/
+4
*
Optimise quad word primitives on aarch64.
jsing
2023-06-12
1
-1
/
+136
*
Provide and use various quad word primitives.
jsing
2023-06-12
3
-27
/
+120
*
Reinstate bn_isqrt.c r1.8 and crypto_lock.c r1.3
tb
2023-06-04
1
-4
/
+2
*
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
[next]