summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_constraints.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zap doubled semicolontb2021-12-261-2/+2
* Validate Subject Alternate Names when they are being added to certificates.beck2021-10-261-5/+11
* Avoid a potential overread in x509_constraints_parse_mailbox()jsing2021-09-231-5/+9
* Relax SAN DNSname validation and constraints to permit non leading *beck2021-04-271-19/+21
* Zap a useless variable.tb2021-03-121-4/+2
* Missing void in function definitiontb2021-03-121-2/+2
* Fix checks of memory caps of constraints namestb2021-03-121-13/+21
* Avoid undefined behavior due to memcpy(NULL, NULL, 0)tb2020-11-251-4/+6
* KNF (whitespace)tb2020-11-181-2/+2
* Fix some line wrapping and other whitespace issues.tb2020-09-211-45/+34
* Move freeing and zeroing up to right after the while loop.tb2020-09-211-5/+5
* Avoid memleak caused by shadowingtb2020-09-201-2/+5
* KNF/whitespace nitstb2020-09-201-2/+2
* Correct a 1 byte read overflow in x509_contraints_uri and addbeck2020-09-201-4/+9
* Fix a memory leak in x509_constraints_extract_namestb2020-09-201-6/+6
* Fix potential overflow in CN subject line parsing, thanks tobeck2020-09-181-4/+5
* remove unneeded variable "type".beck2020-09-141-6/+5
* Don't leak names on successbeck2020-09-141-1/+2
* Add x509_constraints.c - a new implementation of x509 name constraints, withbeck2020-09-111-0/+1180