summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_constraints.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Avoid a potential overread in x509_constraints_parse_mailbox()deraadt2021-09-261-5/+9
* 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