Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the now internal X.509-related structs into x509_lcl.h. | tb | 2021-11-01 | 1 | -1/+3 |
| | | | | | | | | Garbage collect the now unused LIBRESSL_CRYPTO_INTERNAL and LIBRESSL_OPAQUE_X509. Include "x509_lcl.h" where needed and fix a couple of unnecessary reacharounds. ok jsing | ||||
* | Add missing RCS markers | tb | 2021-10-25 | 1 | -0/+1 |
| | |||||
* | Zap two unused includes | jca | 2021-10-25 | 1 | -2/+0 |
| | | | | Spotted by egcc. ok tb@ | ||||
* | Replace bare ; with continue; | job | 2021-09-08 | 1 | -7/+7 |
| | | | | OK tb@ | ||||
* | Fix indentation of comments and labels | job | 2021-09-08 | 1 | -80/+82 |
| | | | | OK tb@ | ||||
* | Replace (&(x)) pattern with &x | job | 2021-09-07 | 1 | -16/+16 |
| | | | | | | No functional changes. OK tb@ | ||||
* | KNF | job | 2021-09-07 | 1 | -903/+941 |
| | | | | OK tb@ jsing@ beck@ | ||||
* | Repair unrolling of static ASN1_ITEM IPAddrBlocks_it | job | 2021-09-02 | 1 | -0/+11 |
| | | | | | | The conversion tool didn't handle 'static_ASN1_ITEM_TEMPLATE_END' OK tb@ | ||||
* | Add err.h for X509error() and friends | job | 2021-09-02 | 1 | -0/+1 |
| | | | | OK tb@ | ||||
* | Fix OPENSSL_assert() and assert() | job | 2021-09-02 | 1 | -9/+4 |
| | | | | OK tb@ | ||||
* | Unroll ASN1_EX_TEMPLATE_TYPE IPAddrBlocks | job | 2021-09-02 | 1 | -4/+7 |
| | | | | OK tb@ | ||||
* | Change the OPENSSL_strdup() to strdup() | job | 2021-09-02 | 1 | -3/+4 |
| | | | | OK beck@ tb@ | ||||
* | Fix header file includes | job | 2021-09-02 | 1 | -3/+3 |
| | | | | OK tb@ | ||||
* | Move the error put functions from X509V3err() to X509V3error() | job | 2021-09-02 | 1 | -23/+15 |
| | | | | OK tb@ | ||||
* | Unroll ASN1_SEQUENCE() ASN1_CHOICE() ASN1_ITEM_TEMPLATE() | job | 2021-09-02 | 1 | -24/+112 |
| | | | | OK jsing@ | ||||
* | Replace ossl_assert()/assert() with OPENSSL_assert() | job | 2021-09-02 | 1 | -4/+4 |
| | | | | OK tb@ | ||||
* | Replace OPENSSL_free() with free() | job | 2021-09-02 | 1 | -3/+3 |
| | | | | OK tb@ | ||||
* | Unroll IMPLEMENT_ASN1_FUNCTIONS() | job | 2021-09-02 | 1 | -4/+99 |
| | | | | OK jsing@ | ||||
* | Lay groundwork to support X.509 v3 extensions for IP Addresses and AS ↵ | job | 2021-09-02 | 1 | -0/+1315 |
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@ |