VirtualBox

Changeset 104538 in vbox


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

Location:
trunk/include/iprt
Files:
2 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 
  • trunk/include/iprt/mangling.h

    r103444 r104538  
    40914091# define RTCrX509Certificate_VerifySignature            RT_MANGLER(RTCrX509Certificate_VerifySignature)
    40924092# define RTCrX509Certificate_VerifySignatureSelfSigned  RT_MANGLER(RTCrX509Certificate_VerifySignatureSelfSigned)
     4093# define RTCrX509Certificate_Generate                   RT_MANGLER(RTCrX509Certificate_Generate)
    40934094# define RTCrTafCertPathControls_DecodeAsn1             RT_MANGLER(RTCrTafCertPathControls_DecodeAsn1)
    40944095# define RTCrTafTrustAnchorChoice_DecodeAsn1            RT_MANGLER(RTCrTafTrustAnchorChoice_DecodeAsn1)
     
    43904391
    43914392#endif /* !IPRT_INCLUDED_mangling_h */
    4392 
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