Home
last modified time | relevance | path

Searched full:ca (Results 1 – 25 of 2884) sorted by relevance

12345678910>>...116

/external/curl/tests/certs/scripts/
Dgenroot.sh26 if [ ! -f $PREFIX-ca.prm ] ; then
27 echo No configuration file $PREFIX-ca.prm
43 echo "openssl genrsa -out $PREFIX-ca.key $KEYSIZE -passout XXX"
44 openssl genrsa -out $PREFIX-ca.key $KEYSIZE -passout pass:secret
46 echo "openssl req -config $PREFIX-ca.prm -new -key $PREFIX-ca.key -out $PREFIX-ca.csr"
47 $OPENSSL req -config $PREFIX-ca.prm -new -key $PREFIX-ca.key -out $PREFIX-ca.csr -passin pass:secret
49 …ial $SERIAL -extfile $PREFIX-ca.prm -days $DURATION -req -signkey $PREFIX-ca.key -in $PREFIX-ca.cs…
51 …ial $SERIAL -extfile $PREFIX-ca.prm -days $DURATION -req -signkey $PREFIX-ca.key -in $PREFIX-ca.cs…
53 echo "openssl x509 -text -in $PREFIX-$SERIAL-ca.cacert -nameopt multiline > $PREFIX-ca.cacert "
54 $OPENSSL x509 -text -in $PREFIX-$SERIAL-ca.cacert -nameopt multiline > $PREFIX-ca.cacert
[all …]
Dgenserv.sh38 echo No CA prefix
41 if [ ! -f $CAPREFIX-ca.cacert ] ; then
42 echo No CA certficate file $CAPREFIX-ca.caert
45 if [ ! -f $CAPREFIX-ca.key ] ; then
84 …rial $SERIAL -extfile $PREFIX-sv.prm -days $DURATION -CA $CAPREFIX-ca.cacert -CAkey $CAPREFIX-ca.…
86 …rial $SERIAL -extfile $PREFIX-sv.prm -days $DURATION -CA $CAPREFIX-ca.cacert -CAkey $CAPREFIX-ca.…
90 …aname $CAPREFIX -name $PREFIX -inkey $PREFIX-sv.key -in $PREFIX-sv.crt -certfile $CAPREFIX-ca.crt "
92 …-caname $CAPREFIX -name $PREFIX -inkey $PREFIX-sv.key -in $PREFIX-sv.crt -certfile $CAPREFIX-ca.crt
99 touch $CAPREFIX-ca.db
100 echo 01 > $CAPREFIX-ca.cnt
[all …]
/external/curl/docs/
DSSLCERTS23 This system is about trust. In your local CA certificate store you have certs
38 by using a CA certificate store that the SSL library can use to make sure the
45 If the remote server uses a self-signed certificate, if you don't install a CA
46 cert store, if the server uses a certificate signed by a CA that isn't
56 2. Get a CA certificate that can verify the remote server and use the proper
57 option to point out this CA cert for verification when connecting. For
62 3. Add the CA cert for your server to the existing default CA certificate
63 store. The default CA certificate store can changed at compile time with the
66 --with-ca-bundle=FILE: use the specified file as CA certificate store. CA
69 --with-ca-path=PATH: use the specified path as CA certificate store. CA
[all …]
/external/clang/test/SemaCXX/
Derr_typecheck_assign_const_filecheck.cpp58 void test1(A a, const A Ca) { in test1() argument
61 Ca.b.c.d.e.Mnum = 5; in test1()
63 Ca.b.c.d.e.Snum = 5; in test1()
64 Ca.b.c.Md.e.num = 5; in test1()
65 Ca.Mb.Cc.d.e.Mnum = 5; in test1()
66 Ca.Mb.getC().d.e.num = 5; in test1()
67 Ca.getSB().c.d.e.num = 5; in test1()
69 Ca.Cb.Cc.Cd.Ce.Snum = 5; in test1()
75 void test2(A a, const A Ca) { in test2() argument
76 Ca.b.c.d.e.num = 5; in test2()
[all …]
/external/autotest/client/site_tests/security_RootCA/
Dbaseline7 "UTN USERFirst Hardware Root CA",
9 "DigiCert Assured ID Root CA",
13 "Certum Trusted Network CA",
19 "QuoVadis Root CA 3",
23 "Microsec e-Szigno Root CA",
25 "Go Daddy Class 2 CA",
40 "36:79:CA:35:66:87:72:30:4D:30:A5:FB:87:3B:0F:A7:7B:B7:0D:54":
43 "Security Communication Root CA",
45 "GeoTrust Universal CA 2",
47 "Sonera Class 2 Root CA",
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DBasicConstraints.java17 ASN1Boolean cA = ASN1Boolean.getInstance(false); field in BasicConstraints
56 this.cA = null; in BasicConstraints()
63 this.cA = ASN1Boolean.getInstance(seq.getObjectAt(0)); in BasicConstraints()
67 this.cA = null; in BasicConstraints()
72 if (this.cA != null) in BasicConstraints()
85 boolean cA) in BasicConstraints() argument
87 if (cA) in BasicConstraints()
89 this.cA = ASN1Boolean.getInstance(true); in BasicConstraints()
93 this.cA = null; in BasicConstraints()
99 * create a cA=true object for the given path length constraint.
[all …]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
DCFlatButton.java70 Rectangle ca = getClientArea(); in CFlatButton()
74 gc.drawRectangle(ca.x, ca.y, ca.width - 1, ca.height - 1); in CFlatButton()
75 cropClientArea(ca); in CFlatButton()
79 gc.fillGradientRectangle(ca.x, ca.y, ca.width, ca.height, true); in CFlatButton()
80 cropClientArea(ca); in CFlatButton()
83 gc.fillRectangle(ca); in CFlatButton()
101 int x = ca.x + (ca.width - imageBounds.width) / 2; in CFlatButton()
102 int y = ca.y + (ca.height - imageBounds.height) / 2; in CFlatButton()
137 private void cropClientArea(Rectangle ca) { in cropClientArea() argument
138 ca.x += 1; in cropClientArea()
[all …]
/external/curl/lib/
Dcurl_addrinfo.c79 Curl_addrinfo *ca; in Curl_freeaddrinfo() local
81 for(ca = cahead; ca != NULL; ca = canext) { in Curl_freeaddrinfo()
82 free(ca->ai_addr); in Curl_freeaddrinfo()
83 free(ca->ai_canonname); in Curl_freeaddrinfo()
84 canext = ca->ai_next; in Curl_freeaddrinfo()
86 free(ca); in Curl_freeaddrinfo()
116 Curl_addrinfo *ca; in Curl_getaddrinfo_ex() local
149 if((ca = malloc(sizeof(Curl_addrinfo))) == NULL) { in Curl_getaddrinfo_ex()
157 ca->ai_flags = ai->ai_flags; in Curl_getaddrinfo_ex()
158 ca->ai_family = ai->ai_family; in Curl_getaddrinfo_ex()
[all …]
/external/javassist/src/main/javassist/
DCtBehavior.java428 CodeAttribute ca = (CodeAttribute)cattr.copy(cp, map); in setBody0() local
429 destInfo.setCodeAttribute(ca); in setBody0()
547 CodeAttribute ca = methodInfo.getCodeAttribute(); in addLocalVariable() local
548 if (ca == null) in addLocalVariable()
551 LocalVariableAttribute va = (LocalVariableAttribute)ca.getAttribute( in addLocalVariable()
555 ca.getAttributes().add(va); in addLocalVariable()
558 int maxLocals = ca.getMaxLocals(); in addLocalVariable()
560 va.addEntry(0, ca.getCodeLength(), in addLocalVariable()
562 ca.setMaxLocals(maxLocals + Descriptor.dataSize(desc)); in addLocalVariable()
607 CodeAttribute ca = methodInfo.getCodeAttribute(); in addParameter2() local
[all …]
/external/boringssl/src/crypto/x509v3/
Dv3_purp.c85 int ca);
87 int ca);
89 int ca);
90 static int purpose_smime(const X509 *x, int ca);
92 int ca);
94 int ca);
96 int ca);
98 int ca);
99 static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca);
100 static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca);
[all …]
/external/libcxx/test/std/utilities/any/any.nonmembers/any.cast/
Dany_cast_pointer.pass.cpp34 any const& ca = a; in test_cast_is_noexcept() local
35 static_assert(noexcept(any_cast<int>(&ca)), ""); in test_cast_is_noexcept()
44 any const& ca = a; in test_cast_return_type() local
45 static_assert(std::is_same<decltype(any_cast<int>(&ca)), int const*>::value, ""); in test_cast_return_type()
46 static_assert(std::is_same<decltype(any_cast<int const>(&ca)), int const*>::value, ""); in test_cast_return_type()
55 any const* ca = nullptr; in test_cast_nullptr() local
56 assert(nullptr == any_cast<int>(ca)); in test_cast_nullptr()
57 assert(nullptr == any_cast<int const>(ca)); in test_cast_nullptr()
67 any const& ca = a; in test_cast_empty() local
68 assert(nullptr == any_cast<int>(&ca)); in test_cast_empty()
[all …]
/external/libcxx/test/std/experimental/any/any.nonmembers/any.cast/
Dany_cast_pointer.pass.cpp34 any const& ca = a; in test_cast_is_noexcept() local
35 static_assert(noexcept(any_cast<int>(&ca)), ""); in test_cast_is_noexcept()
44 any const& ca = a; in test_cast_return_type() local
45 static_assert(std::is_same<decltype(any_cast<int>(&ca)), int const*>::value, ""); in test_cast_return_type()
46 static_assert(std::is_same<decltype(any_cast<int const>(&ca)), int const*>::value, ""); in test_cast_return_type()
55 any const* ca = nullptr; in test_cast_nullptr() local
56 assert(nullptr == any_cast<int>(ca)); in test_cast_nullptr()
57 assert(nullptr == any_cast<int const>(ca)); in test_cast_nullptr()
67 any const& ca = a; in test_cast_empty() local
68 assert(nullptr == any_cast<int>(&ca)); in test_cast_empty()
[all …]
/external/wpa_supplicant_8/hs20/server/ca/
Dsetup.sh14 CNR="Hotspot 2.0 Trust Root CA - 99"
28 # -c: Company name, used to generate Subject name CN for Intermediate CA\n
29 # -C: Subject name CN of the Root CA ($CNR)\n
77 echo "---[ Root CA ]----------------------------------------------------------"
102 echo " * Use existing Root CA"
104 echo " * Generate Root CA private key"
105 …out rootCA/private/cakey.pem -out rootCA/careq.pem || fail "Failed to generate Root CA private key"
106 echo " * Sign Root CA certificate"
107ca -config openssl.cnf.tmp -md sha256 -create_serial -out rootCA/cacert.pem -days 10957 -batch -ke…
116 echo "---[ Intermediate CA ]--------------------------------------------------"
[all …]
Dopenssl.cnf1 # OpenSSL configuration file for Hotspot 2.0 PKI (Intermediate CA)
12 [ ca ]
13 default_ca = CA_default # The default ca section
26 certificate = $dir/cacert.pem # The CA certificate
49 # For the CA policy
118 basicConstraints = critical, CA:true, pathlen:0
121 # For SP intermediate CA
128 basicConstraints = critical, CA:true, pathlen:0
178 basicConstraints = CA:FALSE
184 basicConstraints=CA:FALSE
[all …]
/external/libcxx/test/libcxx/utilities/function.objects/func.require/
Dbullet_7.pass.cpp254 typedef A const CA; in main() typedef
260 runTestCase< R(CA&), 1, ConstCaster >(); in main()
261 runTestCase< R(CA&, CA&), 2, ConstCaster >(); in main()
262 runTestCase< R(CA&, CA&, CA&), 3, ConstCaster >(); in main()
292 runFunctorTestCase<R(CA&), 1, LValueCaster, CC>(); in main()
293 runFunctorTestCase<R(CA&) const, 1, ConstCaster, CC>(); in main()
294 runFunctorTestCase<R(CA&) volatile, 1, VolatileCaster, CC>(); in main()
295 runFunctorTestCase<R(CA&) const volatile, 1, CVCaster, CC>(); in main()
296 runFunctorTestCase<R(CA&, CA&), 2, LValueCaster, CC>(); in main()
297 runFunctorTestCase<R(CA&, CA&) const, 2, ConstCaster, CC>(); in main()
[all …]
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/tls/
DCertificatePinnerChainValidationTest.java46 .ca(3) in pinRootNotPresentInChain()
51 .ca(2) in pinRootNotPresentInChain()
101 .ca(3) in pinIntermediatePresentInChain()
106 .ca(2) in pinIntermediatePresentInChain()
153 // Start with a trusted root CA certificate. in unrelatedPinnedLeafCertificateInChain()
156 .ca(3) in unrelatedPinnedLeafCertificateInChain()
160 // Add a good intermediate CA, and have that issue a good certificate to localhost. Prepare an in unrelatedPinnedLeafCertificateInChain()
161 // SSL context for an HTTP client under attack. It includes the trusted CA and a pinned in unrelatedPinnedLeafCertificateInChain()
165 .ca(2) in unrelatedPinnedLeafCertificateInChain()
185 // Add a bad intermediate CA and have that issue a rogue certificate for localhost. Prepare in unrelatedPinnedLeafCertificateInChain()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocaleBuilderTest.java45 {"L", "en", "R", "CA", "L", null, "T", "und-CA", "_CA"}, in TestLocaleBuilder()
46 {"L", "en", "R", "CA", "L", "", "T", "und-CA", "_CA"}, in TestLocaleBuilder()
65 …{"B", "fr-FR-1606nict-u-ca-gregory-x-test", "T", "fr-FR-1606nict-u-ca-gregory-x-test", "fr_FR_1606… in TestLocaleBuilder()
67 {"B", "und-CA", "T", "und-CA", "_CA"}, in TestLocaleBuilder()
70 …{"U", "ja_JP@calendar=japanese;currency=JPY", "L", "ko", "T", "ko-JP-u-ca-japanese-cu-jpy", "ko_JP… in TestLocaleBuilder()
71 …{"U", "ja_JP@calendar=japanese;currency=JPY", "K", "ca", null, "T", "ja-JP-u-cu-jpy", "ja_JP@curre… in TestLocaleBuilder()
72 …, "ja_JP@calendar=japanese;currency=JPY", "E", "u", "attr1-ca-gregory", "T", "ja-JP-u-attr1-ca-gre… in TestLocaleBuilder()
75 {"U", "zh_Hans", "R", "sg", "K", "ca", "badcalendar", "X"}, in TestLocaleBuilder()
89 …{"L", "ja", "R", "jp", "K", "ca", "japanese", "T", "ja-JP-u-ca-japanese", "ja_JP@calendar=japanese… in TestLocaleBuilder()
90 …{"K", "co", "PHONEBK", "K", "ca", "gregory", "L", "De", "T", "de-u-ca-gregory-co-phonebk", "de@cal… in TestLocaleBuilder()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DLocaleBuilderTest.java46 {"L", "en", "R", "CA", "L", null, "T", "und-CA", "_CA"}, in TestLocaleBuilder()
47 {"L", "en", "R", "CA", "L", "", "T", "und-CA", "_CA"}, in TestLocaleBuilder()
66 …{"B", "fr-FR-1606nict-u-ca-gregory-x-test", "T", "fr-FR-1606nict-u-ca-gregory-x-test", "fr_FR_1606… in TestLocaleBuilder()
68 {"B", "und-CA", "T", "und-CA", "_CA"}, in TestLocaleBuilder()
71 …{"U", "ja_JP@calendar=japanese;currency=JPY", "L", "ko", "T", "ko-JP-u-ca-japanese-cu-jpy", "ko_JP… in TestLocaleBuilder()
72 …{"U", "ja_JP@calendar=japanese;currency=JPY", "K", "ca", null, "T", "ja-JP-u-cu-jpy", "ja_JP@curre… in TestLocaleBuilder()
73 …, "ja_JP@calendar=japanese;currency=JPY", "E", "u", "attr1-ca-gregory", "T", "ja-JP-u-attr1-ca-gre… in TestLocaleBuilder()
76 {"U", "zh_Hans", "R", "sg", "K", "ca", "badcalendar", "X"}, in TestLocaleBuilder()
90 …{"L", "ja", "R", "jp", "K", "ca", "japanese", "T", "ja-JP-u-ca-japanese", "ja_JP@calendar=japanese… in TestLocaleBuilder()
91 …{"K", "co", "PHONEBK", "K", "ca", "gregory", "L", "De", "T", "de-u-ca-gregory-co-phonebk", "de@cal… in TestLocaleBuilder()
[all …]
/external/valgrind/VEX/orig_x86/
Dmanyfp.orig64 . 88 C2 8B 46 04 80 CA 08 88 96 74 01 00 00 80 38 00 0F 84 E0 00 00 00
671 …C7 45 D4 00 00 00 00 C7 45 D8 00 00 00 00 8D 5D C8 B9 00 00 00 00 89 D8 89 CA C1 C0 1D C1 C0 03 C1…
882 . 81 C3 75 CA 0B 00 83 EC 2C C7 45 EC 00 00 00 00 8B 45 10 8B 55 10 8B 7D 0C 89 45 F0 31 C0 85 D2 7…
1185 . 8B 95 AC FA FF FF B8 00 00 00 00 8B 8D 80 FA FF FF 8B BD 74 FA FF FF 29 CA 29 95 54 FA FF FF 0F 4…
1260 . 8B B5 28 FB FF FF 89 C2 8B 85 B4 FA FF FF 89 F1 29 C1 39 CA 0F 85 9E F2 FF FF
1398 … 00 00 00 00 8D BC 27 00 00 00 00 8B 4D 08 8B 41 38 89 74 24 08 89 7C 24 04 89 04 24 E8 CA F6 05 00
1500 …C7 45 D4 00 00 00 00 C7 45 D8 00 00 00 00 8D 5D C8 B9 00 00 00 00 89 D8 89 CA C1 C0 1D C1 C0 03 C1…
1622 …30 08 8B 45 E0 03 45 E4 31 D2 DD 45 C8 D9 C3 D9 C9 F7 75 10 D8 CB D9 C9 D8 CA D9 CB DE CC D9 C9 DC…
1778 . DD 45 B8 DD 45 14 DD 45 1C D9 C9 D8 CA D9 C9 D8 CB D9 CA DC 4D 1C D9 CB DC 4D 14 D9 C9 8B 45 DC 8…
1814 . 31 D2 52 53 DF 2C 24 DC CA DE C9 D9 C9 83 C4 08 DD 1F DD 5F 08 31 C0 8D 65 F4 5B 5E 5F C9 C3
[all …]
/external/chromium-trace/catapult/telemetry/third_party/websocket-client/websocket/
Dcacert.pem9 # MD5 Fingerprint: ca:3d:d3:68:f1:03:5c:d0:32:fa:b8:2b:59:e8:5a:db
28 # Issuer: CN=Thawte Server CA O=Thawte Consulting cc OU=Certification Services Division
29 # Subject: CN=Thawte Server CA O=Thawte Consulting cc OU=Certification Services Division
30 # Label: "Thawte Server CA"
34 # SHA256 Fingerprint: b4:41:0b:73:e2:e6:ea:ca:47:fb:c4:2f:8f:a4:01:8a:f4:38:1d:c5:4c:fa:a8:44:50:46…
55 # Issuer: CN=Thawte Premium Server CA O=Thawte Consulting cc OU=Certification Services Division
56 # Subject: CN=Thawte Premium Server CA O=Thawte Consulting cc OU=Certification Services Division
57 # Label: "Thawte Premium Server CA"
84 # Label: "Equifax Secure CA"
88 # SHA256 Fingerprint: 08:29:7a:40:47:db:a2:36:80:c7:31:db:6e:31:76:53:ca:78:48:e1:be:bd:3a:0b:01:79…
[all …]
/external/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_import/
Dtpmtoken_import_openssl.cnf24 # We can add new OIDs in here for use by 'ca' and 'req'.
31 [ ca ]
32 default_ca = CA_default # The default ca section
37 dir = /usr/share/ssl/CA # Where everything is kept
43 certificate = $dir/cacert.pem # The CA certificate
69 # For type CA, the listed attributes must be the same, and the optional
73 # For the CA policy
159 # These extensions are added when 'ca' signs a request.
162 # requires this to avoid interpreting an end user certificate as a CA.
164 basicConstraints=CA:FALSE
[all …]
/external/curl/tests/certs/
DMakefile.am27 EdelCurlRoot-ca.prm \
28 EdelCurlRoot-ca.cnf \
34 EdelCurlRoot-ca.cacert \
35 EdelCurlRoot-ca.crt \
36 EdelCurlRoot-ca.csr \
37 EdelCurlRoot-ca.der \
38 EdelCurlRoot-ca.key \
78 build-certs: $(srcdir)/EdelCurlRoot-ca.cacert $(srcdir)/Server-localhost-sv.pem \
81 $(srcdir)/EdelCurlRoot-ca.cacert:
84 $(srcdir)/Server-localhost-sv.pem: $(srcdir)/EdelCurlRoot-ca.cacert
[all …]
/external/llvm/unittests/LineEditor/
DLineEditor.cpp62 LineEditor::CompletionAction CA = LE->getCompletionAction("", 0); in TEST_F() local
63 EXPECT_EQ(LineEditor::CompletionAction::AK_Insert, CA.Kind); in TEST_F()
64 EXPECT_EQ("foo", CA.Text); in TEST_F()
68 CA = LE->getCompletionAction("", 0); in TEST_F()
69 EXPECT_EQ(LineEditor::CompletionAction::AK_ShowCompletions, CA.Kind); in TEST_F()
70 ASSERT_EQ(2u, CA.Completions.size()); in TEST_F()
71 ASSERT_EQ("int foo()", CA.Completions[0]); in TEST_F()
72 ASSERT_EQ("int bar()", CA.Completions[1]); in TEST_F()
80 CA = LE->getCompletionAction("", 0); in TEST_F()
81 EXPECT_EQ(LineEditor::CompletionAction::AK_Insert, CA.Kind); in TEST_F()
[all …]
/external/conscrypt/platform/src/test/java/org/conscrypt/ct/
DCTVerifierTest.java29 private OpenSSLX509Certificate ca; field in CTVerifierTest
36 ca = OpenSSLX509Certificate.fromX509PemInputStream(openTestFile("ca-cert.pem")); in setUp()
59 OpenSSLX509Certificate[] chain = new OpenSSLX509Certificate[] { cert, ca }; in test_verifySignedCertificateTimestamps_withOCSPResponse()
69 OpenSSLX509Certificate[] chain = new OpenSSLX509Certificate[] { cert, ca }; in test_verifySignedCertificateTimestamps_withTLSExtension()
79 OpenSSLX509Certificate[] chain = new OpenSSLX509Certificate[] { certEmbedded, ca }; in test_verifySignedCertificateTimestamps_withEmbeddedExtension()
88 OpenSSLX509Certificate[] chain = new OpenSSLX509Certificate[] { cert, ca }; in test_verifySignedCertificateTimestamps_withoutTimestamp()
97 OpenSSLX509Certificate[] chain = new OpenSSLX509Certificate[] { cert, ca }; in test_verifySignedCertificateTimestamps_withInvalidSignature()
110 OpenSSLX509Certificate[] chain = new OpenSSLX509Certificate[] { cert, ca }; in test_verifySignedCertificateTimestamps_withUnknownLog()
123 OpenSSLX509Certificate[] chain = new OpenSSLX509Certificate[] { cert, ca }; in test_verifySignedCertificateTimestamps_withInvalidEncoding()
135 OpenSSLX509Certificate[] chain = new OpenSSLX509Certificate[] { cert, ca }; in test_verifySignedCertificateTimestamps_withInvalidOCSPResponse()
[all …]
/external/timezonepicker-support/
Dzone.tab110 CA +4734-05243 America/St_Johns Newfoundland Time, including SE Labrador
111 CA +4439-06336 America/Halifax Atlantic Time - Nova Scotia (most places), PEI
112 CA +4612-05957 America/Glace_Bay Atlantic Time - Nova Scotia - places that did not observe DST 1966…
113 CA +4606-06447 America/Moncton Atlantic Time - New Brunswick
114 CA +5320-06025 America/Goose_Bay Atlantic Time - Labrador - most locations
115 CA +5125-05707 America/Blanc-Sablon Atlantic Standard Time - Quebec - Lower North Shore
116 CA +4531-07334 America/Montreal Eastern Time - Quebec - most locations
117 CA +4339-07923 America/Toronto Eastern Time - Ontario - most locations
118 CA +4901-08816 America/Nipigon Eastern Time - Ontario & Quebec - places that did not observe DST 19…
119 CA +4823-08915 America/Thunder_Bay Eastern Time - Thunder Bay, Ontario
[all …]

12345678910>>...116