Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(667)

Side by Side Diff: net/test/test_certificate_data.h

Issue 1535363003: Switch to standard integer types in net/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: stddef Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include <stdint.h>
6
5 namespace { 7 namespace {
6 8
7 // This is the SHA1 hash of the SubjectPublicKeyInfo of nist.der. 9 // This is the SHA1 hash of the SubjectPublicKeyInfo of nist.der.
8 static const char kNistSPKIHash[] = 10 static const char kNistSPKIHash[] =
9 "\x15\x60\xde\x65\x4e\x03\x9f\xd0\x08\x82" 11 "\x15\x60\xde\x65\x4e\x03\x9f\xd0\x08\x82"
10 "\xa9\x6a\xc4\x65\x8e\x6f\x92\x06\x84\x35"; 12 "\xa9\x6a\xc4\x65\x8e\x6f\x92\x06\x84\x35";
11 13
12 // kTwitterSPKIs contains the SHA1 hashes of the SPKIs of the twitter-chain.pem 14 // kTwitterSPKIs contains the SHA1 hashes of the SPKIs of the twitter-chain.pem
13 // certificate chain, in order. 15 // certificate chain, in order.
14 static const char kTwitterSPKIs[3][21] = { 16 static const char kTwitterSPKIs[3][21] = {
(...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 // 11:d=3 hl=2 l= 2 prim: PRINTABLESTRING :US 519 // 11:d=3 hl=2 l= 2 prim: PRINTABLESTRING :US
518 // 15:d=1 hl=2 l= 23 cons: SET 520 // 15:d=1 hl=2 l= 23 cons: SET
519 // 17:d=2 hl=2 l= 21 cons: SEQUENCE 521 // 17:d=2 hl=2 l= 21 cons: SEQUENCE
520 // 19:d=3 hl=2 l= 3 prim: OBJECT :organizationName 522 // 19:d=3 hl=2 l= 3 prim: OBJECT :organizationName
521 // 24:d=3 hl=2 l= 14 prim: PRINTABLESTRING :VeriSign, Inc. 523 // 24:d=3 hl=2 l= 14 prim: PRINTABLESTRING :VeriSign, Inc.
522 // 40:d=1 hl=2 l= 55 cons: SET 524 // 40:d=1 hl=2 l= 55 cons: SET
523 // 42:d=2 hl=2 l= 53 cons: SEQUENCE 525 // 42:d=2 hl=2 l= 53 cons: SEQUENCE
524 // 44:d=3 hl=2 l= 3 prim: OBJECT :organizationalUnitName 526 // 44:d=3 hl=2 l= 3 prim: OBJECT :organizationalUnitName
525 // 49:d=3 hl=2 l= 46 prim: PRINTABLESTRING : 527 // 49:d=3 hl=2 l= 46 prim: PRINTABLESTRING :
526 // Class 1 Public Primary Certification Authority 528 // Class 1 Public Primary Certification Authority
527 const uint8 VARIABLE_IS_NOT_USED VerisignDN[] = { 529 const uint8_t VARIABLE_IS_NOT_USED VerisignDN[] = {
528 0x30, 0x5f, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 530 0x30, 0x5f, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06,
529 0x02, 0x55, 0x53, 0x31, 0x17, 0x30, 0x15, 0x06, 0x03, 0x55, 0x04, 0x0a, 531 0x13, 0x02, 0x55, 0x53, 0x31, 0x17, 0x30, 0x15, 0x06, 0x03, 0x55,
530 0x13, 0x0e, 0x56, 0x65, 0x72, 0x69, 0x53, 0x69, 0x67, 0x6e, 0x2c, 0x20, 532 0x04, 0x0a, 0x13, 0x0e, 0x56, 0x65, 0x72, 0x69, 0x53, 0x69, 0x67,
531 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x37, 0x30, 0x35, 0x06, 0x03, 0x55, 0x04, 533 0x6e, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x37, 0x30, 0x35,
532 0x0b, 0x13, 0x2e, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x20, 0x31, 0x20, 0x50, 534 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x2e, 0x43, 0x6c, 0x61, 0x73,
533 0x75, 0x62, 0x6c, 0x69, 0x63, 0x20, 0x50, 0x72, 0x69, 0x6d, 0x61, 0x72, 535 0x73, 0x20, 0x31, 0x20, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x20,
534 0x79, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 536 0x50, 0x72, 0x69, 0x6d, 0x61, 0x72, 0x79, 0x20, 0x43, 0x65, 0x72,
535 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 537 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20,
536 0x79 538 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79};
537 };
538 539
539 // 0:d=0 hl=2 l= 125 cons: SEQUENCE 540 // 0:d=0 hl=2 l= 125 cons: SEQUENCE
540 // 2:d=1 hl=2 l= 11 cons: SET 541 // 2:d=1 hl=2 l= 11 cons: SET
541 // 4:d=2 hl=2 l= 9 cons: SEQUENCE 542 // 4:d=2 hl=2 l= 9 cons: SEQUENCE
542 // 6:d=3 hl=2 l= 3 prim: OBJECT :countryName 543 // 6:d=3 hl=2 l= 3 prim: OBJECT :countryName
543 // 11:d=3 hl=2 l= 2 prim: PRINTABLESTRING :IL 544 // 11:d=3 hl=2 l= 2 prim: PRINTABLESTRING :IL
544 // 15:d=1 hl=2 l= 22 cons: SET 545 // 15:d=1 hl=2 l= 22 cons: SET
545 // 17:d=2 hl=2 l= 20 cons: SEQUENCE 546 // 17:d=2 hl=2 l= 20 cons: SEQUENCE
546 // 19:d=3 hl=2 l= 3 prim: OBJECT :organizationName 547 // 19:d=3 hl=2 l= 3 prim: OBJECT :organizationName
547 // 24:d=3 hl=2 l= 13 prim: PRINTABLESTRING :StartCom Ltd. 548 // 24:d=3 hl=2 l= 13 prim: PRINTABLESTRING :StartCom Ltd.
548 // 39:d=1 hl=2 l= 43 cons: SET 549 // 39:d=1 hl=2 l= 43 cons: SET
549 // 41:d=2 hl=2 l= 41 cons: SEQUENCE 550 // 41:d=2 hl=2 l= 41 cons: SEQUENCE
550 // 43:d=3 hl=2 l= 3 prim: OBJECT :organizationalUnitName 551 // 43:d=3 hl=2 l= 3 prim: OBJECT :organizationalUnitName
551 // 48:d=3 hl=2 l= 34 prim: PRINTABLESTRING : 552 // 48:d=3 hl=2 l= 34 prim: PRINTABLESTRING :
552 // Secure Digital Certificate Signing 553 // Secure Digital Certificate Signing
553 // 84:d=1 hl=2 l= 41 cons: SET 554 // 84:d=1 hl=2 l= 41 cons: SET
554 // 86:d=2 hl=2 l= 39 cons: SEQUENCE 555 // 86:d=2 hl=2 l= 39 cons: SEQUENCE
555 // 88:d=3 hl=2 l= 3 prim: OBJECT :commonName 556 // 88:d=3 hl=2 l= 3 prim: OBJECT :commonName
556 // 93:d=3 hl=2 l= 32 prim: PRINTABLESTRING : 557 // 93:d=3 hl=2 l= 32 prim: PRINTABLESTRING :
557 // StartCom Certification Authority 558 // StartCom Certification Authority
558 const uint8 VARIABLE_IS_NOT_USED StartComDN[] = { 559 const uint8_t VARIABLE_IS_NOT_USED StartComDN[] = {
559 0x30, 0x7d, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 560 0x30, 0x7d, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13,
560 0x02, 0x49, 0x4c, 0x31, 0x16, 0x30, 0x14, 0x06, 0x03, 0x55, 0x04, 0x0a, 561 0x02, 0x49, 0x4c, 0x31, 0x16, 0x30, 0x14, 0x06, 0x03, 0x55, 0x04, 0x0a,
561 0x13, 0x0d, 0x53, 0x74, 0x61, 0x72, 0x74, 0x43, 0x6f, 0x6d, 0x20, 0x4c, 562 0x13, 0x0d, 0x53, 0x74, 0x61, 0x72, 0x74, 0x43, 0x6f, 0x6d, 0x20, 0x4c,
562 0x74, 0x64, 0x2e, 0x31, 0x2b, 0x30, 0x29, 0x06, 0x03, 0x55, 0x04, 0x0b, 563 0x74, 0x64, 0x2e, 0x31, 0x2b, 0x30, 0x29, 0x06, 0x03, 0x55, 0x04, 0x0b,
563 0x13, 0x22, 0x53, 0x65, 0x63, 0x75, 0x72, 0x65, 0x20, 0x44, 0x69, 0x67, 564 0x13, 0x22, 0x53, 0x65, 0x63, 0x75, 0x72, 0x65, 0x20, 0x44, 0x69, 0x67,
564 0x69, 0x74, 0x61, 0x6c, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 565 0x69, 0x74, 0x61, 0x6c, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69,
565 0x63, 0x61, 0x74, 0x65, 0x20, 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e, 0x67, 566 0x63, 0x61, 0x74, 0x65, 0x20, 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e, 0x67,
566 0x31, 0x29, 0x30, 0x27, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x20, 0x53, 567 0x31, 0x29, 0x30, 0x27, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x20, 0x53,
567 0x74, 0x61, 0x72, 0x74, 0x43, 0x6f, 0x6d, 0x20, 0x43, 0x65, 0x72, 0x74, 568 0x74, 0x61, 0x72, 0x74, 0x43, 0x6f, 0x6d, 0x20, 0x43, 0x65, 0x72, 0x74,
568 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 569 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75,
569 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79 570 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79};
570 };
571 571
572 // 0:d=0 hl=3 l= 174 cons: SEQUENCE 572 // 0:d=0 hl=3 l= 174 cons: SEQUENCE
573 // 3:d=1 hl=2 l= 11 cons: SET 573 // 3:d=1 hl=2 l= 11 cons: SET
574 // 5:d=2 hl=2 l= 9 cons: SEQUENCE 574 // 5:d=2 hl=2 l= 9 cons: SEQUENCE
575 // 7:d=3 hl=2 l= 3 prim: OBJECT :countryName 575 // 7:d=3 hl=2 l= 3 prim: OBJECT :countryName
576 // 12:d=3 hl=2 l= 2 prim: PRINTABLESTRING :US 576 // 12:d=3 hl=2 l= 2 prim: PRINTABLESTRING :US
577 // 16:d=1 hl=2 l= 11 cons: SET 577 // 16:d=1 hl=2 l= 11 cons: SET
578 // 18:d=2 hl=2 l= 9 cons: SEQUENCE 578 // 18:d=2 hl=2 l= 9 cons: SEQUENCE
579 // 20:d=3 hl=2 l= 3 prim: OBJECT :stateOrProvinceName 579 // 20:d=3 hl=2 l= 3 prim: OBJECT :stateOrProvinceName
580 // 25:d=3 hl=2 l= 2 prim: PRINTABLESTRING :UT 580 // 25:d=3 hl=2 l= 2 prim: PRINTABLESTRING :UT
581 // 29:d=1 hl=2 l= 23 cons: SET 581 // 29:d=1 hl=2 l= 23 cons: SET
582 // 31:d=2 hl=2 l= 21 cons: SEQUENCE 582 // 31:d=2 hl=2 l= 21 cons: SEQUENCE
583 // 33:d=3 hl=2 l= 3 prim: OBJECT :localityName 583 // 33:d=3 hl=2 l= 3 prim: OBJECT :localityName
584 // 38:d=3 hl=2 l= 14 prim: PRINTABLESTRING :Salt Lake City 584 // 38:d=3 hl=2 l= 14 prim: PRINTABLESTRING :Salt Lake City
585 // 54:d=1 hl=2 l= 30 cons: SET 585 // 54:d=1 hl=2 l= 30 cons: SET
586 // 56:d=2 hl=2 l= 28 cons: SEQUENCE 586 // 56:d=2 hl=2 l= 28 cons: SEQUENCE
587 // 58:d=3 hl=2 l= 3 prim: OBJECT :organizationName 587 // 58:d=3 hl=2 l= 3 prim: OBJECT :organizationName
588 // 63:d=3 hl=2 l= 21 prim: PRINTABLESTRING :The USERTRUST Network 588 // 63:d=3 hl=2 l= 21 prim: PRINTABLESTRING :The USERTRUST Network
589 // 86:d=1 hl=2 l= 33 cons: SET 589 // 86:d=1 hl=2 l= 33 cons: SET
590 // 88:d=2 hl=2 l= 31 cons: SEQUENCE 590 // 88:d=2 hl=2 l= 31 cons: SEQUENCE
591 // 90:d=3 hl=2 l= 3 prim: OBJECT :organizationalUnitName 591 // 90:d=3 hl=2 l= 3 prim: OBJECT :organizationalUnitName
592 // 95:d=3 hl=2 l= 24 prim: PRINTABLESTRING :http://www.usertrust.com 592 // 95:d=3 hl=2 l= 24 prim: PRINTABLESTRING :http://www.usertrust.com
593 //121:d=1 hl=2 l= 54 cons: SET 593 //121:d=1 hl=2 l= 54 cons: SET
594 //123:d=2 hl=2 l= 52 cons: SEQUENCE 594 //123:d=2 hl=2 l= 52 cons: SEQUENCE
595 //125:d=3 hl=2 l= 3 prim: OBJECT :commonName 595 //125:d=3 hl=2 l= 3 prim: OBJECT :commonName
596 //130:d=3 hl=2 l= 45 prim: PRINTABLESTRING : 596 //130:d=3 hl=2 l= 45 prim: PRINTABLESTRING :
597 // UTN-USERFirst-Client Authentication and Email 597 // UTN-USERFirst-Client Authentication and Email
598 const uint8 VARIABLE_IS_NOT_USED UserTrustDN[] = { 598 const uint8_t VARIABLE_IS_NOT_USED UserTrustDN[] = {
599 0x30, 0x81, 0xae, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 599 0x30, 0x81, 0xae, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06,
600 0x13, 0x02, 0x55, 0x53, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 600 0x13, 0x02, 0x55, 0x53, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04,
601 0x08, 0x13, 0x02, 0x55, 0x54, 0x31, 0x17, 0x30, 0x15, 0x06, 0x03, 0x55, 601 0x08, 0x13, 0x02, 0x55, 0x54, 0x31, 0x17, 0x30, 0x15, 0x06, 0x03, 0x55,
602 0x04, 0x07, 0x13, 0x0e, 0x53, 0x61, 0x6c, 0x74, 0x20, 0x4c, 0x61, 0x6b, 602 0x04, 0x07, 0x13, 0x0e, 0x53, 0x61, 0x6c, 0x74, 0x20, 0x4c, 0x61, 0x6b,
603 0x65, 0x20, 0x43, 0x69, 0x74, 0x79, 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03, 603 0x65, 0x20, 0x43, 0x69, 0x74, 0x79, 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03,
604 0x55, 0x04, 0x0a, 0x13, 0x15, 0x54, 0x68, 0x65, 0x20, 0x55, 0x53, 0x45, 604 0x55, 0x04, 0x0a, 0x13, 0x15, 0x54, 0x68, 0x65, 0x20, 0x55, 0x53, 0x45,
605 0x52, 0x54, 0x52, 0x55, 0x53, 0x54, 0x20, 0x4e, 0x65, 0x74, 0x77, 0x6f, 605 0x52, 0x54, 0x52, 0x55, 0x53, 0x54, 0x20, 0x4e, 0x65, 0x74, 0x77, 0x6f,
606 0x72, 0x6b, 0x31, 0x21, 0x30, 0x1f, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 606 0x72, 0x6b, 0x31, 0x21, 0x30, 0x1f, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13,
607 0x18, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x77, 0x77, 0x77, 0x2e, 607 0x18, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x77, 0x77, 0x77, 0x2e,
608 0x75, 0x73, 0x65, 0x72, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2e, 0x63, 0x6f, 608 0x75, 0x73, 0x65, 0x72, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2e, 0x63, 0x6f,
609 0x6d, 0x31, 0x36, 0x30, 0x34, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x2d, 609 0x6d, 0x31, 0x36, 0x30, 0x34, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x2d,
610 0x55, 0x54, 0x4e, 0x2d, 0x55, 0x53, 0x45, 0x52, 0x46, 0x69, 0x72, 0x73, 610 0x55, 0x54, 0x4e, 0x2d, 0x55, 0x53, 0x45, 0x52, 0x46, 0x69, 0x72, 0x73,
611 0x74, 0x2d, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x20, 0x41, 0x75, 0x74, 611 0x74, 0x2d, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x20, 0x41, 0x75, 0x74,
612 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 612 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20,
613 0x61, 0x6e, 0x64, 0x20, 0x45, 0x6d, 0x61, 0x69, 0x6c 613 0x61, 0x6e, 0x64, 0x20, 0x45, 0x6d, 0x61, 0x69, 0x6c};
614 };
615 614
616 // 0:d=0 hl=3 l= 190 cons: SEQUENCE 615 // 0:d=0 hl=3 l= 190 cons: SEQUENCE
617 // 3:d=1 hl=2 l= 63 cons: SET 616 // 3:d=1 hl=2 l= 63 cons: SET
618 // 5:d=2 hl=2 l= 61 cons: SEQUENCE 617 // 5:d=2 hl=2 l= 61 cons: SEQUENCE
619 // 7:d=3 hl=2 l= 3 prim: OBJECT :commonName 618 // 7:d=3 hl=2 l= 3 prim: OBJECT :commonName
620 // 12:d=3 hl=2 l= 54 prim: UTF8STRING : 619 // 12:d=3 hl=2 l= 54 prim: UTF8STRING :
621 // TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı 620 // TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı
622 // 68:d=1 hl=2 l= 11 cons: SET 621 // 68:d=1 hl=2 l= 11 cons: SET
623 // 70:d=2 hl=2 l= 9 cons: SEQUENCE 622 // 70:d=2 hl=2 l= 9 cons: SEQUENCE
624 // 72:d=3 hl=2 l= 3 prim: OBJECT :countryName 623 // 72:d=3 hl=2 l= 3 prim: OBJECT :countryName
625 // 77:d=3 hl=2 l= 2 prim: PRINTABLESTRING :TR 624 // 77:d=3 hl=2 l= 2 prim: PRINTABLESTRING :TR
626 // 81:d=1 hl=2 l= 15 cons: SET 625 // 81:d=1 hl=2 l= 15 cons: SET
627 // 83:d=2 hl=2 l= 13 cons: SEQUENCE 626 // 83:d=2 hl=2 l= 13 cons: SEQUENCE
628 // 85:d=3 hl=2 l= 3 prim: OBJECT :localityName 627 // 85:d=3 hl=2 l= 3 prim: OBJECT :localityName
629 // 90:d=3 hl=2 l= 6 prim: UTF8STRING :Ankara 628 // 90:d=3 hl=2 l= 6 prim: UTF8STRING :Ankara
630 // 98:d=1 hl=2 l= 93 cons: SET 629 // 98:d=1 hl=2 l= 93 cons: SET
631 //100:d=2 hl=2 l= 91 cons: SEQUENCE 630 //100:d=2 hl=2 l= 91 cons: SEQUENCE
632 //102:d=3 hl=2 l= 3 prim: OBJECT :organizationName 631 //102:d=3 hl=2 l= 3 prim: OBJECT :organizationName
633 //107:d=3 hl=2 l= 84 prim: UTF8STRING : 632 //107:d=3 hl=2 l= 84 prim: UTF8STRING :
634 // TÜRKTRUST Bilgi İletişim ve Bilişim Güvenliği Hizmetleri A.Ş. 633 // TÜRKTRUST Bilgi İletişim ve Bilişim Güvenliği Hizmetleri A.Ş.
635 // (c) Kasım 2005 634 // (c) Kasım 2005
636 const uint8 VARIABLE_IS_NOT_USED TurkTrustDN[] = { 635 const uint8_t VARIABLE_IS_NOT_USED TurkTrustDN[] = {
637 0x30, 0x81, 0xbe, 0x31, 0x3f, 0x30, 0x3d, 0x06, 0x03, 0x55, 0x04, 0x03, 636 0x30, 0x81, 0xbe, 0x31, 0x3f, 0x30, 0x3d, 0x06, 0x03, 0x55, 0x04, 0x03,
638 0x0c, 0x36, 0x54, 0xc3, 0x9c, 0x52, 0x4b, 0x54, 0x52, 0x55, 0x53, 0x54, 637 0x0c, 0x36, 0x54, 0xc3, 0x9c, 0x52, 0x4b, 0x54, 0x52, 0x55, 0x53, 0x54,
639 0x20, 0x45, 0x6c, 0x65, 0x6b, 0x74, 0x72, 0x6f, 0x6e, 0x69, 0x6b, 0x20, 638 0x20, 0x45, 0x6c, 0x65, 0x6b, 0x74, 0x72, 0x6f, 0x6e, 0x69, 0x6b, 0x20,
640 0x53, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x6b, 0x61, 0x20, 0x48, 0x69, 639 0x53, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x6b, 0x61, 0x20, 0x48, 0x69,
641 0x7a, 0x6d, 0x65, 0x74, 0x20, 0x53, 0x61, 0xc4, 0x9f, 0x6c, 0x61, 0x79, 640 0x7a, 0x6d, 0x65, 0x74, 0x20, 0x53, 0x61, 0xc4, 0x9f, 0x6c, 0x61, 0x79,
642 0xc4, 0xb1, 0x63, 0xc4, 0xb1, 0x73, 0xc4, 0xb1, 0x31, 0x0b, 0x30, 0x09, 641 0xc4, 0xb1, 0x63, 0xc4, 0xb1, 0x73, 0xc4, 0xb1, 0x31, 0x0b, 0x30, 0x09,
643 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x54, 0x52, 0x31, 0x0f, 0x30, 642 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x54, 0x52, 0x31, 0x0f, 0x30,
644 0x0d, 0x06, 0x03, 0x55, 0x04, 0x07, 0x0c, 0x06, 0x41, 0x6e, 0x6b, 0x61, 643 0x0d, 0x06, 0x03, 0x55, 0x04, 0x07, 0x0c, 0x06, 0x41, 0x6e, 0x6b, 0x61,
645 0x72, 0x61, 0x31, 0x5d, 0x30, 0x5b, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 644 0x72, 0x61, 0x31, 0x5d, 0x30, 0x5b, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c,
646 0x54, 0x54, 0xc3, 0x9c, 0x52, 0x4b, 0x54, 0x52, 0x55, 0x53, 0x54, 0x20, 645 0x54, 0x54, 0xc3, 0x9c, 0x52, 0x4b, 0x54, 0x52, 0x55, 0x53, 0x54, 0x20,
647 0x42, 0x69, 0x6c, 0x67, 0x69, 0x20, 0xc4, 0xb0, 0x6c, 0x65, 0x74, 0x69, 646 0x42, 0x69, 0x6c, 0x67, 0x69, 0x20, 0xc4, 0xb0, 0x6c, 0x65, 0x74, 0x69,
648 0xc5, 0x9f, 0x69, 0x6d, 0x20, 0x76, 0x65, 0x20, 0x42, 0x69, 0x6c, 0x69, 647 0xc5, 0x9f, 0x69, 0x6d, 0x20, 0x76, 0x65, 0x20, 0x42, 0x69, 0x6c, 0x69,
649 0xc5, 0x9f, 0x69, 0x6d, 0x20, 0x47, 0xc3, 0xbc, 0x76, 0x65, 0x6e, 0x6c, 648 0xc5, 0x9f, 0x69, 0x6d, 0x20, 0x47, 0xc3, 0xbc, 0x76, 0x65, 0x6e, 0x6c,
650 0x69, 0xc4, 0x9f, 0x69, 0x20, 0x48, 0x69, 0x7a, 0x6d, 0x65, 0x74, 0x6c, 649 0x69, 0xc4, 0x9f, 0x69, 0x20, 0x48, 0x69, 0x7a, 0x6d, 0x65, 0x74, 0x6c,
651 0x65, 0x72, 0x69, 0x20, 0x41, 0x2e, 0xc5, 0x9e, 0x2e, 0x20, 0x28, 0x63, 650 0x65, 0x72, 0x69, 0x20, 0x41, 0x2e, 0xc5, 0x9e, 0x2e, 0x20, 0x28, 0x63,
652 0x29, 0x20, 0x4b, 0x61, 0x73, 0xc4, 0xb1, 0x6d, 0x20, 0x32, 0x30, 0x30, 651 0x29, 0x20, 0x4b, 0x61, 0x73, 0xc4, 0xb1, 0x6d, 0x20, 0x32, 0x30, 0x30,
653 0x35, 0x30, 0x1e, 0x17, 0x0d, 0x30, 0x35, 0x31, 0x31, 0x30, 0x37, 0x31, 652 0x35, 0x30, 0x1e, 0x17, 0x0d, 0x30, 0x35, 0x31, 0x31, 0x30, 0x37, 0x31,
654 0x30, 0x30, 0x37, 0x35, 0x37 653 0x30, 0x30, 0x37, 0x35, 0x37};
655 };
656 654
657 // 33:d=2 hl=3 l= 207 cons: SEQUENCE 655 // 33:d=2 hl=3 l= 207 cons: SEQUENCE
658 // 36:d=3 hl=2 l= 11 cons: SET 656 // 36:d=3 hl=2 l= 11 cons: SET
659 // 38:d=4 hl=2 l= 9 cons: SEQUENCE 657 // 38:d=4 hl=2 l= 9 cons: SEQUENCE
660 // 40:d=5 hl=2 l= 3 prim: OBJECT :countryName 658 // 40:d=5 hl=2 l= 3 prim: OBJECT :countryName
661 // 45:d=5 hl=2 l= 2 prim: PRINTABLESTRING :AT 659 // 45:d=5 hl=2 l= 2 prim: PRINTABLESTRING :AT
662 // 49:d=3 hl=3 l= 139 cons: SET 660 // 49:d=3 hl=3 l= 139 cons: SET
663 // 52:d=4 hl=3 l= 136 cons: SEQUENCE 661 // 52:d=4 hl=3 l= 136 cons: SEQUENCE
664 // 55:d=5 hl=2 l= 3 prim: OBJECT :organizationName 662 // 55:d=5 hl=2 l= 3 prim: OBJECT :organizationName
665 // 60:d=5 hl=3 l= 128 prim: BMPSTRING : 663 // 60:d=5 hl=3 l= 128 prim: BMPSTRING :
666 // A-Trust Ges. für Sicherheitssysteme im elektr. Datenverkehr GmbH 664 // A-Trust Ges. für Sicherheitssysteme im elektr. Datenverkehr GmbH
667 //191:d=3 hl=2 l= 24 cons: SET 665 //191:d=3 hl=2 l= 24 cons: SET
668 //193:d=4 hl=2 l= 22 cons: SEQUENCE 666 //193:d=4 hl=2 l= 22 cons: SEQUENCE
669 //195:d=5 hl=2 l= 3 prim: OBJECT :organizationalUnitName 667 //195:d=5 hl=2 l= 3 prim: OBJECT :organizationalUnitName
670 //200:d=5 hl=2 l= 15 prim: PRINTABLESTRING :A-Trust-Qual-01 668 //200:d=5 hl=2 l= 15 prim: PRINTABLESTRING :A-Trust-Qual-01
671 //217:d=3 hl=2 l= 24 cons: SET 669 //217:d=3 hl=2 l= 24 cons: SET
672 //219:d=4 hl=2 l= 22 cons: SEQUENCE 670 //219:d=4 hl=2 l= 22 cons: SEQUENCE
673 //221:d=5 hl=2 l= 3 prim: OBJECT :commonName 671 //221:d=5 hl=2 l= 3 prim: OBJECT :commonName
674 //226:d=5 hl=2 l= 15 prim: PRINTABLESTRING :A-Trust-Qual-01 672 //226:d=5 hl=2 l= 15 prim: PRINTABLESTRING :A-Trust-Qual-01
675 const uint8 VARIABLE_IS_NOT_USED ATrustQual01DN[] = { 673 const uint8_t VARIABLE_IS_NOT_USED ATrustQual01DN[] = {
676 0x30, 0x81, 0xcf, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 674 0x30, 0x81, 0xcf, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06,
677 0x13, 0x02, 0x41, 0x54, 0x31, 0x81, 0x8b, 0x30, 0x81, 0x88, 0x06, 0x03, 675 0x13, 0x02, 0x41, 0x54, 0x31, 0x81, 0x8b, 0x30, 0x81, 0x88, 0x06, 0x03,
678 0x55, 0x04, 0x0a, 0x1e, 0x81, 0x80, 0x00, 0x41, 0x00, 0x2d, 0x00, 0x54, 676 0x55, 0x04, 0x0a, 0x1e, 0x81, 0x80, 0x00, 0x41, 0x00, 0x2d, 0x00, 0x54,
679 0x00, 0x72, 0x00, 0x75, 0x00, 0x73, 0x00, 0x74, 0x00, 0x20, 0x00, 0x47, 677 0x00, 0x72, 0x00, 0x75, 0x00, 0x73, 0x00, 0x74, 0x00, 0x20, 0x00, 0x47,
680 0x00, 0x65, 0x00, 0x73, 0x00, 0x2e, 0x00, 0x20, 0x00, 0x66, 0x00, 0xfc, 678 0x00, 0x65, 0x00, 0x73, 0x00, 0x2e, 0x00, 0x20, 0x00, 0x66, 0x00, 0xfc,
681 0x00, 0x72, 0x00, 0x20, 0x00, 0x53, 0x00, 0x69, 0x00, 0x63, 0x00, 0x68, 679 0x00, 0x72, 0x00, 0x20, 0x00, 0x53, 0x00, 0x69, 0x00, 0x63, 0x00, 0x68,
682 0x00, 0x65, 0x00, 0x72, 0x00, 0x68, 0x00, 0x65, 0x00, 0x69, 0x00, 0x74, 680 0x00, 0x65, 0x00, 0x72, 0x00, 0x68, 0x00, 0x65, 0x00, 0x69, 0x00, 0x74,
683 0x00, 0x73, 0x00, 0x73, 0x00, 0x79, 0x00, 0x73, 0x00, 0x74, 0x00, 0x65, 681 0x00, 0x73, 0x00, 0x73, 0x00, 0x79, 0x00, 0x73, 0x00, 0x74, 0x00, 0x65,
684 0x00, 0x6d, 0x00, 0x65, 0x00, 0x20, 0x00, 0x69, 0x00, 0x6d, 0x00, 0x20, 682 0x00, 0x6d, 0x00, 0x65, 0x00, 0x20, 0x00, 0x69, 0x00, 0x6d, 0x00, 0x20,
685 0x00, 0x65, 0x00, 0x6c, 0x00, 0x65, 0x00, 0x6b, 0x00, 0x74, 0x00, 0x72, 683 0x00, 0x65, 0x00, 0x6c, 0x00, 0x65, 0x00, 0x6b, 0x00, 0x74, 0x00, 0x72,
686 0x00, 0x2e, 0x00, 0x20, 0x00, 0x44, 0x00, 0x61, 0x00, 0x74, 0x00, 0x65, 684 0x00, 0x2e, 0x00, 0x20, 0x00, 0x44, 0x00, 0x61, 0x00, 0x74, 0x00, 0x65,
687 0x00, 0x6e, 0x00, 0x76, 0x00, 0x65, 0x00, 0x72, 0x00, 0x6b, 0x00, 0x65, 685 0x00, 0x6e, 0x00, 0x76, 0x00, 0x65, 0x00, 0x72, 0x00, 0x6b, 0x00, 0x65,
688 0x00, 0x68, 0x00, 0x72, 0x00, 0x20, 0x00, 0x47, 0x00, 0x6d, 0x00, 0x62, 686 0x00, 0x68, 0x00, 0x72, 0x00, 0x20, 0x00, 0x47, 0x00, 0x6d, 0x00, 0x62,
689 0x00, 0x48, 0x31, 0x18, 0x30, 0x16, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 687 0x00, 0x48, 0x31, 0x18, 0x30, 0x16, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13,
690 0x0f, 0x41, 0x2d, 0x54, 0x72, 0x75, 0x73, 0x74, 0x2d, 0x51, 0x75, 0x61, 688 0x0f, 0x41, 0x2d, 0x54, 0x72, 0x75, 0x73, 0x74, 0x2d, 0x51, 0x75, 0x61,
691 0x6c, 0x2d, 0x30, 0x31, 0x31, 0x18, 0x30, 0x16, 0x06, 0x03, 0x55, 0x04, 689 0x6c, 0x2d, 0x30, 0x31, 0x31, 0x18, 0x30, 0x16, 0x06, 0x03, 0x55, 0x04,
692 0x03, 0x13, 0x0f, 0x41, 0x2d, 0x54, 0x72, 0x75, 0x73, 0x74, 0x2d, 0x51, 690 0x03, 0x13, 0x0f, 0x41, 0x2d, 0x54, 0x72, 0x75, 0x73, 0x74, 0x2d, 0x51,
693 0x75, 0x61, 0x6c, 0x2d, 0x30, 0x31, 0x30, 0x1e, 0x17 691 0x75, 0x61, 0x6c, 0x2d, 0x30, 0x31, 0x30, 0x1e, 0x17};
694 };
695 692
696 // 34:d=2 hl=3 l= 180 cons: SEQUENCE 693 // 34:d=2 hl=3 l= 180 cons: SEQUENCE
697 // 37:d=3 hl=2 l= 20 cons: SET 694 // 37:d=3 hl=2 l= 20 cons: SET
698 // 39:d=4 hl=2 l= 18 cons: SEQUENCE 695 // 39:d=4 hl=2 l= 18 cons: SEQUENCE
699 // 41:d=5 hl=2 l= 3 prim: OBJECT :organizationName 696 // 41:d=5 hl=2 l= 3 prim: OBJECT :organizationName
700 // 46:d=5 hl=2 l= 11 prim: PRINTABLESTRING :Entrust.net 697 // 46:d=5 hl=2 l= 11 prim: PRINTABLESTRING :Entrust.net
701 // 59:d=3 hl=2 l= 64 cons: SET 698 // 59:d=3 hl=2 l= 64 cons: SET
702 // 61:d=4 hl=2 l= 62 cons: SEQUENCE 699 // 61:d=4 hl=2 l= 62 cons: SEQUENCE
703 // 63:d=5 hl=2 l= 3 prim: OBJECT :organizationalUnitName 700 // 63:d=5 hl=2 l= 3 prim: OBJECT :organizationalUnitName
704 // 68:d=5 hl=2 l= 55 prim: T61STRING : 701 // 68:d=5 hl=2 l= 55 prim: T61STRING :
705 // www.entrust.net/CPS_2048 incorp. by ref. (limits liab.) 702 // www.entrust.net/CPS_2048 incorp. by ref. (limits liab.)
706 //125:d=3 hl=2 l= 37 cons: SET 703 //125:d=3 hl=2 l= 37 cons: SET
707 //127:d=4 hl=2 l= 35 cons: SEQUENCE 704 //127:d=4 hl=2 l= 35 cons: SEQUENCE
708 //129:d=5 hl=2 l= 3 prim: OBJECT :organizationalUnitName 705 //129:d=5 hl=2 l= 3 prim: OBJECT :organizationalUnitName
709 //134:d=5 hl=2 l= 28 prim: PRINTABLESTRING : 706 //134:d=5 hl=2 l= 28 prim: PRINTABLESTRING :
710 // (c) 1999 Entrust.net Limited 707 // (c) 1999 Entrust.net Limited
711 //164:d=3 hl=2 l= 51 cons: SET 708 //164:d=3 hl=2 l= 51 cons: SET
712 //166:d=4 hl=2 l= 49 cons: SEQUENCE 709 //166:d=4 hl=2 l= 49 cons: SEQUENCE
713 //168:d=5 hl=2 l= 3 prim: OBJECT :commonName 710 //168:d=5 hl=2 l= 3 prim: OBJECT :commonName
714 //173:d=5 hl=2 l= 42 prim: PRINTABLESTRING : 711 //173:d=5 hl=2 l= 42 prim: PRINTABLESTRING :
715 // Entrust.net Certification Authority (2048) 712 // Entrust.net Certification Authority (2048)
716 const uint8 VARIABLE_IS_NOT_USED EntrustDN[] = { 713 const uint8_t VARIABLE_IS_NOT_USED EntrustDN[] = {
717 0x30, 0x81, 0xb4, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04, 0x0a, 714 0x30, 0x81, 0xb4, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04, 0x0a,
718 0x13, 0x0b, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2e, 0x6e, 0x65, 715 0x13, 0x0b, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2e, 0x6e, 0x65,
719 0x74, 0x31, 0x40, 0x30, 0x3e, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x14, 0x37, 716 0x74, 0x31, 0x40, 0x30, 0x3e, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x14, 0x37,
720 0x77, 0x77, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2e, 717 0x77, 0x77, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2e,
721 0x6e, 0x65, 0x74, 0x2f, 0x43, 0x50, 0x53, 0x5f, 0x32, 0x30, 0x34, 0x38, 718 0x6e, 0x65, 0x74, 0x2f, 0x43, 0x50, 0x53, 0x5f, 0x32, 0x30, 0x34, 0x38,
722 0x20, 0x69, 0x6e, 0x63, 0x6f, 0x72, 0x70, 0x2e, 0x20, 0x62, 0x79, 0x20, 719 0x20, 0x69, 0x6e, 0x63, 0x6f, 0x72, 0x70, 0x2e, 0x20, 0x62, 0x79, 0x20,
723 0x72, 0x65, 0x66, 0x2e, 0x20, 0x28, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x73, 720 0x72, 0x65, 0x66, 0x2e, 0x20, 0x28, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x73,
724 0x20, 0x6c, 0x69, 0x61, 0x62, 0x2e, 0x29, 0x31, 0x25, 0x30, 0x23, 0x06, 721 0x20, 0x6c, 0x69, 0x61, 0x62, 0x2e, 0x29, 0x31, 0x25, 0x30, 0x23, 0x06,
725 0x03, 0x55, 0x04, 0x0b, 0x13, 0x1c, 0x28, 0x63, 0x29, 0x20, 0x31, 0x39, 722 0x03, 0x55, 0x04, 0x0b, 0x13, 0x1c, 0x28, 0x63, 0x29, 0x20, 0x31, 0x39,
726 0x39, 0x39, 0x20, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2e, 0x6e, 723 0x39, 0x39, 0x20, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2e, 0x6e,
727 0x65, 0x74, 0x20, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64, 0x31, 0x33, 724 0x65, 0x74, 0x20, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64, 0x31, 0x33,
728 0x30, 0x31, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x2a, 0x45, 0x6e, 0x74, 725 0x30, 0x31, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x2a, 0x45, 0x6e, 0x74,
729 0x72, 0x75, 0x73, 0x74, 0x2e, 0x6e, 0x65, 0x74, 0x20, 0x43, 0x65, 0x72, 726 0x72, 0x75, 0x73, 0x74, 0x2e, 0x6e, 0x65, 0x74, 0x20, 0x43, 0x65, 0x72,
730 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 727 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41,
731 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x20, 0x28, 0x32, 0x30, 728 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x20, 0x28, 0x32, 0x30,
732 0x34, 0x38, 0x29 729 0x34, 0x38, 0x29};
733 };
734 730
735 // 46:d=2 hl=2 l= 76 cons: SEQUENCE 731 // 46:d=2 hl=2 l= 76 cons: SEQUENCE
736 // 48:d=3 hl=2 l= 11 cons: SET 732 // 48:d=3 hl=2 l= 11 cons: SET
737 // 50:d=4 hl=2 l= 9 cons: SEQUENCE 733 // 50:d=4 hl=2 l= 9 cons: SEQUENCE
738 // 52:d=5 hl=2 l= 3 prim: OBJECT :countryName 734 // 52:d=5 hl=2 l= 3 prim: OBJECT :countryName
739 // 57:d=5 hl=2 l= 2 prim: PRINTABLESTRING :ZA 735 // 57:d=5 hl=2 l= 2 prim: PRINTABLESTRING :ZA
740 // 61:d=3 hl=2 l= 37 cons: SET 736 // 61:d=3 hl=2 l= 37 cons: SET
741 // 63:d=4 hl=2 l= 35 cons: SEQUENCE 737 // 63:d=4 hl=2 l= 35 cons: SEQUENCE
742 // 65:d=5 hl=2 l= 3 prim: OBJECT :organizationName 738 // 65:d=5 hl=2 l= 3 prim: OBJECT :organizationName
743 // 70:d=5 hl=2 l= 28 prim: PRINTABLESTRING : 739 // 70:d=5 hl=2 l= 28 prim: PRINTABLESTRING :
744 // Thawte Consulting (Pty) Ltd. 740 // Thawte Consulting (Pty) Ltd.
745 // 100:d=3 hl=2 l= 22 cons: SET 741 // 100:d=3 hl=2 l= 22 cons: SET
746 // 102:d=4 hl=2 l= 20 cons: SEQUENCE 742 // 102:d=4 hl=2 l= 20 cons: SEQUENCE
747 // 104:d=5 hl=2 l= 3 prim: OBJECT :commonName 743 // 104:d=5 hl=2 l= 3 prim: OBJECT :commonName
748 // 109:d=5 hl=2 l= 13 prim: PRINTABLESTRING :Thawte SGC CA 744 // 109:d=5 hl=2 l= 13 prim: PRINTABLESTRING :Thawte SGC CA
749 const uint8 VARIABLE_IS_NOT_USED ThawteDN[] = { 745 const uint8_t VARIABLE_IS_NOT_USED ThawteDN[] = {
750 0x30, 0x4C, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 746 0x30, 0x4C, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13,
751 0x02, 0x5A, 0x41, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x0A, 747 0x02, 0x5A, 0x41, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x0A,
752 0x13, 0x1C, 0x54, 0x68, 0x61, 0x77, 0x74, 0x65, 0x20, 0x43, 0x6F, 0x6E, 748 0x13, 0x1C, 0x54, 0x68, 0x61, 0x77, 0x74, 0x65, 0x20, 0x43, 0x6F, 0x6E,
753 0x73, 0x75, 0x6C, 0x74, 0x69, 0x6E, 0x67, 0x20, 0x28, 0x50, 0x74, 0x79, 749 0x73, 0x75, 0x6C, 0x74, 0x69, 0x6E, 0x67, 0x20, 0x28, 0x50, 0x74, 0x79,
754 0x29, 0x20, 0x4C, 0x74, 0x64, 0x2E, 0x31, 0x16, 0x30, 0x14, 0x06, 0x03, 750 0x29, 0x20, 0x4C, 0x74, 0x64, 0x2E, 0x31, 0x16, 0x30, 0x14, 0x06, 0x03,
755 0x55, 0x04, 0x03, 0x13, 0x0D, 0x54, 0x68, 0x61, 0x77, 0x74, 0x65, 0x20, 751 0x55, 0x04, 0x03, 0x13, 0x0D, 0x54, 0x68, 0x61, 0x77, 0x74, 0x65, 0x20,
756 0x53, 0x47, 0x43, 0x20, 0x43, 0x41 752 0x53, 0x47, 0x43, 0x20, 0x43, 0x41};
757 };
758 753
759 // 47:d=2 hl=2 l= 108 cons: SEQUENCE 754 // 47:d=2 hl=2 l= 108 cons: SEQUENCE
760 // 49:d=3 hl=2 l= 11 cons: SET 755 // 49:d=3 hl=2 l= 11 cons: SET
761 // 51:d=4 hl=2 l= 9 cons: SEQUENCE 756 // 51:d=4 hl=2 l= 9 cons: SEQUENCE
762 // 53:d=5 hl=2 l= 3 prim: OBJECT :countryName 757 // 53:d=5 hl=2 l= 3 prim: OBJECT :countryName
763 // 58:d=5 hl=2 l= 2 prim: PRINTABLESTRING :US 758 // 58:d=5 hl=2 l= 2 prim: PRINTABLESTRING :US
764 // 62:d=3 hl=2 l= 22 cons: SET 759 // 62:d=3 hl=2 l= 22 cons: SET
765 // 64:d=4 hl=2 l= 20 cons: SEQUENCE 760 // 64:d=4 hl=2 l= 20 cons: SEQUENCE
766 // 66:d=5 hl=2 l= 3 prim: OBJECT :stateOrProvinceName 761 // 66:d=5 hl=2 l= 3 prim: OBJECT :stateOrProvinceName
767 // 71:d=5 hl=2 l= 13 prim: PRINTABLESTRING :Massachusetts 762 // 71:d=5 hl=2 l= 13 prim: PRINTABLESTRING :Massachusetts
768 // 86:d=3 hl=2 l= 46 cons: SET 763 // 86:d=3 hl=2 l= 46 cons: SET
769 // 88:d=4 hl=2 l= 44 cons: SEQUENCE 764 // 88:d=4 hl=2 l= 44 cons: SEQUENCE
770 // 90:d=5 hl=2 l= 3 prim: OBJECT :organizationName 765 // 90:d=5 hl=2 l= 3 prim: OBJECT :organizationName
771 // 95:d=5 hl=2 l= 37 prim: PRINTABLESTRING : 766 // 95:d=5 hl=2 l= 37 prim: PRINTABLESTRING :
772 // Massachusetts Institute of Technology 767 // Massachusetts Institute of Technology
773 // 134:d=3 hl=2 l= 21 cons: SET 768 // 134:d=3 hl=2 l= 21 cons: SET
774 // 136:d=4 hl=2 l= 19 cons: SEQUENCE 769 // 136:d=4 hl=2 l= 19 cons: SEQUENCE
775 // 138:d=5 hl=2 l= 3 prim: OBJECT :organizationalUnitName 770 // 138:d=5 hl=2 l= 3 prim: OBJECT :organizationalUnitName
776 // 143:d=5 hl=2 l= 12 prim: PRINTABLESTRING :Client CA v1 771 // 143:d=5 hl=2 l= 12 prim: PRINTABLESTRING :Client CA v1
777 const uint8 VARIABLE_IS_NOT_USED MITDN[] = { 772 const uint8_t VARIABLE_IS_NOT_USED MITDN[] = {
778 0x30, 0x6C, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 773 0x30, 0x6C, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06,
779 0x02, 0x55, 0x53, 0x31, 0x16, 0x30, 0x14, 0x06, 0x03, 0x55, 0x04, 0x08, 774 0x13, 0x02, 0x55, 0x53, 0x31, 0x16, 0x30, 0x14, 0x06, 0x03, 0x55,
780 0x13, 0x0D, 0x4D, 0x61, 0x73, 0x73, 0x61, 0x63, 0x68, 0x75, 0x73, 0x65, 775 0x04, 0x08, 0x13, 0x0D, 0x4D, 0x61, 0x73, 0x73, 0x61, 0x63, 0x68,
781 0x74, 0x74, 0x73, 0x31, 0x2E, 0x30, 0x2C, 0x06, 0x03, 0x55, 0x04, 0x0A, 776 0x75, 0x73, 0x65, 0x74, 0x74, 0x73, 0x31, 0x2E, 0x30, 0x2C, 0x06,
782 0x13, 0x25, 0x4D, 0x61, 0x73, 0x73, 0x61, 0x63, 0x68, 0x75, 0x73, 0x65, 777 0x03, 0x55, 0x04, 0x0A, 0x13, 0x25, 0x4D, 0x61, 0x73, 0x73, 0x61,
783 0x74, 0x74, 0x73, 0x20, 0x49, 0x6E, 0x73, 0x74, 0x69, 0x74, 0x75, 0x74, 778 0x63, 0x68, 0x75, 0x73, 0x65, 0x74, 0x74, 0x73, 0x20, 0x49, 0x6E,
784 0x65, 0x20, 0x6F, 0x66, 0x20, 0x54, 0x65, 0x63, 0x68, 0x6E, 0x6F, 0x6C, 779 0x73, 0x74, 0x69, 0x74, 0x75, 0x74, 0x65, 0x20, 0x6F, 0x66, 0x20,
785 0x6F, 0x67, 0x79, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x0B, 780 0x54, 0x65, 0x63, 0x68, 0x6E, 0x6F, 0x6C, 0x6F, 0x67, 0x79, 0x31,
786 0x13, 0x0C, 0x43, 0x6C, 0x69, 0x65, 0x6E, 0x74, 0x20, 0x43, 0x41, 0x20, 781 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x0B, 0x13, 0x0C, 0x43,
787 0x76, 0x31 782 0x6C, 0x69, 0x65, 0x6E, 0x74, 0x20, 0x43, 0x41, 0x20, 0x76, 0x31};
788 };
789 783
790 } // namespace 784 } // namespace
OLDNEW
« no previous file with comments | « net/test/spawned_test_server/spawner_communicator.cc ('k') | net/test/url_request/ssl_certificate_error_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698