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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
zap weird spaces $EDITOR added in previous
tb
2022-12-04
1
-2
/
+2
*
skip rust-openssl-tests on sparc64
tb
2022-12-03
1
-3
/
+17
*
Clean up makefile
tb
2022-12-03
1
-8
/
+6
*
biotest needs bio_local.h now
tb
2022-12-03
1
-6
/
+7
*
Test BIO_{push,pop}() along a linear chain
tb
2022-12-03
1
-1
/
+135
*
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
*
Drop 'perhaps a little', plus grammar and spelling nits
tb
2022-12-02
1
-5
/
+5
*
Revert bio_prev removal
tb
2022-12-02
2
-2
/
+12
*
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
*
regres/libssl/unit: simplify Makefile
tb
2022-12-02
1
-20
/
+10
*
Use regress framework rather than handrolling it
tb
2022-12-02
1
-12
/
+1
*
Use the default targets from bsd.regress.mk as far as possible
tb
2022-12-02
1
-9
/
+4
*
Let bsd.regress.mk take care of running tests
tb
2022-12-02
1
-8
/
+1
*
bn_add_sub: no need for a BIO to print to stderr
tb
2022-12-02
1
-21
/
+13
*
Unhook exp
tb
2022-12-01
1
-2
/
+1
*
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
*
Update reference to table generation
tb
2022-12-01
1
-2
/
+2
*
regress/libcrypto: merge exp/ into bn/
tb
2022-12-01
3
-11
/
+4
*
Silence this test and sprinkle some KNF
tb
2022-12-01
1
-11
/
+6
*
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
*
Make tests silent on success.
tb
2022-12-01
2
-21
/
+17
*
Refrain from printing SUCCESS in some of my tests
tb
2022-12-01
13
-50
/
+16
*
Mark the X509_V_FLAG_CB_ISSUER_CHECK flag as deprecated
tb
2022-12-01
1
-11
/
+5
*
Annotate X509_V_FLAG_CB_ISSUER_CHECK as deprecated and unused
tb
2022-12-01
1
-3
/
+3
*
Retire X509_V_FLAG_CB_ISSUER_CHECK
tb
2022-12-01
1
-16
/
+8
*
Getters and setters for the check_issued() callback
tb
2022-12-01
3
-3
/
+39
*
BN_one() can fail, check its return value.
jsing
2022-12-01
1
-3
/
+5
*
BN_one() can fail, check its return value.
jsing
2022-12-01
2
-9
/
+16
*
Rewrite bn_correct_top().
jsing
2022-11-30
2
-14
/
+10
*
Fix return values bug in BN_ucmp().
jsing
2022-11-30
1
-4
/
+6
*
Add regress coverage for BN_cmp()/BN_ucmp().
jsing
2022-11-30
2
-3
/
+347
*
Mostly align BIO_read()/BIO_write() return values with OpenSSL 3.x.
jsing
2022-11-30
1
-7
/
+21
*
Mop up more BN_DEBUG related code.
jsing
2022-11-30
7
-48
/
+7
*
Add missing markup to comments and to RFC 3779 error
tb
2022-11-29
1
-10
/
+12
*
First pass at updating verifier error docs
tb
2022-11-29
1
-13
/
+41
*
Remove a few doubled spaces and wrap an overlong line
tb
2022-11-29
1
-8
/
+9
*
Sort a few outliers by increasing error number to match x509_vfy.h
tb
2022-11-29
1
-13
/
+13
*
Fix includes
tb
2022-11-29
1
-11
/
+2
*
Add missing X509_V_ERR_UNSPECIFIED case
tb
2022-11-29
1
-1
/
+3
[next]