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
/
regress
/
lib
/
libcrypto
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Move variable declaration to beginning of scope in order to make this
tb
2020-09-18
1
-3
/
+4
*
make this test compile and pass on sparc64 by moving variable declarations
tb
2020-09-18
1
-4
/
+9
*
move variable declaration up to top to make this compile and pass
tb
2020-09-18
1
-1
/
+1
*
Use void function argument to appease gcc 4.2.1
tb
2020-09-18
1
-1
/
+1
*
fix "warning: value computed is not used"
tb
2020-09-18
1
-2
/
+2
*
fix "warning: function declaration isn't a prototype"
tb
2020-09-18
1
-3
/
+3
*
zap redundant line
tb
2020-09-18
1
-2
/
+1
*
hook symbols test to regress
tb
2020-09-18
1
-1
/
+2
*
Check availability of the symbols in Symbols.list
tb
2020-09-18
2
-0
/
+182
*
Change the known output to be the expected output, so that we
beck
2020-09-14
1
-1421
/
+1421
*
Use a fixed validation time in these tests so we never
beck
2020-09-14
1
-2
/
+4
*
Add new x509 certificate chain validator in x509_verify.c
beck
2020-09-13
1
-9
/
+90
*
remove unused include that breaks regress
beck
2020-09-12
1
-1
/
+0
*
Add x509_constraints.c - a new implementation of x509 name constraints, with
beck
2020-09-11
2
-5
/
+495
*
Fix a bug in PEM_X509_INFO_read_bio(3) that is very likely to cause
schwarze
2020-07-23
3
-1
/
+194
*
Fix perl bugs that had me printing the wrong cert number for errors
beck
2020-07-16
1
-8
/
+9
*
The exit code from the perl matters here
beck
2020-07-15
1
-1
/
+3
*
Don't leak the X509_STORE
beck
2020-07-15
1
-1
/
+3
*
Add certificate validation tests generated using the tools from
beck
2020-07-15
10945
-0
/
+444760
*
Enter the certs regress directory.
jsing
2020-07-14
1
-1
/
+2
*
Add regress for X509_verify() using the new bundles.
jsing
2020-07-14
2
-3
/
+369
*
Provide generated certificate bundles and roots for regress.
jsing
2020-07-14
74
-0
/
+3721
*
Provide tools to build certificate changes for verify regress.
jsing
2020-07-14
4
-0
/
+636
*
When X509_ATTRIBUTE_create() receives an invalid NID (e.g., -1), return
schwarze
2020-06-04
2
-5
/
+115
*
go fmt whitespace nit
tb
2020-05-14
1
-3
/
+3
*
reinstate an error check that was commented out while waiting for arm
tb
2020-05-14
1
-5
/
+4
*
Fix two bugs in the AES-CBC-PKCS5 tests that didn't hide failing tests:
tb
2020-04-27
1
-3
/
+3
*
Fix a logic error that hid the failing ZeroLengthIv tests.
tb
2020-04-27
1
-3
/
+3
*
Import openssl-1.1.1d test data to base64test.c
inoguchi
2020-03-10
1
-1
/
+97
*
Modify regress base64test.c
inoguchi
2020-03-10
1
-11
/
+14
*
Some of the test vectors that were added in the upstream commit
tb
2020-01-27
1
-7
/
+9
*
Add back the tests that were deleted in previous but not contained
tb
2020-01-26
1
-1
/
+9
*
Adjust tests to match the change in EVP_chacha20().
tb
2020-01-26
2
-11
/
+22
*
whitespace from go fmt + update a comment
tb
2019-12-14
1
-4
/
+4
*
Run Wycheproof HMAC test vectors against libcrypto.
tb
2019-12-14
1
-1
/
+96
*
update to-do list
tb
2019-12-09
1
-2
/
+1
*
Run Wycheproof DSA P1363 test vectors against libcrypto.
tb
2019-12-09
1
-19
/
+71
*
update to-do list
tb
2019-12-03
1
-2
/
+2
*
Run Wycheproof ECDSA P1363 test vectors against libcrypto.
tb
2019-12-03
1
-8
/
+8
*
Add an EcPoint variant and pass it to the ECDH test runner.
tb
2019-12-03
1
-20
/
+31
*
Annotate test vector files with an enum which we can then pass to the
tb
2019-12-03
1
-27
/
+48
*
Run additional 3004 ECDH and 1575 ECDSA test vectors against libcrypto.
tb
2019-11-28
1
-3
/
+12
*
move the HKDF tests up a bit
tb
2019-11-28
1
-68
/
+68
*
update to-do list
tb
2019-11-28
1
-2
/
+1
*
go fmt
tb
2019-11-28
1
-10
/
+10
*
no need for fallthrough
tb
2019-11-28
1
-19
/
+7
*
Run HKDF test vectors against libcrypto.
tb
2019-11-28
1
-1
/
+95
*
Run XChaCha20-Poly1305 test vectors against libcrypto.
tb
2019-11-28
1
-14
/
+43
*
typo
tb
2019-11-28
1
-2
/
+2
*
Add to do list.
tb
2019-11-27
1
-1
/
+7
[prev]
[next]