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
...
*
Remove retry loop in BN_BLINDING_setup()
tb
2023-08-09
1
-24
/
+5
*
Compute a square using BN_mod_sqr() instead of BN_mod_mul()
tb
2023-08-09
1
-3
/
+3
*
Simplify BN_BLINDING_invert()
tb
2023-08-09
1
-14
/
+5
*
Unwrap a line
tb
2023-08-09
1
-3
/
+2
*
Unwrap a line
tb
2023-08-08
1
-3
/
+2
*
Drop the unused BN_BLINDING argument of BN_BLINDING_create_param()
tb
2023-08-08
2
-10
/
+6
*
Rename ret into b in BN_BLINDING_setup()
tb
2023-08-08
1
-8
/
+8
*
Factor the actual setup step for the blinding into a helper
tb
2023-08-08
1
-30
/
+43
*
Make BN_BLINDING respect some invariants
tb
2023-08-08
1
-48
/
+17
*
Make the bn_rand_interval() API a bit more ergonomic
tb
2023-08-03
4
-27
/
+36
*
More whitespace fixes from knfmt
tb
2023-08-02
1
-7
/
+7
*
Remove extraneous parentheses and fix weird whitespace.
tb
2023-08-02
1
-16
/
+15
*
Drop the _ex from BN_BLINDING_{convert,invert}_ex()
tb
2023-08-02
2
-6
/
+6
*
Remove the unused BN_BLINDING_{convert,invert}()
tb
2023-08-02
2
-16
/
+2
*
Make BN_BLINDING_{new,update}() static in bn_blind.c
tb
2023-08-02
2
-6
/
+4
*
Remove the unused flags member of BN_BLINDING
tb
2023-08-02
2
-10
/
+4
*
Remove the unused flags accessors for BN_BLINDING
tb
2023-08-02
2
-16
/
+2
*
Remove a 16 year old confusing lie
tb
2023-08-02
1
-2
/
+2
*
Remove more *_options() stuff
tb
2023-07-31
1
-2
/
+1
*
Remove various ${thing}_options
tb
2023-07-28
1
-21
/
+1
*
Remove the get_rfc*_prime_*() API
tb
2023-07-28
2
-66
/
+2
*
Make BN_BLINDING internal
tb
2023-07-28
3
-35
/
+24
*
Mark read/write registers as non-overlapping for bn_qwmulw_{addqw_,}addw()
jsing
2023-07-24
1
-3
/
+3
*
Simplify indent handling in bn_print()
tb
2023-07-22
1
-6
/
+3
*
Cap the size of numbers we check for primality
tb
2023-07-20
1
-1
/
+12
*
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
[prev]
[next]