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
207 && fingerprint != NULL)) { in storeutl_main()
213 if (fingerprint != NULL) { in storeutl_main()
221 if ((fingerprint = OPENSSL_hexstr2buf(opt_arg(), &tmplen)) in storeutl_main()
293 fingerprint, in storeutl_main()
326 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()
345 if (fingerprint == i) { in crl_main()
H A Dx509.c283 int fingerprint = 0, reqfile = 0, checkend = 0; in x509_main() local
498 fingerprint = ++num; in x509_main()
1009 } else if (i == fingerprint) { in x509_main()
/openssl/doc/man1/
H A Dopenssl-storeutl.pod.in28 [B<-fingerprint> I<arg>]
111 =item B<-fingerprint> I<arg>
113 Search for an object having the given fingerprint.
117 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>]
102 =item B<-fingerprint>
104 Output the fingerprint of the CRL.
H A Dopenssl-x509.pod.in30 [B<-fingerprint>]
235 =item B<-fingerprint>
239 This is commonly called a "fingerprint". Because of the nature of message
240 digests, the fingerprint of a certificate is unique to that certificate and
241 two certificates with the same fingerprint can be considered to be the same.
456 digest, such as the B<-fingerprint>, B<-key>, and B<-CA> options.
458 If not specified then SHA1 is used with B<-fingerprint> or
710 Print the certificate SHA1 fingerprint:
712 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
116 This criterion supports a search by exact match of key fingerprint.
117 The key fingerprint in itself is a string of bytes and its length, as
118 well as the algorithm that was used to compute the fingerprint.
123 and the actual fingerprint and its length can be retrieved with
H A DX509_LOOKUP_meth_new.pod145 subject, issuer, fingerprint, and alias respectively. These functions are given
/openssl/doc/man7/
H A Dprovider-storemgmt.pod155 =item "fingerprint" (B<OSSL_STORE_PARAM_FINGERPRINT>) <octet string>
158 fingerprint, computed with the given digest.
/openssl/crypto/err/
H A Dopenssl.txt848 fingerprint size does not match digest
/openssl/
H A DCHANGES.md7113 * Fix various certificate fingerprint issues.
7116 certificate the fingerprint can be changed without breaking the signature.
7119 certificate fingerprint for blacklists.
8182 * Fix various certificate fingerprint issues.
8185 certificate the fingerprint can be changed without breaking the signature.
8188 certificate fingerprint for blacklists.
15926 Added -fingerprint option to crl utility, to support new c_rehash
16894 -fingerprint and -x509toreq options. Also -x509toreq choked if a

Completed in 64 milliseconds