Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make v3_addr and v3_asid extern const | job | 2021-09-02 | 1 | -2/+2 |
| | | | | OK tb@ | ||||
* | Lay groundwork to support X.509 v3 extensions for IP Addresses and AS ↵ | job | 2021-09-02 | 1 | -1/+5 |
| | | | | | | | | | | | Identifiers These extensions are defined in RFC 3779 and used in the RPKI (RFC 6482, RFC 8360). Imported from OpenSSL 1.1.1j (aaf2fcb575cdf6491b98ab4829abf78a3dec8402b8b81efc8f23c00d443981bf) This changeset is a no-op, as there are 10+ issues and at least 2 security issues. Work will continue in-tree. OK tb@, discussed with beck@ | ||||
* | Collapse the x509v3 directory into x509. | jsing | 2020-06-04 | 1 | -0/+133 |
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) |