index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
regress
/
lib
/
libcrypto
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-03
Run the CMAC tests through EVP_PKEY_new_CMAC_key().
tb
1
-10
/
+22
2021-03-31
Remove workaround for missing d2i_DSAPrivateKey_fp prototype
tb
1
-5
/
+1
2021-03-22
Don't leak ca in test_cms_sign_verify().
tb
1
-1
/
+2
2021-03-21
Plug memory leak reported by Ilya Shipitsin
tb
1
-3
/
+2
2021-02-23
Make this test module aware so it passes with Go 1.16
tb
1
-0
/
+4
2020-12-26
Start each regress run from scratch with new keys and CA database.
bluhm
1
-12
/
+17
2020-12-26
Convert CA regress implementation from shell script to make file.
bluhm
5
-141
/
+100
2020-12-17
Remove echo headlines.
bluhm
2
-6
/
+2
2020-11-18
Don't leak verify and store contexts.
tb
1
-1
/
+3
2020-11-05
Skip test if web server cannot be pinged.
bluhm
1
-6
/
+14
2020-10-26
catch unset error when validation fails.
beck
2
-2
/
+16
2020-10-12
avoid two overlong lines and drop an unused printf argument
tb
1
-4
/
+4
2020-10-10
Don't leak bundle_file and cert_file paths at the end.
tb
1
-1
/
+3
2020-10-08
Read cert.pem once and reuse it instead of reading it twice per test cert
tb
1
-18
/
+10
2020-10-03
KNF
tb
1
-12
/
+11
2020-10-03
typo
tb
1
-1
/
+1
2020-10-02
spelling, punctuation, whitespace
tb
2
-6
/
+6
2020-10-02
Add possibility to link and run this test against the OpenSSL 1.1.1 package
tb
1
-1
/
+7
2020-10-02
Use += and ?= and tidy up whitespace
tb
1
-8
/
+8
2020-10-02
Tidy up: no need to link statically against libcrypto and no need
tb
1
-4
/
+4
2020-10-02
Make this test compile against OpenSSL 1.1
tb
1
-11
/
+21
2020-09-21
move a misplaced 'goto done;' so that all invalid uris are tested
tb
1
-1
/
+1
2020-09-21
add a few short invalid URIs in test_constraints1() that cause early
tb
1
-0
/
+4
2020-09-20
Correct a 1 byte read overflow in x509_contraints_uri and add
beck
1
-0
/
+4
2020-09-18
Move variable declaration to beginning of scope in order to make this
tb
1
-3
/
+4
2020-09-18
make this test compile and pass on sparc64 by moving variable declarations
tb
1
-4
/
+9
2020-09-18
move variable declaration up to top to make this compile and pass
tb
1
-1
/
+1
2020-09-18
Use void function argument to appease gcc 4.2.1
tb
1
-1
/
+1
2020-09-18
fix "warning: value computed is not used"
tb
1
-2
/
+2
2020-09-18
fix "warning: function declaration isn't a prototype"
tb
1
-3
/
+3
2020-09-18
zap redundant line
tb
1
-2
/
+1
2020-09-18
hook symbols test to regress
tb
1
-1
/
+2
2020-09-18
Check availability of the symbols in Symbols.list
tb
2
-0
/
+182
2020-09-14
Change the known output to be the expected output, so that we
beck
1
-1421
/
+1421
2020-09-14
Use a fixed validation time in these tests so we never
beck
1
-2
/
+4
2020-09-13
Add new x509 certificate chain validator in x509_verify.c
beck
1
-9
/
+90
2020-09-12
remove unused include that breaks regress
beck
1
-1
/
+0
2020-09-11
Add x509_constraints.c - a new implementation of x509 name constraints, with
beck
2
-5
/
+495
2020-07-23
Fix a bug in PEM_X509_INFO_read_bio(3) that is very likely to cause
schwarze
3
-1
/
+194
2020-07-16
Fix perl bugs that had me printing the wrong cert number for errors
beck
1
-8
/
+9
2020-07-15
The exit code from the perl matters here
beck
1
-1
/
+3
2020-07-15
Don't leak the X509_STORE
beck
1
-1
/
+3
2020-07-15
Add certificate validation tests generated using the tools from
beck
10945
-0
/
+444760
2020-07-14
Enter the certs regress directory.
jsing
1
-1
/
+2
2020-07-14
Add regress for X509_verify() using the new bundles.
jsing
2
-3
/
+369
2020-07-14
Provide generated certificate bundles and roots for regress.
jsing
74
-0
/
+3721
2020-07-14
Provide tools to build certificate changes for verify regress.
jsing
4
-0
/
+636
2020-06-04
When X509_ATTRIBUTE_create() receives an invalid NID (e.g., -1), return
schwarze
2
-5
/
+115
2020-05-14
go fmt whitespace nit
tb
1
-3
/
+3
2020-05-14
reinstate an error check that was commented out while waiting for arm
tb
1
-5
/
+4
[next]