Changeset 103399 in vbox
- Timestamp:
- Feb 16, 2024 11:26:19 AM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/networking/UINetworkReply.cpp
r98103 r103399 264 264 { 265 265 /*.pszSubject =*/ 266 "C=US, O=VeriSign, Inc., OU=VeriSign Trust Network, OU=(c) 2006 VeriSign, Inc. - For authorized use only, " 267 "CN=VeriSign Class 3 Public Primary Certification Authority - G5", 268 /*.cbEncoded =*/ 0x4d7, 266 "C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root CA", 267 /*.cbEncoded =*/ 0x3b3, 269 268 /*.Sha1Fingerprint =*/ true, 270 269 /*.Sha512Fingerprint =*/ true, 271 270 /*.abSha1 =*/ 272 271 { 273 0x 4e, 0xb6, 0xd5, 0x78, 0x49, 0x9b, 0x1c, 0xcf, 0x5f, 0x58,274 0x 1e, 0xad, 0x56, 0xbe, 0x3d, 0x9b, 0x67, 0x44, 0xa5, 0xe5272 0xa8, 0x98, 0x5d, 0x3a, 0x65, 0xe5, 0xe5, 0xc4, 0xb2, 0xd7, 273 0xd6, 0x6d, 0x40, 0xc6, 0xdd, 0x2f, 0xb1, 0x9c, 0x54, 0x36 275 274 }, 276 275 /*.abSha512 =*/ 277 276 { 278 0x d4, 0xf8, 0x10, 0x54, 0x72, 0x77, 0x0a, 0x2d,279 0x e3, 0x17, 0xb3, 0xcf, 0xed, 0x61, 0xae, 0x5c,280 0x 5d, 0x3e, 0xde, 0xa1, 0x41, 0x35, 0xb2, 0xdf,281 0x 60, 0xe2, 0x61, 0xfe, 0x3a, 0xc1, 0x66, 0xa3,282 0x 3c, 0x88, 0x54, 0x04, 0x4f, 0x1d, 0x13, 0x46,283 0x e3, 0x8c, 0x06, 0x92, 0x9d, 0x70, 0x54, 0xc3,284 0x 44, 0xeb, 0x2c, 0x74, 0x25, 0x9e, 0x5d, 0xfb,285 0x d2, 0x6b, 0xa8, 0x9a, 0xf0, 0xb3, 0x6a, 0x01277 0x53, 0xb4, 0x44, 0xe5, 0x65, 0x18, 0x32, 0x01, 278 0xa6, 0x1e, 0xeb, 0x46, 0x12, 0x09, 0xb2, 0xdc, 279 0x30, 0x89, 0x5e, 0xec, 0xa4, 0x87, 0x23, 0x8d, 280 0x15, 0xa0, 0x26, 0x73, 0x5f, 0x22, 0x9a, 0x81, 281 0x9e, 0x5b, 0x19, 0xcb, 0xd7, 0xe2, 0xfa, 0x27, 282 0x68, 0xab, 0x2a, 0x64, 0xf6, 0xeb, 0xcd, 0x9d, 283 0x1e, 0x72, 0x13, 0x41, 0xc9, 0xed, 0x5d, 0xd0, 284 0x9f, 0xc0, 0xd5, 0xe4, 0x3d, 0x68, 0xbc, 0xa7 286 285 }, 287 286 /*.pvUser =*/ NULL, … … 893 892 894 893 #endif /* !VBOX_GUI_IN_TST_SSL_CERT_DOWNLOADS */ 895
Note:
See TracChangeset
for help on using the changeset viewer.