summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hidden/openssl/x509.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused public X509_TRUST APItb2024-03-021-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 compilersbcook2023-07-051-1/+5
| | | | ok beck@, tb@
* Introduce X509_get0_uids() accessor functionjob2023-02-231-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 filesbeck2022-11-141-0/+278
ok tb@