Searched refs:ocsp (Results 1 - 25 of 45) sorted by relevance

12

/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Drevoke.c65 OCSPBasicOCSPResponse ocsp; member in struct:revoke_ocsp
124 free_ocsp(struct revoke_ocsp *ocsp) argument
126 free(ocsp->path);
127 free_OCSPBasicOCSPResponse(&ocsp->ocsp);
128 hx509_certs_free(&ocsp->certs);
129 hx509_cert_free(ocsp->signer);
171 struct revoke_ocsp *ocsp,
185 * the www.openvalidation.org test's ocsp validator.
191 switch(ocsp
170 verify_ocsp(hx509_context context, struct revoke_ocsp *ocsp, time_t time_now, hx509_certs certs, hx509_cert parent) argument
326 load_ocsp(hx509_context context, struct revoke_ocsp *ocsp) argument
694 struct revoke_ocsp *ocsp = &ctx->ocsps.val[i]; local
1082 struct revoke_ocsp ocsp; local
[all...]
H A Dtest_chain.in120 echo "ocsp non-ca responder"
124 ocsp:FILE:$srcdir/data/ocsp-resp1-ocsp.der > /dev/null || exit 1
126 echo "ocsp ca responder"
130 ocsp:FILE:$srcdir/data/ocsp-resp1-ca.der > /dev/null || exit 1
132 echo "ocsp no-ca responder, missing cert"
136 ocsp:FILE:$srcdir/data/ocsp
[all...]
H A DMakefile.am130 ocsp_asn1_files: $(ASN1_COMPILE_DEP) $(srcdir)/ocsp.asn1 $(srcdir)/ocsp.opt
131 $(ASN1_COMPILE) --option-file=$(srcdir)/ocsp.opt $(srcdir)/ocsp.asn1 ocsp_asn1 || (rm -f ocsp_asn1_files ; exit 1)
312 ocsp.asn1 \
313 ocsp.opt \
368 data/ocsp-req1.der \
369 data/ocsp-req2.der \
370 data/ocsp-resp1-2.der \
371 data/ocsp
[all...]
H A DMakefile.in643 ocsp.asn1 \
644 ocsp.opt \
699 data/ocsp-req1.der \
700 data/ocsp-req2.der \
701 data/ocsp-resp1-2.der \
702 data/ocsp-resp1-3.der \
703 data/ocsp-resp1-ca.der \
704 data/ocsp-resp1-keyhash.der \
705 data/ocsp-resp1-ocsp
[all...]
/freebsd-11-stable/secure/usr.bin/openssl/
H A DMakefile.man22 MAN+= ocsp.1
78 MLINKS+= ocsp.1 openssl-ocsp.1
H A DMakefile16 errstr.c gendh.c gendsa.c genpkey.c genrsa.c nseq.c ocsp.c openssl.c \
/freebsd-11-stable/crypto/openssl/apps/
H A Dprogs.pl52 elsif ( ($_ =~ /^ocsp$/))
H A DMakefile42 pkcs8 pkey pkeyparam pkeyutl spkac smime rand engine ocsp prime ts srp
59 spkac.o smime.o cms.o rand.o engine.o ocsp.o prime.o ts.o srp.o
67 spkac.c smime.c cms.c rand.c engine.c ocsp.c prime.c ts.c srp.c
182 app_rand.o: ../include/openssl/ocsp.h ../include/openssl/opensslconf.h
198 apps.o: ../include/openssl/ocsp.h ../include/openssl/opensslconf.h
214 asn1pars.o: ../include/openssl/objects.h ../include/openssl/ocsp.h
231 ca.o: ../include/openssl/ocsp.h ../include/openssl/opensslconf.h
248 ciphers.o: ../include/openssl/objects.h ../include/openssl/ocsp.h
268 cms.o: ../include/openssl/ocsp.h ../include/openssl/opensslconf.h
283 crl.o: ../include/openssl/objects.h ../include/openssl/ocsp
[all...]
H A Dapps.h126 # include <openssl/ocsp.h>
277 /* Functions defined in ca.c and also used in ocsp.c */
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_config.h767 * ocsp - Whether to use/require OCSP to check server certificate
773 int ocsp; member in struct:eap_peer_config
/freebsd-11-stable/crypto/heimdal/kdc/
H A Dpkinit.c88 } ocsp; variable in typeref:struct:__anon5942
1487 if (ocsp.expire == 0 && ocsp.next_update > kdc_time) {
1491 krb5_data_free(&ocsp.data);
1493 ocsp.expire = 0;
1494 ocsp.next_update = kdc_time + 60 * 5;
1499 "PK-INIT failed to open ocsp data file %d", errno);
1507 "PK-INIT failed to stat ocsp data %d", ret);
1511 ret = krb5_data_alloc(&ocsp.data, sb.st_size);
1515 "PK-INIT failed to stat ocsp dat
[all...]
/freebsd-11-stable/crypto/openssl/crypto/err/
H A Derr_all.c98 #include <openssl/ocsp.h>
H A DMakefile96 err_all.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h
/freebsd-11-stable/crypto/openssl/crypto/ocsp/
H A Docsp_err.c1 /* crypto/ocsp/ocsp_err.c */
64 #include <openssl/ocsp.h>
H A DMakefile2 # OpenSSL/ocsp/Makefile
5 DIR= ocsp
28 EXHEADER= ocsp.h
89 ocsp_asn.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.h
103 ocsp_cl.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h
119 ocsp_err.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.h
133 ocsp_ext.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h
148 ocsp_ht.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h
163 ocsp_lib.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.h
178 ocsp_prn.o: ../../include/openssl/ocsp
[all...]
H A Docsp_lib.c74 #include <openssl/ocsp.h>
H A Docsp_asn.c61 #include <openssl/ocsp.h>
H A Docsp_prn.c8 * History: This file was originally part of ocsp.c and was transfered to
69 #include <openssl/ocsp.h>
H A Docsp_srv.c67 #include <openssl/ocsp.h>
H A Docsp_cl.c75 #include <openssl/ocsp.h>
H A Docsp_ht.c66 #include <openssl/ocsp.h>
165 "Content-Type: application/ocsp-request\r\n"
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dhttp_curl.c21 #include <openssl/ocsp.h>
61 } ocsp; member in struct:http_ctx
1039 if (depth == 0 && ctx->ocsp != NO_OCSP && preverify_ok) {
1050 } else if (res != OCSP_GOOD && (ctx->ocsp == MANDATORY_OCSP)) {
1125 if (ctx->ocsp == MANDATORY_OCSP)
1127 return (ctx->ocsp == MANDATORY_OCSP) ? 0 : 1;
1250 (ctx->ocsp == MANDATORY_OCSP) ? "" :
1255 if (ctx->ocsp == MANDATORY_OCSP)
1258 return (ctx->ocsp == MANDATORY_OCSP) ? 0 : 1;
1282 if (ctx->ocsp
[all...]
/freebsd-11-stable/kerberos5/lib/libhx509/
H A DMakefile275 ${GEN_OCSP}: ocsp.asn1 ocsp.opt
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_ocsp.c66 # include <openssl/ocsp.h>
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dconfig.h340 * ocsp - Whether to use/require OCSP to check server certificate
346 int ocsp; member in struct:wpa_cred

Completed in 193 milliseconds

12