Home
last modified time | relevance | path

Searched refs:rev (Results 1 – 23 of 23) sorted by relevance

/openssl/crypto/x509/
H A Dx_crl.c98 gtmp = X509_REVOKED_get_ext_d2i(rev,
119 rev->issuer = gens;
128 rev->reason = ASN1_ENUMERATED_get(reason);
131 rev->reason = CRL_REASON_NONE;
135 exts = rev->extensions;
408 X509_REVOKED *rev) in crl_revoked_issuer_match() argument
412 if (!rev->issuer) { in crl_revoked_issuer_match()
438 X509_REVOKED rtmp, *rev; in def_crl_lookup() local
461 if (ASN1_INTEGER_cmp(&rev->serialNumber, serial)) in def_crl_lookup()
463 if (crl_revoked_issuer_match(crl, issuer, rev)) { in def_crl_lookup()
[all …]
H A Dt_crl.c42 STACK_OF(X509_REVOKED) *rev; in X509_CRL_print_ex()
73 rev = X509_CRL_get_REVOKED(x); in X509_CRL_print_ex()
75 if (sk_X509_REVOKED_num(rev) > 0) in X509_CRL_print_ex()
80 for (i = 0; i < sk_X509_REVOKED_num(rev); i++) { in X509_CRL_print_ex()
81 r = sk_X509_REVOKED_value(rev, i); in X509_CRL_print_ex()
H A Dx509_vfy.c1614 X509_REVOKED *rev; in cert_crl() local
1630 if (X509_CRL_get0_by_cert(crl, &rev, x)) { in cert_crl()
1631 if (rev->reason == CRL_REASON_REMOVE_FROM_CRL) in cert_crl()
/openssl/crypto/ocsp/
H A Docsp_prn.c141 OCSP_REVOKEDINFO *rev = NULL; in OCSP_RESPONSE_print() local
199 rev = cst->value.revoked; in OCSP_RESPONSE_print()
202 if (!ASN1_GENERALIZEDTIME_print(bp, rev->revocationTime)) in OCSP_RESPONSE_print()
204 if (rev->revocationReason) { in OCSP_RESPONSE_print()
205 l = ASN1_ENUMERATED_get(rev->revocationReason); in OCSP_RESPONSE_print()
H A Docsp_cl.c261 OCSP_REVOKEDINFO *rev = cst->value.revoked; in OCSP_single_get0_status() local
264 *revtime = rev->revocationTime; in OCSP_single_get0_status()
266 if (rev->revocationReason) in OCSP_single_get0_status()
267 *reason = ASN1_ENUMERATED_get(rev->revocationReason); in OCSP_single_get0_status()
/openssl/demos/certs/
H A Docspquery.sh15 $OPENSSL ocsp -issuer intca.pem -cert rev.pem -CAfile root.pem \
20 -cert client.pem -cert server.pem -cert rev.pem \
H A Dmkcerts.sh36 -extfile ca.cnf -extensions usr_cert -CAcreateserial -out rev.pem
85 $OPENSSL ca -valid rev.pem -keyfile root.pem -cert root.pem \
91 openssl ca -revoke rev.pem -crl_reason superseded \
/openssl/apps/
H A Drsautl.c85 int hexdump = 0, asn1parse = 0, need_priv = 0, rev = 0; in rsautl_main() local
139 rev = 1; in rsautl_main()
229 if (rev) { in rsautl_main()
H A Dpkeyutl.c111 char hexdump = 0, asn1parse = 0, rev = 0, *prog; in pkeyutl_main() local
228 rev = 1; in pkeyutl_main()
276 if (rawin && rev) { in pkeyutl_main()
428 if (rev) { in pkeyutl_main()
H A Dca.c136 static int make_revoked(X509_REVOKED *rev, const char *str);
2461 static int make_revoked(X509_REVOKED *rev, const char *str) in make_revoked() argument
2477 if (rev && !X509_REVOKED_set_revocationDate(rev, revDate)) in make_revoked()
2480 if (rev && (reason_code != OCSP_REVOKED_STATUS_NOSTATUS)) { in make_revoked()
2484 if (X509_REVOKED_add1_ext_i2d(rev, NID_crl_reason, rtmp, 0, 0) <= 0) in make_revoked()
2488 if (rev && comp_time) { in make_revoked()
2490 (rev, NID_invalidity_date, comp_time, 0, 0) <= 0) in make_revoked()
2493 if (rev && hold) { in make_revoked()
2495 (rev, NID_hold_instruction_code, hold, 0, 0) <= 0) in make_revoked()
H A Docsp.c976 ASN1_GENERALIZEDTIME *rev, *thisupd, *nextupd; in print_ocsp_summary() local
991 &rev, &thisupd, &nextupd)) { in print_ocsp_summary()
1024 ASN1_GENERALIZEDTIME_print(out, rev); in print_ocsp_summary()
H A Ds_server.c1009 int rev = 0, naccept = -1, sdebug = 0; in s_server_main() local
1471 rev = 1; in s_server_main()
1706 if (early_data && (www > 0 || rev)) { in s_server_main()
2246 if (rev) in s_server_main()
/openssl/doc/man3/
H A DX509_CRL_get0_by_serial.pod27 int X509_CRL_add0_revoked(X509_CRL *crl, X509_REVOKED *rev);
58 X509_CRL_add0_revoked() appends revoked entry I<rev> to CRL I<crl>. The
59 pointer I<rev> is used internally so it B<MUST NOT> be freed after the call:
/openssl/.github/workflows/
H A Dstatic-analysis.yml43 --form version="`date -u -I` `git rev-parse --short HEAD`" \
/openssl/dev/
H A Drelease.sh220 orig_branch=$(git rev-parse --abbrev-ref HEAD)
234 orig_HEAD=$(git rev-parse HEAD)
281 current_branch=$(git rev-parse --abbrev-ref HEAD)
/openssl/doc/man1/
H A Dopenssl-rsautl.pod.in14 [B<-rev>]
59 =item B<-rev>
H A Dopenssl-pkeyutl.pod.in24 [B<-rev>]
117 =item B<-rev>
H A Dopenssl-s_server.pod.in87 [B<-rev>]
557 =item B<-rev>
804 B<-WWW>, B<-HTTP> or B<-rev>.
/openssl/doc/man7/
H A Dcrypto.pod484 int X509_CRL_add0_revoked(X509_CRL *crl, X509_REVOKED *rev);
489 X509_CRL_add0_revoked() function above, ownership of the I<rev> object is passed
490 to the I<crl> object. Therefore, after calling this function I<rev> should not
/openssl/crypto/aes/asm/
H A Dbsaes-armv8.pl1429 rev w23, w23
1444 rev w0, w23
/openssl/include/openssl/
H A Dx509.h.in594 int X509_CRL_add0_revoked(X509_CRL *crl, X509_REVOKED *rev);
/openssl/crypto/objects/
H A Dobjects.txt878 !Cname no-rev-avail
/openssl/
H A DCHANGES.md6061 * Add -rev test option to s_server to just reverse order of characters

Completed in 108 milliseconds