summaryrefslogtreecommitdiff
path: root/libextra/gnutls_openpgp.c
Commit message (Expand)AuthorAgeFilesLines
* merged the openpgp branch to head\!Nikos2008-01-131-958/+0
* GPL parts under GPLv3System User2007-12-071-14/+11
* Use new API.Simon Josefsson2007-11-141-5/+6
* Don't use trustdb error code.Simon Josefsson2007-11-141-2/+0
* removed unused code.Nikos Mavrogiannopoulos2007-10-241-138/+0
* Several changes to openpgp code:Nikos Mavrogiannopoulos2007-10-241-225/+170
* Renamed openpgp_cert to openpgp_crt to be consistent with x509.Nikos Mavrogiannopoulos2007-10-191-7/+7
* Occurences of gnutls_openpgp_key were renamed to gnutls_openpgp_cert,Nikos Mavrogiannopoulos2007-10-191-3/+3
* Renamed gnutls_openpgp_key_t to gnutls_openpgp_cert_tNikos Mavrogiannopoulos2007-10-191-4/+4
* ** Corrected bugs in the openpgp certificate verification functions using a k...Nikos Mavrogiannopoulos2007-10-151-165/+39
* Removed all the trustdb related code. It wasn't used and trustdbs are notNikos Mavrogiannopoulos2007-10-131-29/+0
* Fix pointer mix for different sized variables.Simon Josefsson2007-08-161-2/+5
* Fix warning. Tiny patch from Andreas Metzler <ametzler@downhill.at.eu.org>.Simon Josefsson2007-08-151-0/+1
* 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
* Fix use of uninitialized variable in `gnutls_certificate_set_openpgp_key_mem ()'Ludovic Courtès2007-06-141-1/+1
* 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
* Fix import of ASCII armored OpenPGP keys, patch from ludovic.courtes@laas.fr ...Simon Josefsson2007-01-161-5/+19
* (kbx_data_to_keyring): Fix off-by-one error in call to malloc,Simon Josefsson2006-09-261-2/+2
* 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
* 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
* 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
* *** empty log message ***Nikos Mavrogiannopoulos2004-01-031-1/+0
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* Added gnutls_openpgp_key_get_key_usage(), and removed several compatibilityNikos Mavrogiannopoulos2003-12-211-7/+6
* several cleanups.Nikos Mavrogiannopoulos2003-12-201-26/+13
* Improved gnutls_certificate_client_retrieve_function() and gnutls_certificate...Nikos Mavrogiannopoulos2003-12-201-6/+158
* Added the callbacks gnutls_certificate_client_retrieve_function() andNikos Mavrogiannopoulos2003-12-181-1/+1
* 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