Home
last modified time | relevance | path

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

12345678910>>...75

/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/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/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/curl/docs/
DSSLCERTS23 This system is about trust. In your local CA cert bundle you have certs from
38 by using CA cert bundle that the SSL library can use to make sure the peer's
45 If the remote server uses a self-signed certificate, if you don't install a CA
46 cert bundle, 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 cert bundle.
63 The default path of the CA bundle used can be changed by running configure
64 with the --with-ca-bundle option pointing out the path of your choice.
66 To do this, you need to get the CA cert for your server in PEM format and
[all …]
Dmk-ca-bundle.123 .TH mk-ca-bundle 1 "5 Jan 2013" "version 1.20" "mk-ca-bundle manual"
25 mk-ca-bundle \- convert mozilla's certdata.txt to PEM format
27 mk-ca-bundle [bilnpqstuv]
30 The mk-ca-bundle tool downloads the certdata.txt file from Mozilla's source
32 into PEM format. By default, only CA root certificates trusted to issue SSL
34 the OpenSSL commandline tool to produce the final ca-bundle file.
36 The default \fIoutputfile\fP name is \fBca-bundle.crt\fP. By setting it to '-'
106 \fBmk-ca-bundle\fP is a command line tool that is shipped as part of every
/external/autotest/client/site_tests/security_RootCA/
Dbaseline7 "UTN USERFirst Hardware Root CA",
9 "DigiCert Assured ID Root CA",
13 "Certum Trusted Network CA",
15 "Staat der Nederlanden Root CA",
21 "QuoVadis Root CA 3",
25 "Microsec e-Szigno Root CA",
29 "Go Daddy Class 2 CA",
35 "CA Disig",
46 "36:79:CA:35:66:87:72:30:4D:30:A5:FB:87:3B:0F:A7:7B:B7:0D:54":
49 "Security Communication Root CA",
[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/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/boringssl/src/crypto/x509v3/
Dv3_purp.c84 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, int ca);
85 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca);
86 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca);
87 static int purpose_smime(const X509 *x, int ca);
88 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, int ca);
89 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x, int ca);
90 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, int ca);
91 static int check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x, int ca);
92 static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca);
93 static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca);
[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 …]
DCtConstructor.java151 CodeAttribute ca = getMethodInfo2().getCodeAttribute(); in isEmpty() local
152 if (ca == null) in isEmpty()
156 ConstPool cp = ca.getConstPool(); in isEmpty()
157 CodeIterator it = ca.iterator(); in isEmpty()
252 CodeAttribute ca = methodInfo.getCodeAttribute(); in insertBeforeBody() local
253 CodeIterator iterator = ca.iterator(); in insertBeforeBody()
255 ca.getMaxStack(), ca.getMaxLocals()); in insertBeforeBody()
256 b.setStackDepth(ca.getMaxStack()); in insertBeforeBody()
261 ca.setMaxStack(b.getMaxStack()); in insertBeforeBody()
262 ca.setMaxLocals(b.getMaxLocals()); in insertBeforeBody()
[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/tlsdate/
DMakefile.am71 cert_DATA = ca-roots/tlsdate-ca-roots.conf
117 # This allows us to parse the Mozilla NSS CA trusted root list and ensures we
119 # context is dangerous. This gives us a basic set of CA roots to trust for use
120 # with tlsdate without relying on any system CA list.
124 …lla.org/mozilla/source/security/nss/lib/ckfw/builtins/certdata.txt\?raw\=1 -o ca-roots/certdata.txt
125 …git/extract-nss-root-certs/convert_mozilla_certdata.go ca-roots/certdata.txt > ca-roots/tlsdate-ca
126 rm ca-roots/certdata.txt
129 …./src/tlsdate-helper google.com 443 tlsv1 racket verbose ca-roots/tlsdate-ca-roots.conf dont-set-c…
137 echo '#define TLSDATE_CONFIG "$(sysconfdir)/ca-roots/"'; \
138 echo '#define TLSDATE_CERTFILE "$(sysconfdir)/tlsdate/ca-roots/tlsdate-ca-roots.conf"'; \
/external/libcxx/test/std/utilities/function.objects/func.require/
Dbullet_5.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/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DLocaleBuilderTest.java49 {"L", "en", "R", "CA", "L", null, "T", "und-CA", "_CA"}, in TestLocaleBuilder()
50 {"L", "en", "R", "CA", "L", "", "T", "und-CA", "_CA"}, in TestLocaleBuilder()
69 …{"B", "fr-FR-1606nict-u-ca-gregory-x-test", "T", "fr-FR-1606nict-u-ca-gregory-x-test", "fr_FR_1606… in TestLocaleBuilder()
71 {"B", "und-CA", "T", "und-CA", "_CA"}, in TestLocaleBuilder()
74 …{"U", "ja_JP@calendar=japanese;currency=JPY", "L", "ko", "T", "ko-JP-u-ca-japanese-cu-jpy", "ko_JP… in TestLocaleBuilder()
75 …{"U", "ja_JP@calendar=japanese;currency=JPY", "K", "ca", null, "T", "ja-JP-u-cu-jpy", "ja_JP@curre… in TestLocaleBuilder()
76 …, "ja_JP@calendar=japanese;currency=JPY", "E", "u", "attr1-ca-gregory", "T", "ja-JP-u-attr1-ca-gre… in TestLocaleBuilder()
79 {"U", "zh_Hans", "R", "sg", "K", "ca", "badcalendar", "X"}, in TestLocaleBuilder()
93 …{"L", "ja", "R", "jp", "K", "ca", "japanese", "T", "ja-JP-u-ca-japanese", "ja_JP@calendar=japanese… in TestLocaleBuilder()
94 …{"K", "co", "PHONEBK", "K", "ca", "gregory", "L", "De", "T", "de-u-ca-gregory-co-phonebk", "de@cal… in TestLocaleBuilder()
[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/curl/lib/
Dcurl_addrinfo.c80 Curl_addrinfo *ca; in Curl_freeaddrinfo() local
82 for(ca = cahead; ca != NULL; ca = canext) { in Curl_freeaddrinfo()
83 free(ca->ai_addr); in Curl_freeaddrinfo()
84 free(ca->ai_canonname); in Curl_freeaddrinfo()
85 canext = ca->ai_next; in Curl_freeaddrinfo()
87 free(ca); in Curl_freeaddrinfo()
117 Curl_addrinfo *ca; in Curl_getaddrinfo_ex() local
150 if((ca = malloc(sizeof(Curl_addrinfo))) == NULL) { in Curl_getaddrinfo_ex()
158 ca->ai_flags = ai->ai_flags; in Curl_getaddrinfo_ex()
159 ca->ai_family = ai->ai_family; in Curl_getaddrinfo_ex()
[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/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/tlsdate/ca-roots/
Dtlsdate-ca-roots.conf9 # 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/conscrypt/src/test/java/org/conscrypt/ct/
DCTVerifierTest.java30 private OpenSSLX509Certificate ca; field in CTVerifierTest
37 ca = OpenSSLX509Certificate.fromX509PemInputStream(openTestFile("ca-cert.pem")); in setUp()
65 OpenSSLX509Certificate[] chain = new OpenSSLX509Certificate[] { cert, ca }; in test_verifySignedCertificateTimestamps_withOCSPResponse()
75 OpenSSLX509Certificate[] chain = new OpenSSLX509Certificate[] { cert, ca }; in test_verifySignedCertificateTimestamps_withTLSExtension()
85 OpenSSLX509Certificate[] chain = new OpenSSLX509Certificate[] { certEmbedded, ca }; in test_verifySignedCertificateTimestamps_withEmbeddedExtension()
94 OpenSSLX509Certificate[] chain = new OpenSSLX509Certificate[] { cert, ca }; in test_verifySignedCertificateTimestamps_withoutTimestamp()
103 OpenSSLX509Certificate[] chain = new OpenSSLX509Certificate[] { cert, ca }; in test_verifySignedCertificateTimestamps_withInvalidSignature()
116 OpenSSLX509Certificate[] chain = new OpenSSLX509Certificate[] { cert, ca }; in test_verifySignedCertificateTimestamps_withUnknownLog()
129 OpenSSLX509Certificate[] chain = new OpenSSLX509Certificate[] { cert, ca }; in test_verifySignedCertificateTimestamps_withInvalidEncoding()
146 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>>...75