summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_pci.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove proxy cert remnantstb2023-04-251-311/+0
|
* Fix various read buffer overflow when printing ASN.1 strings (which aretb2021-08-241-2/+3
| | | | | | | | not necessarily NUL terminated). Same as schwarze's fix in t_x509a.c r1.9. From David Benjamin and Matt Caswell (part of the fixes in OpenSSL 1.1.1l) ok inoguchi
* Collapse the x509v3 directory into x509.jsing2020-06-041-0/+310
This avoids the need to grep across directories to find functions and prepares for further rototilling and chainsawing. Discussed with tb@ (who also tested the release build)