Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gnutls_openpgp_crt_get_fingerprint(3) [suse man page]

gnutls_openpgp_crt_get_fingerprint(3)				      gnutls				     gnutls_openpgp_crt_get_fingerprint(3)

NAME
gnutls_openpgp_crt_get_fingerprint - Gets the fingerprint SYNOPSIS
#include <gnutls/openpgp.h> int gnutls_openpgp_crt_get_fingerprint(gnutls_openpgp_crt_t key, void * fpr, size_t * fprlen); ARGUMENTS
gnutls_openpgp_crt_t key the raw data that contains the OpenPGP public key. void * fpr the buffer to save the fingerprint, must hold at least 20 bytes. size_t * fprlen the integer to save the length of the fingerprint. DESCRIPTION
Get key fingerprint. Depending on the algorithm, the fingerprint can be 16 or 20 bytes. RETURNS
On success, 0 is returned. Otherwise, an error code. REPORTING BUGS
Report bugs to <bug-gnutls@gnu.org>. GnuTLS home page: http://www.gnu.org/software/gnutls/ General help using GNU software: http://www.gnu.org/gethelp/ COPYRIGHT
Copyright (C) 2008 Free Software Foundation. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. SEE ALSO
The full documentation for gnutls is maintained as a Texinfo manual. If the info and gnutls programs are properly installed at your site, the command info gnutls should give you access to the complete manual. gnutls 2.8.6 gnutls_openpgp_crt_get_fingerprint(3)

Check Out this Related Man Page

gnutls_openpgp_privkey_get_fingerprint(3)			      gnutls				 gnutls_openpgp_privkey_get_fingerprint(3)

NAME
gnutls_openpgp_privkey_get_fingerprint - API function SYNOPSIS
#include <gnutls/openpgp.h> int gnutls_openpgp_privkey_get_fingerprint(gnutls_openpgp_privkey_t key, void * fpr, size_t * fprlen); ARGUMENTS
gnutls_openpgp_privkey_t key the raw data that contains the OpenPGP secret key. void * fpr the buffer to save the fingerprint, must hold at least 20 bytes. size_t * fprlen the integer to save the length of the fingerprint. DESCRIPTION
Get the fingerprint of the OpenPGP key. Depends on the algorithm, the fingerprint can be 16 or 20 bytes. RETURNS
On success, 0 is returned, or an error code. SINCE
2.4.0 REPORTING BUGS
Report bugs to <bug-gnutls@gnu.org>. General guidelines for reporting bugs: http://www.gnu.org/gethelp/ GnuTLS home page: http://www.gnu.org/software/gnutls/ COPYRIGHT
Copyright (C) 2012 Free Software Foundation, Inc.. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. SEE ALSO
The full documentation for gnutls is maintained as a Texinfo manual. If the info and gnutls programs are properly installed at your site, the command info gnutls should give you access to the complete manual. As an alternative you may obtain the manual from: http://www.gnu.org/software/gnutls/manual/ gnutls 3.1.15 gnutls_openpgp_privkey_get_fingerprint(3)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Register RSA Key fingerprint with JVM 1.4.2

Hi, We wish to register RSA key fingerprint with JVM 1.4.2 under UNIX environment. Any inputs how to go for it? The output we are getting as "The authenticity of host 'sxfer01.bluecrossmn.com (159.136.224.30)' can't be established. RSA key fingerprint is... (0 Replies)
Discussion started by: asawari
0 Replies

2. Shell Programming and Scripting

RSA key fingerprint needs to be avoided.

Hi All, I need to scp a folder from one host to another in a script. When I run a command , it asks me to authenticate for the RSA key fingerprint for the first time. # scp -r temp1 root@iqcarrot:/root/ The authenticity of host 'iqmango.apac.avaya.com (148.147.172.112)' can't be... (2 Replies)
Discussion started by: nua7
2 Replies

3. UNIX for Dummies Questions & Answers

How to change the RSA key fingerprint?

Hi there, I have a Linux Debian machine with the following fingerprint : e1:95:11:46:ff:d1:e3:4a:a3:34:1a:25:b4:d8:f1:cb. I'd like to set this fingerprint to : cd:19:bd:f6:8e:00:7a:69:14:52:a1:73:cb:15:a5:ca. I have very specific reasons to do that. So please only answer if you know how... (5 Replies)
Discussion started by: chebarbudo
5 Replies

4. Windows & DOS: Issues & Discussions

Accept fingerprint automaticaly secureCRT

Hello, Is it any way to accept automaticaly the fingerprints? The basic idea is to find a way to give a command to many servers at once. So i thought to create a multiple session with all the connections opened them in multiple tabs and give the command at once to all the opened windows... (0 Replies)
Discussion started by: @dagio
0 Replies