summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Symbols.namespace (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove i2d_PKCS7_NDEFtb2023-04-251-1/+0
|
* Introduce X509_get0_uids() accessor functionjob2023-02-231-0/+1
| | | | | | | 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/+649
| | | | ok tb@
* Hide symbols in libcrypto/uibeck2022-11-121-0/+52
| | | | ok jsing@
* Hide symbols in libcrypto/pkcs12beck2022-11-121-0/+77
| | | | ok jsing@
* Hide symbols in libcrypto/pkcs7beck2022-11-121-0/+100
| | | | | | | | This applies the guentherizer 9000(tm) to pkcs7, after moving several pkcs7 funcitions back to pkcs7 that were in x509/x_all.c for reasons known only to the miasma. ok jsing@
* Hide symbols in libcrypto/stackbeck2022-11-111-0/+21
| | | | | | | Automated change from the first attempts at the semi automated Guentherizer 2000. ok jsing@ tb@ joshua@
* Add support for symbol hiding disabled by default.beck2022-11-111-0/+9
Fully explained in libcrypto/README. TL;DR make sure libcrypto and libssl's function calls internally and to each other are via symbol names that won't get overridden by linking other libraries. Mostly work by guenther@, which will currently be gated behind a build setting NAMESPACE=yes. once we convert all the symbols to this method we will do a major bump and pick up the changes. ok tb@ jsing@