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
/
x509
/
x509_constraints.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Zap a useless variable.
tb
2021-03-12
1
-4
/
+2
*
Missing void in function definition
tb
2021-03-12
1
-2
/
+2
*
Fix checks of memory caps of constraints names
tb
2021-03-12
1
-13
/
+21
*
Avoid undefined behavior due to memcpy(NULL, NULL, 0)
tb
2020-11-25
1
-4
/
+6
*
KNF (whitespace)
tb
2020-11-18
1
-2
/
+2
*
Fix some line wrapping and other whitespace issues.
tb
2020-09-21
1
-45
/
+34
*
Move freeing and zeroing up to right after the while loop.
tb
2020-09-21
1
-5
/
+5
*
Avoid memleak caused by shadowing
tb
2020-09-20
1
-2
/
+5
*
KNF/whitespace nits
tb
2020-09-20
1
-2
/
+2
*
Correct a 1 byte read overflow in x509_contraints_uri and add
beck
2020-09-20
1
-4
/
+9
*
Fix a memory leak in x509_constraints_extract_names
tb
2020-09-20
1
-6
/
+6
*
Fix potential overflow in CN subject line parsing, thanks to
beck
2020-09-18
1
-4
/
+5
*
remove unneeded variable "type".
beck
2020-09-14
1
-6
/
+5
*
Don't leak names on success
beck
2020-09-14
1
-1
/
+2
*
Add x509_constraints.c - a new implementation of x509 name constraints, with
beck
2020-09-11
1
-0
/
+1180