Changeset 100530 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Jul 11, 2023 11:09:45 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTCrPkix-1.cpp
r100528 r100530 58 58 static const struct { unsigned cBits; const char *pszPrivateKey, *pszPublicKey, *pszPassword; } g_aKeyPairs[] = 59 59 { 60 #if 061 60 { 62 61 4096, … … 257 256 "password" 258 257 }, 259 #endif 258 260 259 /* 261 * PKCS8 Test Keys 260 * PKCS8 Test Keys with and without passwords. 262 261 */ 263 262 {
Note:
See TracChangeset
for help on using the changeset viewer.