VirtualBox

Ignore:
Timestamp:
May 8, 2024 7:02:52 AM (7 months ago)
Author:
vboxsync
Message:

Made TLS default with auto-generation of self-signed certificate - #10310

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/crypto/x509.h

    r100442 r104538  
    12121212RTDECL(PCRTCRX509CERTIFICATE) RTCrX509CertPathsGetPathNodeCert(RTCRX509CERTPATHS hCertPaths, uint32_t iPath, uint32_t iNode);
    12131213
     1214/**
     1215 * Generates and signs a certificate.
     1216 */
     1217RTDECL(int) RTCrX509Certificate_Generate(const char *pszServerCertificate, const char *pszServerPrivateKey);
    12141218
    12151219RT_C_DECLS_END
     
    12201224
    12211225#endif /* !IPRT_INCLUDED_crypto_x509_h */
    1222 
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette