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
/
lib
/
libcrypto
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-11
Handle additional certificate error cases in new X.509 verifier.
jsing
2
-12
/
+79
2020-11-11
Update getentropy on Windows to use Cryptography Next Generation (CNG).
bcook
1
-18
/
+9
2020-11-03
Fix bad indent.
jsing
1
-7
/
+6
2020-11-03
Hook X509_STORE_CTX get_issuer() callback from new X509 verifier.
jsing
1
-3
/
+17
2020-11-02
typo: ASN1_parse_time -> ASN1_time_parse
tb
1
-3
/
+3
2020-10-26
Add a safety net to ensure that we set an error on the store context.
tb
1
-1
/
+3
2020-10-26
If x509_verify() fails, ensure that the error is also set on the store
tb
1
-10
/
+15
2020-10-26
Make sure that x509_vfy_check_id() failure also sets ctx->error, not only
tb
1
-3
/
+8
2020-10-21
Stop documenting some functions as macros.
tb
3
-19
/
+7
2020-10-12
make fixed-sized fixed-value mib[] arrays be const
deraadt
2
-8
/
+4
2020-10-09
Fix leak or double free with OCSP_request_add0_id()
tb
1
-8
/
+9
2020-09-26
Ensure leaf is set up on X509_STORE_CTX before verification.
jsing
1
-9
/
+7
2020-09-26
jumping into the x509 fray with a bunch of whitespace repair
deraadt
1
-6
/
+6
2020-09-25
bump to LibreSSL 3.2.2 ahead of lock
bcook
1
-3
/
+3
2020-09-25
KNF for a few comments and indent a label
tb
1
-8
/
+12
2020-09-25
Remove some dangling elses for consistency with the rest of the file
tb
1
-25
/
+19
2020-09-25
Simplify UI_new_method()
tb
1
-10
/
+4
2020-09-25
Move variable declaration to the top of UI_set_result and ditch
tb
1
-19
/
+16
2020-09-25
The default branch of a switch somehow got moved inside of a pointless
tb
1
-3
/
+3
2020-09-25
Simplify call to ERR_print_errors_cb()
tb
1
-5
/
+4
2020-09-24
Error out if ok_chars and cancel_chars overlap
tb
1
-2
/
+4
2020-09-24
Fix a number of leaks in the UI_dup_* functions
tb
1
-142
/
+98
2020-09-24
Push ERR_R_MALLOC_FAILURE onto the error stack
tb
1
-3
/
+3
2020-09-24
Make free_strings() NULL safe
tb
1
-1
/
+3
2020-09-24
KNF and grammar tweaks for comments; wrap a few overlong prototypes.
tb
1
-161
/
+186
2020-09-23
Ensure chain is set on the X509_STORE_CTX before triggering callback.
jsing
1
-12
/
+39
2020-09-21
Fix some line wrapping and other whitespace issues.
tb
1
-45
/
+34
2020-09-21
Move freeing and zeroing up to right after the while loop.
tb
1
-5
/
+5
2020-09-20
Avoid memleak caused by shadowing
tb
1
-2
/
+5
2020-09-20
KNF/whitespace nits
tb
2
-6
/
+7
2020-09-20
Correct a 1 byte read overflow in x509_contraints_uri and add
beck
1
-4
/
+9
2020-09-20
Fix a memory leak in x509_constraints_extract_names
tb
1
-6
/
+6
2020-09-19
remove superfluous NULL check
beck
1
-2
/
+2
2020-09-18
Fix potential overflow in CN subject line parsing, thanks to
beck
1
-4
/
+5
2020-09-17
Add a comment saying that the public function NAME_CONSTRAINTS_check(3)
schwarze
1
-2
/
+5
2020-09-17
Install the new page SSL_set1_host(3), link to it from relevant places,
schwarze
2
-10
/
+14
2020-09-16
revert my putting this on a diet. sadly the NAME_CONSTRAINTS_check
beck
1
-7
/
+1
2020-09-16
noop NAME_CONSTRAINTS_check stub
inoguchi
1
-4
/
+5
2020-09-16
Make check in x509_verify_ctx_set_max_signatures() consistent with others.
jsing
1
-4
/
+2
2020-09-16
Dedup code in x509_verify_ctx_new_from_xsc().
jsing
1
-14
/
+7
2020-09-15
set error_depth and current_cert to make more legacy callbacks that don't check
beck
1
-1
/
+3
2020-09-15
Deduplicate the time validation code between the legacy and new
beck
3
-27
/
+8
2020-09-15
ifdef out code that is no longer used in here. once we are certain
beck
1
-2
/
+5
2020-09-14
simplify RETURN VALUES for x509_verify(3) after beck@ made the rules
schwarze
1
-7
/
+3
2020-09-14
Add initial man page for new x509_verify chain validator
beck
1
-0
/
+225
2020-09-14
Set error if we are given an NULL ctx in x509_verify, and set error
beck
1
-5
/
+3
2020-09-14
nuke a stray space
tb
1
-2
/
+2
2020-09-14
Fix potential leak when tmpext fails to be added to
beck
1
-2
/
+6
2020-09-14
remove unneeded variable "type".
beck
1
-6
/
+5
2020-09-14
Don't leak names on success
beck
1
-1
/
+2
[prev]
[next]