Changeset 104538 in vbox
- Timestamp:
- May 8, 2024 7:02:52 AM (7 months ago)
- Location:
- trunk/include/iprt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/crypto/x509.h
r100442 r104538 1212 1212 RTDECL(PCRTCRX509CERTIFICATE) RTCrX509CertPathsGetPathNodeCert(RTCRX509CERTPATHS hCertPaths, uint32_t iPath, uint32_t iNode); 1213 1213 1214 /** 1215 * Generates and signs a certificate. 1216 */ 1217 RTDECL(int) RTCrX509Certificate_Generate(const char *pszServerCertificate, const char *pszServerPrivateKey); 1214 1218 1215 1219 RT_C_DECLS_END … … 1220 1224 1221 1225 #endif /* !IPRT_INCLUDED_crypto_x509_h */ 1222 -
trunk/include/iprt/mangling.h
r103444 r104538 4091 4091 # define RTCrX509Certificate_VerifySignature RT_MANGLER(RTCrX509Certificate_VerifySignature) 4092 4092 # define RTCrX509Certificate_VerifySignatureSelfSigned RT_MANGLER(RTCrX509Certificate_VerifySignatureSelfSigned) 4093 # define RTCrX509Certificate_Generate RT_MANGLER(RTCrX509Certificate_Generate) 4093 4094 # define RTCrTafCertPathControls_DecodeAsn1 RT_MANGLER(RTCrTafCertPathControls_DecodeAsn1) 4094 4095 # define RTCrTafTrustAnchorChoice_DecodeAsn1 RT_MANGLER(RTCrTafTrustAnchorChoice_DecodeAsn1) … … 4390 4391 4391 4392 #endif /* !IPRT_INCLUDED_mangling_h */ 4392
Note:
See TracChangeset
for help on using the changeset viewer.