summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_constraints.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow IP addresses to be specified in a URI.beck2023-09-291-13/+18
* spelling fixes; from paul tagliamontejmc2022-12-261-7/+7
* Fix NULL dereference in x509_constraints_uri_host()tb2022-11-281-2/+3
* Start CBS-ifying the name constraints code.beck2022-11-111-95/+135
* Correct misleading comment for URI parsingbeck2022-06-271-4/+10
* Fix URI name constraints, allow for URI's with no host part.beck2022-06-261-3/+12
* name constraints: be more careful with NULstb2022-03-261-8/+18
* Allow constraints of the form @domain.comtb2022-03-141-10/+17
* Rework ownership handling in x509_constraints_validate()tb2022-03-141-30/+42
* Relax the check of x509_constraints_dirname()libressl-v3.5.1tb2022-03-131-2/+6
* Add missing error check after strdup()tb2022-03-131-2/+5
* Pull a len == 0 check up before malloc(len) to avoid implementationtb2022-03-031-5/+5
* Unwrap a linetb2022-03-021-3/+2
* 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