Home
last modified time | relevance | path

Searched refs:fingerprint (Results 1 – 13 of 13) sorted by relevance

/openssl/apps/
H A Dstoreutl.c83 unsigned char *fingerprint = NULL; in storeutl_main() local
205 && fingerprint != NULL)) { in storeutl_main()
211 if (fingerprint != NULL) { in storeutl_main()
219 if ((fingerprint = OPENSSL_hexstr2buf(opt_arg(), &tmplen)) in storeutl_main()
291 fingerprint, in storeutl_main()
324 OPENSSL_free(fingerprint); in storeutl_main()
H A Dcrl.c93 int ret = 1, num = 0, badsig = 0, fingerprint = 0, crlnumber = 0; in crl_main() local
190 fingerprint = ++num; in crl_main()
346 if (fingerprint == i) { in crl_main()
H A Dx509.c292 int fingerprint = 0, reqfile = 0, checkend = 0; in x509_main() local
516 fingerprint = ++num; in x509_main()
1040 } else if (i == fingerprint) { in x509_main()
/openssl/doc/man1/
H A Dopenssl-storeutl.pod.in28 [B<-fingerprint> I<arg>]
116 =item B<-fingerprint> I<arg>
118 Search for an object having the given fingerprint.
122 The digest that was used to compute the fingerprint given with B<-fingerprint>.
H A Dopenssl-rehash.pod.in69 full SHA-1 fingerprint. A warning will be displayed if a duplicate
85 $OPENSSL x509 -hash -fingerprint -noout -in FILENAME
86 $OPENSSL crl -hash -fingerprint -noout -in FILENAME
89 file on the first line, and the fingerprint on the second,
H A Dopenssl-crl.pod.in26 [B<-fingerprint>]
107 =item B<-fingerprint>
109 Output the fingerprint of the CRL.
H A Dopenssl-x509.pod.in30 [B<-fingerprint>]
244 =item B<-fingerprint>
248 This is commonly called a "fingerprint". Because of the nature of message
249 digests, the fingerprint of a certificate is unique to that certificate and
250 two certificates with the same fingerprint can be considered to be the same.
505 digest, such as the B<-fingerprint>, B<-key>, and B<-CA> options.
507 If not specified then SHA1 is used with B<-fingerprint> or
759 Print the certificate SHA1 fingerprint:
761 openssl x509 -sha1 -in cert.pem -noout -fingerprint
H A Dopenssl-dgst.pod.in32 [B<-fips-fingerprint>]
191 =item B<-fips-fingerprint>
/openssl/doc/man3/
H A DOSSL_STORE_SEARCH.pod71 and serial number pair, a key fingerprint, and an alias (for example a friendly
117 This criterion supports a search by exact match of key fingerprint.
118 The key fingerprint in itself is a string of bytes and its length, as
119 well as the algorithm that was used to compute the fingerprint.
124 and the actual fingerprint and its length can be retrieved with
H A DX509_LOOKUP_meth_new.pod146 subject, issuer, fingerprint, and alias respectively. These functions are given
/openssl/doc/man7/
H A Dprovider-storemgmt.pod177 =item "fingerprint" (B<OSSL_STORE_PARAM_FINGERPRINT>) <octet string>
180 fingerprint, computed with the given digest.
/openssl/crypto/err/
H A Dopenssl.txt894 fingerprint size does not match digest
/openssl/
H A DCHANGES.md8465 * Fix various certificate fingerprint issues.
8468 certificate the fingerprint can be changed without breaking the signature.
8471 certificate fingerprint for blacklists.
9534 * Fix various certificate fingerprint issues.
9537 certificate the fingerprint can be changed without breaking the signature.
9540 certificate fingerprint for blacklists.
17278 Added -fingerprint option to crl utility, to support new c_rehash
18246 -fingerprint and -x509toreq options. Also -x509toreq choked if a

Completed in 71 milliseconds