Changeset 104538 in vbox for trunk/include/iprt/crypto/x509.h
- Timestamp:
- May 8, 2024 7:02:52 AM (7 months ago)
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.