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
2021-03-31
Bump minors after symbol addition
tb
1
-1
/
+1
2021-03-31
Expose various DTLSv1.2 specific functions and defines
tb
1
-0
/
+1
2021-03-31
Provide missing prototype for d2i_DSAPrivateKey_fp(3)
tb
1
-1
/
+2
2021-03-31
Document EVP_PKEY_new_CMAC_key(3)
tb
1
-16
/
+4
2021-03-31
Provide EVP_PKEY_new_CMAC_key(3)
tb
2
-5
/
+2
2021-03-29
Prepare documenting EVP_PKEY_new_CMAC_key(3)
tb
1
-2
/
+54
2021-03-29
Prepare to provide EVP_PKEY_new_CMAC_key()
tb
4
-20
/
+84
2021-03-25
Avoid mangled output in BIO_debug_callback
tb
1
-4
/
+12
2021-03-19
Fix copy-paste error in previous
tb
1
-2
/
+2
2021-03-13
Use EXFLAG_INVALID to handle out of memory and parse errors in
tobhe
2
-11
/
+45
2021-03-12
Zap a useless variable.
tb
1
-4
/
+2
2021-03-12
Missing void in function definition
tb
1
-2
/
+2
2021-03-12
Fix checks of memory caps of constraints names
tb
3
-20
/
+32
2021-03-12
spelling: refenece -> reference
jmc
1
-3
/
+3
2021-03-12
spelling
jsg
12
-37
/
+37
2021-03-07
LibreSSL 3.3.2
bcook
1
-3
/
+3
2021-02-26
Set is_trusted in x509_verify_ctx_add_chain()
tb
1
-2
/
+2
2021-02-25
Fix two bugs in the legacy verifier
tb
1
-6
/
+10
2021-02-25
Rename depth to num_untrusted so it identifies what it actually represents.
jsing
1
-6
/
+6
2021-02-25
Avoid passing last and depth to x509_verify_cert_error() on ENOMEM.
jsing
1
-3
/
+2
2021-02-24
Fix comment explaining last_untrusted. This should really be called
tb
1
-2
/
+2
2021-02-24
Make the new validator check for EXFLAG_CRITICAL
tb
1
-8
/
+15
2021-02-18
Pull in fix for EVP_CipherUpdate() overflow from OpenSSL.
tb
1
-1
/
+23
2021-02-12
Sync cert.pem with Mozilla NSS root CAs, except "GeoTrust Global CA", ok tb@
sthen
1
-657
/
+415
2021-02-11
KNF
tb
1
-4
/
+7
2021-02-03
Add OID for draft-ietf-opsawg-finding-geofeeds
job
2
-0
/
+2
2021-02-02
Add a bunch of RPKI OIDs
job
2
-1
/
+26
2021-01-09
Set chain on xsc on chain build failure.
jsing
1
-1
/
+3
2021-01-09
Bail out early after finding an single chain if we are have been called from
beck
1
-1
/
+9
2021-01-08
search the intermediates only after searching the root certs, clarify
beck
1
-11
/
+15
2021-01-05
Handle X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE in new verifier.
jsing
1
-1
/
+4
2021-01-05
Gracefully handle root certificates being both trusted and untrusted.
jsing
2
-4
/
+16
2021-01-05
double word fix; from martin vahlensieck
jmc
2
-6
/
+6
2020-12-16
Remove two reduntat memset calls.
tb
2
-5
/
+2
2020-12-16
Avoid potential use of uninitialized in ASN1_time_parse
tb
1
-4
/
+3
2020-12-16
Fix some KNF issues
tb
1
-7
/
+8
2020-12-08
LibreSSL 3.3.1
bcook
1
-3
/
+3
2020-12-08
Fix a NULL dereference in GENERAL_NAME_cmp()
tb
6
-11
/
+94
2020-12-04
Move point-on-curve check to set_affine_coordinates
tb
4
-18
/
+50
2020-12-03
grammar fixes from Varik "The Genuine Article!!!" Valefor;
jmc
2
-6
/
+6
2020-11-25
Avoid undefined behavior due to memcpy(NULL, NULL, 0)
tb
1
-4
/
+6
2020-11-18
Plug leak in x509_verify_chain_dup()
tb
1
-2
/
+2
2020-11-18
Plug a big memory leak in the new validator
tb
1
-1
/
+6
2020-11-18
zap ugly empty line before closing brace
tb
1
-2
/
+1
2020-11-18
Move freeing of the verify context to its natural place instead of
tb
1
-2
/
+2
2020-11-18
KNF (whitespace)
tb
4
-13
/
+13
2020-11-18
bump to 3.3.0
bcook
1
-3
/
+3
2020-11-16
Use X509_V_OK instead of 0.
jsing
1
-4
/
+3
2020-11-16
Add back an X509_STORE_CTX error code assignment.
jsing
1
-2
/
+3
2020-11-15
Return the specific failure for a "self signed certificate" in the chain
beck
1
-1
/
+14
[next]