Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mark X509at_get_attr{,_count}() and X509at_delete_attr() as unused | tb | 2024-07-26 | 1 | -4/+4 |
| | | | | ok jsing | ||||
* | Switch the EVP_PKEY_*attr* API to LCRYPTO_UNUSED() | tb | 2024-07-15 | 1 | -10/+10 |
| | | | | This would have prevented the PKCS12 oopsie. | ||||
* | Guard variable declarations to unbreak non-namespaced builds. | beck | 2024-07-08 | 1 | -1/+3 |
| | | | | ok tb@ | ||||
* | Hide global _it variables in x509.h | beck | 2024-07-08 | 1 | -1/+22 |
| | | | | ok tb@ | ||||
* | Hide public symbols in x509.h | beck | 2024-04-09 | 1 | -1/+195 |
| | | | | | | | This picks up most of the remaining public symbols in x509.h ok tb@ | ||||
* | Remove unused public X509_TRUST API | tb | 2024-03-02 | 1 | -11/+1 |
| | | | | | | | Another thing that should never have leaked out of the library. It will become internal entirely, where the code can be simplified greatly. ok jsing | ||||
* | upstream hidden file #include_next workaround for MS C compilers | bcook | 2023-07-05 | 1 | -1/+5 |
| | | | | ok beck@, tb@ | ||||
* | Introduce X509_get0_uids() accessor function | job | 2023-02-23 | 1 | -1/+2 |
| | | | | | | | By introducing X509_get0_uids(), one can add RPKI profile compliance checks to conform the absence of the issuerUID and subjectUID. OK tb@ jsing@ | ||||
* | Hide public symbols in libcrypto/x509 .c files | beck | 2022-11-14 | 1 | -0/+278 |
ok tb@ |