OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:certificates
(Results
226 - 250
of
1008
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/go/darwin-x86/src/crypto/x509/
root_windows.go
14
// certificate store containing itself and all of the intermediate
certificates
specified
160
// Both IE and Chrome allow
certificates
with
161
// Server Gated Crypto as well. Some
certificates
/prebuilts/go/linux-x86/src/crypto/x509/
root_windows.go
14
// certificate store containing itself and all of the intermediate
certificates
specified
160
// Both IE and Chrome allow
certificates
with
161
// Server Gated Crypto as well. Some
certificates
/docs/source.android.com/src/devices/tech/config/
uicc.jd
29
Android platform loads
certificates
stored on a UICC and grants permission to
30
apps signed by these
certificates
to make calls to a handful of special APIs.
199
certificates
on the UICC, you must prepare the UICC to pass these tests.</p>
205
tests also print out the expected certificate hash if
certificates
on UICC
230
<p><strong>How can
certificates
be updated on the UICC?</strong></p>
240
certificates
on it?</strong></p>
245
<p><strong>Is there a limit on the number of
certificates
on the UICC?</strong>
248
<p><em>A: The platform doesn?t limit the number of
certificates
; but because the
340
<p><em>A: The deviceAppID storing
certificates
is already supported by the
/external/boringssl/src/ssl/test/runner/
handshake_server.go
323
if len(config.
Certificates
) == 0 {
325
return false, errors.New("tls: no
certificates
configured")
327
hs.cert = &config.
Certificates
[0]
467
sessionHasClientCerts := len(hs.sessionState.
certificates
) != 0
498
if len(hs.sessionState.
certificates
) > 0 {
499
if _, err := hs.processCertsFromClient(hs.sessionState.
certificates
); err != nil {
548
certMsg.
certificates
= hs.cert.Certificate
635
if len(certMsg.
certificates
) == 0 {
644
pub, err = hs.processCertsFromClient(certMsg.
certificates
)
869
certificates
: hs.certsFromClient
[
all
...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
SignerIdentifier.java
15
* The
certificates
referred to by this are at containing {@link SignedData} structure.
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/
PKIXCertStoreSelector.java
14
* This class is a Selector implementation for
certificates
.
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509CertStoreSelector.java
11
* This class is a Selector implementation for X.509
certificates
.
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
sslproxy.py
73
"""Wraps a BaseHTTPHandler with SSL MITM
certificates
."""
/external/curl/docs/libcurl/opts/
CURLOPT_CAINFO.3
32
certificates
to verify the peer with.
/external/curl/lib/
mk-ca-bundle.vbs
107
myFh.Write "## " & myCaFile & " -- Bundle of CA Root
Certificates
" & vbLf
111
myFh.Write "## This is a bundle of X.509
certificates
of public Certificate Authorities" & vbLf
112
myFh.Write "## (CA). These were automatically extracted from Mozilla's root
certificates
" & vbLf
116
myFh.Write "## It contains the
certificates
in PEM format and therefore" & vbLf
/external/google-tv-pairing-protocol/cpp/src/polo/util/
certificateutil.cc
15
// Utilities for converting SSL
certificates
using OpenSSL functions.
/external/libmicrohttpd/
AUTHORS
8
Matthieu Speder <mspeder@users.sourceforge.net> (basic authentication, client
certificates
)
/external/tlsdate/
CHANGELOG
125
that tlsdate is recompiled yearly and that all
certificates
are otherwise
129
functions will fail to validate
certificates
. Commonly,
132
the
certificates
in question is the timing information, this option allows
138
issues, such as self-signed
certificates
or if the user pins to a CA that
TODO
23
29) extract the SubjectPublicKeyInfo from the
certificates
; match against
/external/wpa_supplicant_8/src/eap_peer/
eap_config.h
75
* This file can have one or more trusted CA
certificates
. If ca_cert
87
* certificate). In this case, the possible CA
certificates
in the
94
* On Windows, trusted CA
certificates
can be loaded from the system
106
* This path may contain multiple CA
certificates
in OpenSSL format.
109
* these
certificates
are added to the list of trusted CAs. ca_cert
250
* This file can have one or more trusted CA
certificates
. If ca_cert2
268
* This path may contain multiple CA
certificates
in OpenSSL format.
271
* these
certificates
are added to the list of trusted CAs. ca_cert
763
* abstract information like
certificates
and private keys inlined with the
/frameworks/opt/net/wifi/tests/wifitests/src/android/net/wifi/
FakeKeys.java
10
* A class containing test
certificates
.
/libcore/ojluni/src/main/java/java/security/cert/
CRL.java
31
* share the functionality of listing revoked
certificates
, and can be queried
PKIXParameters.java
266
*
certificates
and CRLs. May be <code>null</code>, in which case
297
* <code>CertStore</code>s used in finding
certificates
and CRLs.
310
* are used to find
certificates
and CRLs.
431
*
certificates
that include policy qualifiers in a certificate
433
* If the flag is false,
certificates
are not rejected on this basis.
458
*
certificates
that include policy qualifiers in a certificate policies
460
* If the flag is false,
certificates
are not rejected on this basis.
516
* process and verify private extensions contained in
certificates
.
715
/* now, append constraints on all
certificates
in the path */
X509Certificate.java
39
* Abstract class for X.509
certificates
. This provides a standard
51
* These
certificates
are widely used to support authentication and
57
* These
certificates
are managed and vouched for by <em>Certificate
58
* Authorities</em> (CAs). CAs are services which create
certificates
by
62
* CA
certificates
are either signed by themselves, or by some other
88
*
Certificates
are instantiated using a certificate factory. The following is
113
* Constructor for X.509
certificates
.
412
* conforming
certificates
not make use of unique identifiers.
520
* maximum number of CA
certificates
that may follow this certificate in a
/libcore/ojluni/src/main/java/javax/net/ssl/
HttpsURLConnection.java
86
* When multiple
certificates
are available for use in a
92
* @return an ordered array of
certificates
,
94
* certificate authorities. If no
certificates
were sent,
110
* @return an ordered array of server
certificates
,
/libcore/ojluni/src/main/java/javax/security/cert/
package.html
32
Provides classes for public key
certificates
.
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
ForwardBuilder.java
55
* matching
certificates
from CertStores and verify a particular certificate
83
// populate sets of trusted
certificates
and subject DNs
139
* Retrieves all end-entity
certificates
which satisfy constraints
183
* Retrieves all CA
certificates
which satisfy constraints
221
*
certificates
, please don't set the certificate valid
241
*
certificates
, please don't set the certificate valid
350
* Download
Certificates
from the given AIA and add them to the
391
* This inner class compares 2 PKIX
certificates
according to which
425
* 6) Any other
certificates
[
all
...]
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
SSLUtils.java
65
* TODO: UI to ask user about changed
certificates
94
// We don't check client
certificates
95
throw new CertificateException("We don't check client
certificates
");
102
throw new CertificateException("No
certificates
?");
/system/ca-certificates/
Android.mk
19
# Definitions for installing Certificate Authority (CA)
certificates
/frameworks/base/wifi/java/android/net/wifi/
WifiEnterpriseConfig.java
686
* Get CA certificate. If multiple CA
certificates
are configured previously,
699
* Specify a list of X.509
certificates
that identifies the server. The validation
700
* passes if the CA of server certificate matches one of the given
certificates
.
702
* <p>Default names are automatically assigned to the
certificates
and used
704
*
certificates
when the config is saved and removing the
certificates
when
707
* @param certs X.509 CA
certificates
708
* @throws IllegalArgumentException if any of the provided
certificates
is
728
* Get CA
certificates
.
751
* multiple CA
certificates
in OpenSSL format. Common use for this is t
[
all
...]
Completed in 1619 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>