summaryrefslogtreecommitdiff
path: root/libextra/gnutls_openpgp.c
Commit message (Collapse)AuthorAgeFilesLines
* Add gnutls_openpgp_privkey_sign_hash.Simon Josefsson2007-08-131-0/+35
|
* Merge patch from Timo, applied to CVS.Simon Josefsson2007-06-141-3/+7
| | | | (stream_to_datum): Call gnutls_assert() on error.
* Fix use of uninitialized variable in `gnutls_certificate_set_openpgp_key_mem ()'Ludovic Courtès2007-06-141-1/+1
| | | | | | | * libextra/gnutls_openpgp.c (stream_to_datum): Check whether INP is NULL rather than checking BUF (which is not initialized yet). Signed-off-by: Simon Josefsson <simon@josefsson.org>
* Adjustments for the opencdk migration and some cleanups.Timo Schulz2007-04-201-129/+114
|
* (gnutls_certificate_set_openpgp_key): Allocate certificate structureSimon Josefsson2007-04-101-1/+7
| | | | properly. Tiny patch from ludo@chbouib.org (Ludovic Courtès).
* Fix import of ASCII armored OpenPGP keys, patch from ludovic.courtes@laas.fr ↵Simon Josefsson2007-01-161-5/+19
| | | | (Ludovic Courtès).
* (kbx_data_to_keyring): Fix off-by-one error in call to malloc,Simon Josefsson2006-09-261-2/+2
| | | | reported by "Adam Langley" <agl@imperialviolet.org>.
* added an extra error check.Nikos Mavrogiannopoulos2006-07-051-1/+6
|
* Use read_binary_file from gnulib instead of strfile stuff,Simon Josefsson2006-06-161-15/+8
| | | | to fix problem with binary files on mingw.
* Replace uint8 with uint8_t.Simon Josefsson2005-12-091-9/+9
|
* Use GNU coding style.Simon Josefsson2005-11-071-710/+798
|
* Update FSF office address in license.Simon Josefsson2005-05-261-3/+3
|
* Clean up license templates.Simon Josefsson2005-01-221-12/+15
|
* Doc fix.Simon Josefsson2004-10-281-1/+1
|
* Indent.Simon Josefsson2004-10-281-3/+2
|
* Indent.Simon Josefsson2004-10-281-14/+15
|
* Doc fix.Simon Josefsson2004-08-251-1/+12
|
* Fix prototypes.Simon Josefsson2004-08-251-6/+7
|
* *** empty log message ***Nikos Mavrogiannopoulos2004-07-271-1/+0
|
* The ephemeral DH and RSA parameters are no longer stored in theNikos Mavrogiannopoulos2004-06-291-3/+3
| | | | | session resume DB. This saves space, but will cause resumed sessions not to be able to access the original session parameters (which is ok).
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-37/+37
|
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-598/+616
|
* some fixes in the compilation system.Nikos Mavrogiannopoulos2004-05-131-4/+0
|
* Fixed some things in the random number usage. Weak levels are usedNikos Mavrogiannopoulos2004-05-081-1/+1
| | | | where possible to avoid emptying the strong random pool.
* *** empty log message ***Nikos Mavrogiannopoulos2004-01-031-1/+0
|
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
| | | | | | * Added the FSF copyright notices. * Moved all the compatibility interface to the openssl compatibility library.
* Added gnutls_openpgp_key_get_key_usage(), and removed several compatibilityNikos Mavrogiannopoulos2003-12-211-7/+6
| | | | functions.
* several cleanups.Nikos Mavrogiannopoulos2003-12-201-26/+13
|
* Improved gnutls_certificate_client_retrieve_function() and ↵Nikos Mavrogiannopoulos2003-12-201-6/+158
| | | | gnutls_certificate_server_retrieve_function() so that the parsing time spent within them is minimized. Also added gnutls_openpgp_privkey struct. No testing yet.
* Added the callbacks gnutls_certificate_client_retrieve_function() andNikos Mavrogiannopoulos2003-12-181-1/+1
| | | | | | gnutls_certificate_server_retrieve_function(), to allow a client or a server to specify certificates for the handshake without storing them to the credentials structure.
* several corrections in the documentation.Nikos Mavrogiannopoulos2003-11-301-6/+6
|
* corrected some bugs that affected openpgp authentication.Nikos Mavrogiannopoulos2003-11-271-2/+2
|
* Some bugfixes, and type corrections.Nikos Mavrogiannopoulos2003-11-131-2/+1
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-071-2/+4
|
* some changes to compile in mingw32.Nikos Mavrogiannopoulos2003-11-061-5/+0
|
* added gnutls_openpgp_key_export() function.Nikos Mavrogiannopoulos2003-11-021-0/+1
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-10-311-1/+0
|
* more openpgp related changes.Nikos Mavrogiannopoulos2003-10-311-20/+78
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-10-311-1/+0
|
* some openpgp related changes.Nikos Mavrogiannopoulos2003-10-311-115/+54
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-10-031-1/+1
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-10-031-0/+1018
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-10-031-2107/+0
|
* started some rewrite of the openpgp stuff.Nikos Mavrogiannopoulos2003-10-031-16/+16
|
* several bug fixes in the certificate parsing, and some in the asn1 parser.Nikos Mavrogiannopoulos2003-04-011-1/+1
|
* * Improved the error logging functions, by adding a level, andNikos Mavrogiannopoulos2003-03-191-1/+2
| | | | by allowing debugging messages just by increasing the level.
* * Added ability to generate RSA keys.Nikos Mavrogiannopoulos2003-03-121-6/+6
| | | | | | | * Increased the maximum parameter size in order to read some large keys by some CAs. Patch by Ian Peters <itp@ximian.com>. * Rolled back some of yesterdays changes. The gnutls_x509_privkey, was replaced (again) by the gnutls_privkey.
* some fixes to compile.Nikos Mavrogiannopoulos2003-02-121-1/+2
|
* Several internal changes to use the new certificate API. CRL support is ↵Nikos Mavrogiannopoulos2003-02-091-60/+3
| | | | complete.
* *** empty log message ***Nikos Mavrogiannopoulos2003-02-081-5/+0
|