HomeSort by relevance Sort by last modified time
    Searched refs:ocsp (Results 1 - 25 of 28) sorted by null

1 2

  /external/openssl/apps/
progs.pl 52 elsif ( ($_ =~ /^ocsp$/))
apps.h 126 #include <openssl/ocsp.h>
273 /* Functions defined in ca.c and also used in ocsp.c */
s_client.c 164 #include <openssl/ocsp.h>
    [all...]
ca.c 75 #include <openssl/ocsp.h>
    [all...]
  /external/openssl/crypto/err/
err_all.c 98 #include <openssl/ocsp.h>
  /external/openssl/crypto/ocsp/
ocsp_err.c 1 /* crypto/ocsp/ocsp_err.c */
63 #include <openssl/ocsp.h>
ocsp_lib.c 71 #include <openssl/ocsp.h>
ocsp_asn.c 60 #include <openssl/ocsp.h>
ocsp_cl.c 72 #include <openssl/ocsp.h>
74 /* Utility functions related to sending OCSP requests and extracting
78 /* Add an OCSP_CERTID to an OCSP request. Return new OCSP_ONEREQ
119 /* Add a certificate to an OCSP request */
137 /* Sign an OCSP request set the requestorName to the subjec
ocsp_ht.c 65 #include <openssl/ocsp.h>
72 /* Stateful OCSP request code, supporting non-blocking I/O */
74 /* Opaque OCSP request status structure */
88 /* OCSP states */
98 /* OCSP initial header (tag + length) being read */
100 /* OCSP content octets being read */
124 "Content-Type: application/ocsp-request\r\n"
488 /* Blocking OCSP request handler: now a special case of non-blocking I/O */
ocsp_prn.c 6 This file was originally part of ocsp.c and was transfered to Richard
66 #include <openssl/ocsp.h>
144 if (BIO_write(bp,"OCSP Request Data:\n",19) <= 0) goto err;
194 if (BIO_puts(bp,"OCSP Response Data:\n") <= 0) goto err;
196 if (BIO_printf(bp," OCSP Response Status: %s (0x%lx)\n",
ocsp_srv.c 66 #include <openssl/ocsp.h>
68 /* Utility functions related to sending OCSP responses and extracting
105 /* Create an OCSP response and encode an optional basic response */
196 /* Add a certificate to an OCSP request */
ocsp_vfy.c 59 #include <openssl/ocsp.h>
137 * need to verify it against the OCSP issuer criteria.
237 /* Check to see if OCSP responder CA matches request CA */
251 /* Otherwise check if OCSP request signed directly by request CA */
358 /* Verify an OCSP request. This is fortunately much easier than OCSP
ocsp_ext.c 68 #include <openssl/ocsp.h>
74 /* OCSP request extensions */
170 /* OCSP Basic response */
218 /* OCSP single response extensions */
350 /* Add nonce to an OCSP request */
408 /* Copy the nonce value (if any) from an OCSP request to
  /external/openssl/
Apps-config-host.mk 45 apps/ocsp.c \
Apps-config-target.mk 45 apps/ocsp.c \
Crypto-config-host.mk 382 crypto/ocsp/ocsp_asn.c \
383 crypto/ocsp/ocsp_cl.c \
384 crypto/ocsp/ocsp_err.c \
385 crypto/ocsp/ocsp_ext.c \
386 crypto/ocsp/ocsp_ht.c \
387 crypto/ocsp/ocsp_lib.c \
388 crypto/ocsp/ocsp_prn.c \
389 crypto/ocsp/ocsp_srv.c \
390 crypto/ocsp/ocsp_vfy.c \
Crypto-config-target.mk 382 crypto/ocsp/ocsp_asn.c \
383 crypto/ocsp/ocsp_cl.c \
384 crypto/ocsp/ocsp_err.c \
385 crypto/ocsp/ocsp_ext.c \
386 crypto/ocsp/ocsp_ht.c \
387 crypto/ocsp/ocsp_lib.c \
388 crypto/ocsp/ocsp_prn.c \
389 crypto/ocsp/ocsp_srv.c \
390 crypto/ocsp/ocsp_vfy.c \
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /external/openssl/crypto/x509v3/
v3_ocsp.c 65 #include <openssl/ocsp.h>
68 /* OCSP extensions and a couple of CRL entry extensions
202 /* OCSP nonce. This is needs special treatment because it doesn't have
  /external/chromium_org/third_party/tlslite/tlslite/
constants.py 49 ocsp = 1 variable in class:CertificateStatusType
messages.py 198 # their certificate. If OCSP is requested, they
200 # when selecting an OCSP responder and SHOULD include
201 # request_extensions in the OCSP request.
438 if status_type != CertificateStatusType.ocsp:
450 w.add(CertificateStatusType.ocsp, 1)
  /external/chromium_org/net/tools/testserver/
testserver.py 136 OCSP response"""
    [all...]
  /external/chromium_org/net/ocsp/
nss_ocsp.cc 5 #include "net/ocsp/nss_ocsp.h"
9 #include <ocsp.h>
55 // saner upper limit for OCSP/CRL/AIA fetches.
127 // All OCSP handlers should be called in the context of
245 VLOG(1) << "OCSP Timed out";
426 base::TimeDelta timeout_; // The timeout for OCSP
462 // whether it's safe to re-enter this code from talking to an OCSP
564 // or CRLs or talk to OCSP responders over HTTP. These functions must
580 NOTREACHED() << "Error initializing OCSP: " << PR_GetError();
586 // By using OCSP for those certificates, which don't have AIA extensions
    [all...]
  /external/chromium_org/net/socket/
ssl_client_socket_nss.cc 55 #include <ocsp.h>
105 #include "net/ocsp/nss_ocsp.h"
169 // sending the OCSP response if it supports the extension, for the subset of
221 // TODO(agl): Figure out if we can plumb the OCSP response into Mac's system
444 // Stapled OCSP response received.
750 // Update the OCSP response cache with the stapled response received in the
752 // the SignedCertificateTimestampList received in the stapled OCSP response.
    [all...]

Completed in 394 milliseconds

1 2