Searched refs:fingerprint (Results 1 – 13 of 13) sorted by relevance
/openssl/apps/ |
H A D | storeutl.c | 84 unsigned char *fingerprint = NULL; in storeutl_main() local 206 && fingerprint != NULL)) { in storeutl_main() 212 if (fingerprint != NULL) { in storeutl_main() 220 if ((fingerprint = OPENSSL_hexstr2buf(opt_arg(), &tmplen)) in storeutl_main() 292 fingerprint, in storeutl_main() 321 OPENSSL_free(fingerprint); in storeutl_main()
|
H A D | crl.c | 93 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 D | x509.c | 292 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 D | openssl-storeutl.pod.in | 28 [B<-fingerprint> I<arg>] 119 =item B<-fingerprint> I<arg> 121 Search for an object having the given fingerprint. 125 The digest that was used to compute the fingerprint given with B<-fingerprint>.
|
H A D | openssl-rehash.pod.in | 69 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 D | openssl-crl.pod.in | 26 [B<-fingerprint>] 107 =item B<-fingerprint> 109 Output the fingerprint of the CRL.
|
H A D | openssl-x509.pod.in | 30 [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 D | openssl-dgst.pod.in | 32 [B<-fips-fingerprint>] 192 =item B<-fips-fingerprint>
|
/openssl/doc/man3/ |
H A D | OSSL_STORE_SEARCH.pod | 71 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 D | X509_LOOKUP_meth_new.pod | 146 subject, issuer, fingerprint, and alias respectively. These functions are given
|
/openssl/doc/man7/ |
H A D | provider-storemgmt.pod | 177 =item "fingerprint" (B<OSSL_STORE_PARAM_FINGERPRINT>) <octet string> 180 fingerprint, computed with the given digest.
|
/openssl/crypto/err/ |
H A D | openssl.txt | 901 fingerprint size does not match digest
|
/openssl/ |
H A D | CHANGES.md | 8655 * Fix various certificate fingerprint issues. 8658 certificate the fingerprint can be changed without breaking the signature. 8661 certificate fingerprint for blacklists. 9724 * Fix various certificate fingerprint issues. 9727 certificate the fingerprint can be changed without breaking the signature. 9730 certificate fingerprint for blacklists. 17468 Added -fingerprint option to crl utility, to support new c_rehash 18436 -fingerprint and -x509toreq options. Also -x509toreq choked if a
|
Completed in 58 milliseconds