Home
last modified time | relevance | path

Searched refs:serial (Results 26 – 50 of 92) sorted by relevance

1234

/openssl/crypto/x509/
H A Dv3_akeya.c20 ASN1_IMP_OPT(AUTHORITY_KEYID, serial, ASN1_INTEGER, 2)
/openssl/doc/man1/
H A Dopenssl-x509.pod.in32 [B<-serial>]
247 =item B<-serial>
249 Prints the certificate serial number.
363 Specifies the serial number to use.
497 Sets the CA serial number file to use.
500 the certificate serial number is stored in the given file.
511 is given and the default serial number file does not exist,
517 the CA serial number file is created if it does not exist.
618 Don't print out the serial number.
693 Print the certificate serial number:
[all …]
/openssl/apps/
H A Dx509.c289 int text = 0, serial = 0, subject = 0, issuer = 0, startdate = 0, ext = 0; in x509_main() local
474 serial = ++num; in x509_main()
928 } else if (i == serial) { in x509_main()
1109 BIGNUM *serial = NULL; in x509_load_serial() local
1123 serial = load_serial(serialfile, &file_exists, create || defaultfile, NULL); in x509_load_serial()
1124 if (serial == NULL) in x509_load_serial()
1127 if (!BN_add_word(serial, 1)) { in x509_load_serial()
1133 save_serial(serialfile, NULL, serial, &bs); in x509_load_serial()
1135 bs = BN_to_ASN1_INTEGER(serial, NULL); in x509_load_serial()
1139 BN_free(serial); in x509_load_serial()
H A Docsp.c62 static int add_ocsp_serial(OCSP_REQUEST **req, char *serial,
931 static int add_ocsp_serial(OCSP_REQUEST **req, char *serial, in add_ocsp_serial() argument
950 sno = s2i_ASN1_INTEGER(NULL, serial); in add_ocsp_serial()
952 BIO_printf(bio_err, "Error converting serial number %s\n", serial); in add_ocsp_serial()
1061 ASN1_INTEGER *serial; in make_ocsp_response() local
1091 OCSP_id_get0_info(NULL, NULL, NULL, &serial, cid); in make_ocsp_response()
1092 inf = lookup_serial(db, serial); in make_ocsp_response()
H A Dopenssl.cnf91 serial = $dir/serial # The current serial number
313 serial = $dir/tsaserial # The current serial number (mandatory)
H A Dopenssl-vms.cnf91 serial = $dir]serial. # The current serial number
313 serial = $dir]tsaserial. # The current serial number (mandatory)
H A Dreq.c233 ASN1_INTEGER *serial = NULL; in req_main() local
421 if (serial != NULL) { in req_main()
425 serial = s2i_ASN1_INTEGER(NULL, opt_arg()); in req_main()
426 if (serial == NULL) in req_main()
803 if (serial != NULL) { in req_main()
804 if (!X509_set_serialNumber(new_x509, serial)) in req_main()
1049 ASN1_INTEGER_free(serial); in req_main()
/openssl/test/
H A Dcmp_msg_test.c432 ASN1_INTEGER *serial = ASN1_INTEGER_new(); in execute_rp_create() local
437 if (si == NULL || issuer == NULL || serial == NULL) in execute_rp_create()
442 || !ASN1_INTEGER_set(serial, 99) in execute_rp_create()
443 || (cid = OSSL_CRMF_CERTID_gen(issuer, serial)) == NULL in execute_rp_create()
455 ASN1_INTEGER_free(serial); in execute_rp_create()
/openssl/include/crypto/
H A Dess.h23 ASN1_INTEGER *serial; member
/openssl/crypto/ts/
H A Dts_rsp_print.c134 if (a->serial == NULL) in TS_TST_INFO_print_bio()
137 TS_ASN1_INTEGER_print_bio(bio, a->serial); in TS_TST_INFO_print_bio()
H A Dts_local.h86 ASN1_INTEGER *serial; member
H A Dts_conf.c137 char *serial = NCONF_get_string(conf, section, ENV_SERIAL); in TS_CONF_set_serial() local
138 if (!serial) { in TS_CONF_set_serial()
142 TS_RESP_CTX_set_serial_cb(ctx, cb, serial); in TS_CONF_set_serial()
/openssl/crypto/cmp/
H A Dcmp_server.c250 const ASN1_INTEGER *serial; in process_rr() local
269 serial = OSSL_CRMF_CERTTEMPLATE_get0_serialNumber(tmpl); in process_rr()
270 if (issuer != NULL && serial != NULL in process_rr()
271 && (certId = OSSL_CRMF_CERTID_gen(issuer, serial)) == NULL) in process_rr()
273 if ((si = srv_ctx->process_rr(srv_ctx, req, issuer, serial)) == NULL) in process_rr()
/openssl/doc/man3/
H A DOSSL_CRMF_MSG_set0_validity.pod27 const ASN1_INTEGER *serial);
53 and/or I<serial>.
56 while the I<subject>, I<issuer>, and I<serial> structures (if given) are copied.
H A DOCSP_cert_to_id.pod37 issuer name B<issuerName>, issuer key hash B<issuerKey> and serial number
47 serial number contained in B<cid>. If any of the values are not required the
H A DOSSL_ESS_check_signing_certs.pod32 If I<set_issuer_serial> is nonzero then also the issuer and serial number
53 it must match the certificate issuer and serial number attributes.
H A DOSSL_CRMF_MSG_set1_regCtrl_regToken.pod53 const ASN1_INTEGER *serial);
96 given I<issuer> name and I<serial> number.
/openssl/crypto/ec/curve448/
H A Dfield.h65 void gf_serialize(uint8_t serial[SER_BYTES], const gf x, int with_highbit);
66 mask_t gf_deserialize(gf x, const uint8_t serial[SER_BYTES], int with_hibit,
/openssl/crypto/pkcs7/
H A Dpk7_lib.c355 ASN1_INTEGER_free(p7i->issuer_and_serial->serial); in PKCS7_SIGNER_INFO_set()
356 if (!(p7i->issuer_and_serial->serial = in PKCS7_SIGNER_INFO_set()
621 ASN1_INTEGER_free(p7i->issuer_and_serial->serial); in PKCS7_RECIP_INFO_set()
622 if (!(p7i->issuer_and_serial->serial = in PKCS7_RECIP_INFO_set()
670 issuer_and_serial->serial)); in PKCS7_cert_from_signer_info()
/openssl/crypto/ess/
H A Dess_asn1.c21 ASN1_SIMPLE(ESS_ISSUER_SERIAL, serial, ASN1_INTEGER)
/openssl/doc/man7/
H A Dprovider-storemgmt.pod148 =item "serial" (B<OSSL_STORE_PARAM_SERIAL>) <integer>
151 serial number associated.
178 search for a certificate by issuer+serial, both the "issuer" and the
179 "serial" parameters will be given.
/openssl/crypto/store/
H A Dstore_local.h60 const ASN1_INTEGER *serial; member
H A Dstore_lib.c359 && (number = ASN1_INTEGER_to_BN(search->serial, NULL)) != NULL in OSSL_STORE_find()
872 const ASN1_INTEGER *serial) in OSSL_STORE_SEARCH_by_issuer_serial() argument
883 search->serial = serial; in OSSL_STORE_SEARCH_by_issuer_serial()
949 return criterion->serial; in OSSL_STORE_SEARCH_get0_serial()
/openssl/demos/certs/
H A DREADME.txt3 CA certificates, obsolete V1 certificates or duplicate serial numbers.
/openssl/include/openssl/
H A Dcrmf.h.in124 const ASN1_INTEGER *serial);
172 const ASN1_INTEGER *serial);

Completed in 59 milliseconds

1234