Home
last modified time | relevance | path

Searched refs:serial (Results 51 – 75 of 92) sorted by relevance

1234

/openssl/doc/man1/
H A Dopenssl-ocsp.pod.in18 [B<-serial> I<n>]
120 =item B<-serial> I<num>
122 Same as the B<-cert> option except the certificate with serial number
123 B<num> is added to the request. The serial number is interpreted as a
145 If an OCSP request is being created (using B<-cert> and B<-serial> options)
160 with B<-serial>, B<-cert> and B<-host> options).
317 and B<-serial> options), supplied in a file (using the B<-reqin> option)
497 -issuer demoCA/cacert.pem -serial 1
H A Dopenssl-ts.pod.in401 =item B<serial>
403 The name of the file containing the hexadecimal serial number of the
406 generation a new file is created with serial number 1. (Mandatory)
612 The file containing the last serial number of the TSA is not
/openssl/doc/man3/
H A DX509_check_issued.pod22 serial number, and issuer fields of I<issuer>, as far as present. It also checks
H A DCMS_get0_SignerInfos.pod29 keyidentifier will be set in B<keyid> or B<both> issuer name and serial number
H A DCMS_add1_recipient_cert.pod52 and serial number. If B<CMS_USE_KEYID> is set it will use the subject key
H A DX509_cmp.pod41 The X509_issuer_and_serial_cmp() function compares the serial number and issuer
H A DCMS_add1_signer.pod74 and serial number. If B<CMS_USE_KEYID> is set it will use the subject key
H A DCMS_encrypt.pod54 and serial number. If B<CMS_USE_KEYID> is set it will use the subject key
H A DOSSL_CMP_SRV_CTX_new.pod47 const ASN1_INTEGER *serial);
H A DOSSL_CMP_MSG_get0_header.pod89 for KUR messages using the issuer name and serial number of the reference
H A DCMS_get0_RecipientInfos.pod55 B<keyid> or B<both> issuer name and serial number in B<issuer> and B<sno>.
H A DX509_LOOKUP_meth_new.pod70 const ASN1_INTEGER *serial,
H A DCMS_sign.pod74 and serial number. If B<CMS_USE_KEYID> is set it will use the subject key
H A DSSL_CTX_load_verify_locations.pod116 If several CA certificates matching the name, key identifier, and serial
/openssl/crypto/x509/
H A Dx509_local.h86 const ASN1_INTEGER *serial,
H A Dx509_cmp.c346 const ASN1_INTEGER *serial) in X509_find_by_issuer_and_serial() argument
354 x.cert_info.serialNumber = *serial; in X509_find_by_issuer_and_serial()
H A Dv3_purp.c1002 if (akid->serial && in X509_check_akid()
1003 ASN1_INTEGER_cmp(X509_get0_serialNumber(issuer), akid->serial)) in X509_check_akid()
1082 return (x->akid != NULL ? x->akid->serial : NULL); in X509_get0_authority_serial()
H A Dx509_lu.c116 const ASN1_INTEGER *serial, in X509_LOOKUP_by_issuer_serial() argument
121 return ctx->method->get_by_issuer_serial(ctx, type, name, serial, ret); in X509_LOOKUP_by_issuer_serial()
/openssl/crypto/pkcs7/
H A Dpk7_smime.c401 ias->issuer, ias->serial); in STACK_OF()
406 ias->issuer, ias->serial); in STACK_OF()
H A Dpk7_asn1.c167 ASN1_SIMPLE(PKCS7_ISSUER_AND_SERIAL, serial, ASN1_INTEGER)
/openssl/crypto/ts/
H A Dts_asn1.c90 ASN1_SIMPLE(TS_TST_INFO, serial, ASN1_INTEGER),
/openssl/include/openssl/
H A Dstore.h222 *serial);
H A Dx509.h.in308 ASN1_INTEGER *serial,
596 X509_REVOKED **ret, const ASN1_INTEGER *serial);
643 int X509_set_serialNumber(X509 *x, ASN1_INTEGER *serial);
753 int X509_REVOKED_set_serialNumber(X509_REVOKED *x, ASN1_INTEGER *serial);
1005 const ASN1_INTEGER *serial);
/openssl/crypto/cmp/
H A Dcmp_client.c813 const ASN1_INTEGER *serial = OSSL_CRMF_CERTTEMPLATE_get0_serialNumber(tmpl); in OSSL_CMP_exec_RR_ses() local
832 if (ASN1_INTEGER_cmp(serial, in OSSL_CMP_exec_RR_ses()
/openssl/apps/include/
H A Dapps.h233 const BIGNUM *serial, ASN1_INTEGER **retai);

Completed in 57 milliseconds

1234