summaryrefslogtreecommitdiff
path: root/libextra/gnutls_openpgp.c
Commit message (Expand)AuthorAgeFilesLines
* *** 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
* 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
* * Added ability to generate RSA keys.Nikos Mavrogiannopoulos2003-03-121-6/+6
* some fixes to compile.Nikos Mavrogiannopoulos2003-02-121-1/+2
* Several internal changes to use the new certificate API. CRL support is compl...Nikos Mavrogiannopoulos2003-02-091-60/+3
* *** empty log message ***Nikos Mavrogiannopoulos2003-02-081-5/+0
* The library notifies the application on empty and illegal SRP usernames,Nikos Mavrogiannopoulos2003-01-231-2/+1
* GNUTLS_E_PARSING_ERROR error code was replaced by GNUTLS_E_BASE64_DECODING_ERNikos Mavrogiannopoulos2003-01-131-1/+1
* Added missing stub function.Nikos Mavrogiannopoulos2002-12-291-0/+8
* Added gnutls_openpgp_extract_key_name_string() which returnsNikos Mavrogiannopoulos2002-12-131-0/+85
* *** empty log message ***gnutls_0_6_0Nikos Mavrogiannopoulos2002-12-081-1/+0
* minor cleanupsNikos Mavrogiannopoulos2002-12-081-3/+5
* Some bug fixes for the OpenPGP code.Timo Schulz2002-12-071-49/+50
* Cleanups. Prefixed some internal function with underscore.Nikos Mavrogiannopoulos2002-12-021-8/+15
* Added the function gnutls_srp_server_set_credentials_function()Nikos Mavrogiannopoulos2002-12-011-0/+12
* Enabled the OpenPGP key retrieval callback function (untested yet).Nikos Mavrogiannopoulos2002-12-011-49/+21
* Some new code for the OpenPGP lib.Timo Schulz2002-12-011-191/+43
* Added callback for OpenPGP key retrieval.Nikos Mavrogiannopoulos2002-11-111-0/+27
* Applied patch to make the error handling with keyservers more easier.Timo Schulz2002-11-041-5/+9
* Some debug code for the OpenPGP part.Timo Schulz2002-11-041-2/+0
* Use the old error codes for OpenPGP again.Timo Schulz2002-11-031-67/+136
* Unification for the OpenPGP error code.Timo Schulz2002-11-031-33/+33
* Set the OpenPGP certificate status to GNUTLS_CERT_NOT_TRUSTED ifTimo Schulz2002-11-031-7/+9
* Bug fix for the OpenPGP secret key order.Timo Schulz2002-11-031-15/+4
* Add OpenPGP error descriptionTimo Schulz2002-11-031-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2002-11-021-2/+2
* fixed stubNikos Mavrogiannopoulos2002-11-021-1/+1
* Combined GNUTLS_E_INVALID_PARAMETERS wich GNUTLS_E_INVALID_REQUEST. Introduce...Nikos Mavrogiannopoulos2002-11-021-27/+27
* Adjust the keydb search code.Timo Schulz2002-11-011-15/+20
* Add new regression test for OpenPGP.Timo Schulz2002-10-291-781/+834