~ubuntu-branches/ubuntu/natty/gnutls26/natty

« back to all changes in this revision

Viewing changes to doc/manpages/gnutls_openpgp_privkey_import.3

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2009-08-14 19:14:29 UTC
  • mfrom: (1.1.7 upstream) (12.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090814191429-6hovzz3oaqq101rm
Tags: 2.8.3-1
* New upstream version.
  + Stops hardcoding a hard dependency on the versions of gcrypt and tasn it
    was built against. Closes: #540449
  + Fixes CVE-2009-2730, a vulnerability related to NUL bytes in X.509
    certificate name fields. Closes: #541439        GNUTLS-SA-2009-4
    http://lists.gnu.org/archive/html/help-gnutls/2009-08/msg00011.html
* Drop 15_chainverify_expiredcert.diff, included upstream.
* Urgency high, since 541439 applies to testing, too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
2
 
.TH "gnutls_openpgp_privkey_import" 3 "2.6.6" "gnutls" "gnutls"
 
2
.TH "gnutls_openpgp_privkey_import" 3 "2.8.3" "gnutls" "gnutls"
3
3
.SH NAME
4
4
gnutls_openpgp_privkey_import \- import a RAW or BASE64 encoded key
5
5
.SH SYNOPSIS
12
12
.IP "const gnutls_datum_t * data" 12
13
13
The RAW or BASE64 encoded key.
14
14
.IP "gnutls_openpgp_crt_fmt_t format" 12
15
 
One of gnutls_openpgp_crt_fmt_t elements.
 
15
One of \fBgnutls_openpgp_crt_fmt_t\fP elements.
16
16
.IP "const char * password" 12
17
 
(unused for now)
 
17
not used for now
18
18
.IP "unsigned int flags" 12
19
19
should be zero
20
20
.SH "DESCRIPTION"
25
25
\fBGNUTLS_E_SUCCESS\fP on success, or an error code.
26
26
.SH "REPORTING BUGS"
27
27
Report bugs to <bug-gnutls@gnu.org>.
 
28
GnuTLS home page: http://www.gnu.org/software/gnutls/
 
29
General help using GNU software: http://www.gnu.org/gethelp/
28
30
.SH COPYRIGHT
29
31
Copyright \(co 2008 Free Software Foundation.
30
32
.br
31
 
Permission is granted to make and distribute verbatim copies of this
32
 
manual provided the copyright notice and this permission notice are
33
 
preserved on all copies.
 
33
Copying and distribution of this file, with or without modification,
 
34
are permitted in any medium without royalty provided the copyright
 
35
notice and this notice are preserved.
34
36
.SH "SEE ALSO"
35
37
The full documentation for
36
38
.B gnutls