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
/
regress
/
lib
/
libcrypto
/
bn
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bn_mod_exp_zero: rename result into got
tb
2023-03-15
1
-14
/
+14
*
Add regress coverage for BN_{add,sub,mul,div,mod}_word().
jsing
2023-03-11
2
-1
/
+619
*
Mark test table as static const.
jsing
2023-03-11
1
-2
/
+2
*
reduce number of tests in bn_rand_interval.
tb
2023-03-08
1
-2
/
+2
*
bn_isqrt: reduce number of tests to 100.
tb
2023-03-08
1
-2
/
+2
*
Add regress coverage for BN_num_bits_word()
tb
2023-02-14
1
-1
/
+25
*
Revise for negative zero changes.
jsing
2023-02-13
1
-2
/
+2
*
Add currently failing negative zero check to BN_rshift() regress.
jsing
2023-02-13
1
-1
/
+5
*
Add bn/arch/${MACHINE_CPU} to the include path.
jsing
2023-01-31
1
-1
/
+2
*
Add more regress tests for BN_usub().
jsing
2023-01-31
1
-1
/
+22
*
Use utime in order to make benchmarks less noisy and more consistent.
jsing
2023-01-29
1
-5
/
+14
*
Set BN_FLG_CONSTTIME on benchmark inputs.
jsing
2023-01-29
1
-1
/
+4
*
Add benchmarks for BN_div()
jsing
2023-01-29
1
-10
/
+147
*
Correct setup for BN_mul/BN_sqr benchmarks.
jsing
2023-01-29
1
-4
/
+4
*
Rename bn_mul.c regress to bn_mul_div.c.
jsing
2023-01-29
2
-5
/
+5
*
Provide basic benchmarks for BN_mul() and BN_sqr().
jsing
2023-01-21
2
-2
/
+275
*
Fix previous.
jsing
2023-01-07
1
-3
/
+9
*
Add additional shift benchmarks that are useful on BN_BITS2 == 32 platforms
jsing
2023-01-05
1
-2
/
+56
*
Add regress coverage for shifts of zero bits.
jsing
2022-12-23
1
-1
/
+38
*
Do similar setup for lshift and rshift benchmarks.
jsing
2022-12-23
1
-1
/
+13
*
Use volatile sig_atomic_t for flag set in signal handler
tb
2022-12-18
1
-2
/
+2
*
Switch to using BN_zero() instead of BN_zero_ex()
tb
2022-12-17
1
-2
/
+2
*
Move benchmark target up a bit and mark it phony
tb
2022-12-17
1
-4
/
+5
*
Zap some whitespace
tb
2022-12-17
1
-2
/
+2
*
Provide regress coverage for BN shift functions.
jsing
2022-12-17
2
-1
/
+543
*
bn/Makefile: tidy up and simplify
tb
2022-12-09
1
-16
/
+10
*
bn_mod_exp test: drop extra parentheses for readability
tb
2022-12-08
1
-4
/
+4
*
Add a few missing headers and drop a few unused ones
tb
2022-12-06
7
-20
/
+20
*
bn_mod_exp.c doesn't need <string.h>
tb
2022-12-05
1
-2
/
+1
*
More cleanup
tb
2022-12-03
1
-11
/
+8
*
Refactor and fix bn_mod_exp test
tb
2022-12-03
1
-80
/
+86
*
Add missing checks for BN_mod_exp_{non,}ct()
tb
2022-12-03
1
-6
/
+8
*
Fix some ancient silliness with a random byte
tb
2022-12-03
1
-8
/
+5
*
bn_mod_exp.c: printing to stdout needs no BIO
tb
2022-12-02
1
-17
/
+9
*
bn_mod_exp: we have a BN_CTX available...
tb
2022-12-02
1
-19
/
+15
*
Check BN_rand() and BN_mod() return values
tb
2022-12-02
1
-6
/
+11
*
Link new bn_mod_exp_zero test to build
tb
2022-12-02
1
-1
/
+3
*
Rewrite the tests that various modular exponentiation functions
tb
2022-12-02
2
-148
/
+189
*
libcrypto/bn: switch back to manual regress targets
tb
2022-12-02
1
-3
/
+8
*
Use the default targets from bsd.regress.mk as far as possible
tb
2022-12-02
1
-9
/
+4
*
bn_add_sub: no need for a BIO to print to stderr
tb
2022-12-02
1
-21
/
+13
*
Fix typo, move one .PHONY target nearer to the target itself
tb
2022-12-01
1
-4
/
+3
*
zap extra blank line
tb
2022-12-01
1
-2
/
+1
*
Check that the bn_isqrt -C output isn't changed
tb
2022-12-01
2
-1
/
+43
*
regress/libcrypto: merge exp/ into bn/
tb
2022-12-01
2
-1
/
+361
*
Flatten structure of libcrypto/bn tests
tb
2022-12-01
15
-116
/
+62
*
Test prime constants exposed in public BN API
tb
2022-12-01
1
-1
/
+97
*
Refrain from printing SUCCESS in some of my tests
tb
2022-12-01
7
-26
/
+7
*
Add regress coverage for BN_cmp()/BN_ucmp().
jsing
2022-11-30
2
-3
/
+347
*
Make internal header file names consistent
tb
2022-11-26
1
-2
/
+2
[prev]
[next]