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
OPENBSD_7_7
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libcrypto
/
x509
/
x509_constraints.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
zap doubled semicolon
tb
2021-12-26
1
-2
/
+2
*
Validate Subject Alternate Names when they are being added to certificates.
beck
2021-10-26
1
-5
/
+11
*
Avoid a potential overread in x509_constraints_parse_mailbox()
jsing
2021-09-23
1
-5
/
+9
*
Relax SAN DNSname validation and constraints to permit non leading *
beck
2021-04-27
1
-19
/
+21
*
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