Changeset 84251 in vbox for trunk/src/VBox/Runtime/common/crypto
- Timestamp:
- May 11, 2020 12:00:59 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 137860
- Location:
- trunk/src/VBox/Runtime/common/crypto
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/crypto/digest-builtin.cpp
r82968 r84251 519 519 static const char * const g_apszSha512t224Aliases[] = 520 520 { 521 RTCR_PKCS1_SHA512T224_WITH_RSA_OID, 521 522 NULL 522 523 }; … … 574 575 static const char * const g_apszSha512t256Aliases[] = 575 576 { 577 RTCR_PKCS1_SHA512T256_WITH_RSA_OID, 576 578 NULL 577 579 }; -
trunk/src/VBox/Runtime/common/crypto/pkix-signature-rsa.cpp
r84248 r84251 447 447 RTCR_PKCS1_SHA512_WITH_RSA_OID, 448 448 RTCR_PKCS1_SHA224_WITH_RSA_OID, 449 RTCR_PKCS1_SHA512T224_WITH_RSA_OID, 450 RTCR_PKCS1_SHA512T256_WITH_RSA_OID, 449 451 /* Note: Note quite sure about these OIW oddballs. */ 450 452 "1.3.14.3.2.11" /* OIW rsaSignature */,
Note:
See TracChangeset
for help on using the changeset viewer.