VirtualBox

Changeset 73665 in vbox for trunk/src/VBox/Runtime/include


Ignore:
Timestamp:
Aug 14, 2018 5:49:23 PM (6 years ago)
Author:
vboxsync
Message:

IPRT,SUP,Main: Working on new crypto key handling and rsa signing. bugref:9152

Location:
trunk/src/VBox/Runtime/include/internal
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/iprt-openssl.h

    r69111 r73665  
    3232
    3333RT_C_DECLS_BEGIN
     34struct evp_md_st;
     35struct evp_pkey_st;
    3436
    3537DECLHIDDEN(void) rtCrOpenSslInit(void);
     
    3739DECLHIDDEN(int)  rtCrOpenSslAddX509CertToStack(void *pvOsslStack, PCRTCRX509CERTIFICATE pCert);
    3840
     41DECLHIDDEN(int)  rtCrKeyToOpenSslKey(RTCRKEY hKey, bool fNeedPublic, const char *pszAlgoObjId,
     42                                     struct evp_pkey_st **ppEvpKey, const struct evp_md_st **ppEvpMdType, PRTERRINFO pErrInfo);
     43
    3944RT_C_DECLS_END
    4045
  • trunk/src/VBox/Runtime/include/internal/magics.h

    r73412 r73665  
    3535/** Magic number for RTAIOMGRINTFILE::u32Magic. (Ephraim Kishon) */
    3636#define RTAIOMGRFILE_MAGIC              UINT32_C(0x19240823)
     37/** Magic value for RTCRKEYINT::u32Magic. (Ronald Linn Rivest) */
     38#define RTCRKEYINT_MAGIC                UINT32_C(0x19470506)
    3739/** Magic number for RTDBGMODINT::u32Magic. (Charles Lloyd) */
    3840#define RTDBGAS_MAGIC                   UINT32_C(0x19380315)
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