Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid a potential overread in x509_constraints_parse_mailbox() | deraadt | 2021-09-26 | 1 | -5/+9 |
* | 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 |