summaryrefslogtreecommitdiff
path: root/lib/openpgp
Commit message (Expand)AuthorAgeFilesLines
* Fixes in openpgp handshake with fingerprints. Reported by Joke de Buhr.Nikos Mavrogiannopoulos2013-03-211-0/+2
* Added debugging, and reverted some changes from the 3.1 backport.gnutls_3_0_25Nikos Mavrogiannopoulos2012-10-121-2/+16
* Added (back) RFC5081 support in client mode.Nikos Mavrogiannopoulos2012-10-112-1/+36
* Several OpenPGP updates.Nikos Mavrogiannopoulos2012-10-112-38/+118
* fixes in openpgp certificate verification.Nikos Mavrogiannopoulos2012-06-031-1/+4
* simplified the _datum functions.Nikos Mavrogiannopoulos2012-02-201-3/+1
* small fixesNikos Mavrogiannopoulos2012-01-291-1/+1
* Revert "Added gnutls_ocsp_resp_verify() and some sign fixes."Nikos Mavrogiannopoulos2012-01-291-1/+1
* Added gnutls_ocsp_resp_verify() and some sign fixes.Nikos Mavrogiannopoulos2012-01-281-1/+1
* Added gnutls_verify_stored_pubkey() and gnutls_store_pubkey().Nikos Mavrogiannopoulos2012-01-281-0/+7
* Cleanup copyright headers.Simon Josefsson2012-01-256-7/+48
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-216-18/+19
* Run 'make update-copyright'.Simon Josefsson2012-01-168-10/+10
* CDK_EOF error code now returns GNUTLS_E_PARSING_ERRORNikos Mavrogiannopoulos2011-12-311-0/+2
* more opencdk simplificationsNikos Mavrogiannopoulos2011-12-313-74/+20
* Removed unneeded opencdk functionality.Nikos Mavrogiannopoulos2011-12-312-5/+3
* Avoid using base64 armor auto-detection which causes decoding errors in win32.Nikos Mavrogiannopoulos2011-12-302-11/+7
* Allow the insertion of characters to align the randomart.Nikos Mavrogiannopoulos2011-12-291-2/+2
* updated random art's messages.Nikos Mavrogiannopoulos2011-12-281-1/+1
* Print the randomart on the key ID and not the fingerprint.Nikos Mavrogiannopoulos2011-12-281-1/+1
* print randomart for private keys as well.Nikos Mavrogiannopoulos2011-12-281-2/+2
* Added function gnutls_random_art() to convert fingerprints to images (current...Nikos Mavrogiannopoulos2011-12-281-0/+23
* Simplify static library renaming hack.Simon Josefsson2011-11-091-3/+3
* removed duplicate code.Nikos Mavrogiannopoulos2011-11-021-48/+9
* read_file() and friends are accessed as gl_read_file().Nikos Mavrogiannopoulos2011-11-011-3/+3
* more builddir fixes by David Hoyt.Nikos Mavrogiannopoulos2011-10-221-0/+1
* Added -I$(builddir)/../../gl to CFLAGS.Nikos Mavrogiannopoulos2011-10-211-0/+1
* Fix build errors.Simon Josefsson2011-09-091-6/+6
* more updates in private key copy.Nikos Mavrogiannopoulos2011-08-272-17/+12
* gnutls_certificate_set_x509_key() and gnutls_certificate_set_openpgp_key() op...Nikos Mavrogiannopoulos2011-08-273-1/+59
* Removed the limitation of one name per certificate.Nikos Mavrogiannopoulos2011-08-191-18/+35
* gnutls_certificate_set_x509_key_file() and friends support server name indica...Nikos Mavrogiannopoulos2011-08-171-1/+6
* updated documentationNikos Mavrogiannopoulos2011-08-101-4/+4
* Clarify license and copyright.Simon Josefsson2011-08-038-19/+13
* More GTK-DOC improvements.Simon Josefsson2011-08-031-1/+3
* documentation fixesNikos Mavrogiannopoulos2011-07-235-39/+39
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-237-31/+19
* Added gnutls_global_set_time_function() to allow overridingNikos Mavrogiannopoulos2011-05-261-1/+0
* gnutls_pk_params_st is used internally to transfer public key parameters. Thi...Nikos Mavrogiannopoulos2011-05-223-107/+63
* _gnutls_hostname_compare() was incredibly slow when over ten wildcards were p...Nikos Mavrogiannopoulos2011-05-051-1/+1
* documentation fixes.Nikos Mavrogiannopoulos2011-04-231-1/+1
* Combined external abstract API with internal usage of gnutls_cert.Nikos Mavrogiannopoulos2011-04-176-200/+19
* The auth_ and ext_ files were moved to respective directories.Nikos Mavrogiannopoulos2011-04-161-1/+1
* Use a single configure.ac. This speed ups compilation andNikos Mavrogiannopoulos2011-04-081-2/+1
* Do not use %e in strftime. Use %d instead which is identically available in w...Nikos Mavrogiannopoulos2011-04-081-2/+2
* Initialize verify.Nikos Mavrogiannopoulos2011-04-061-0/+2
* Fix size of gnutls_openpgp_keyid_t by using the GNUTLS_OPENPGP_KEYID_SIZE def...Nikos Mavrogiannopoulos2011-03-263-7/+7
* read correct algorithm when decrypting data and use correct number of private...Nikos Mavrogiannopoulos2011-03-161-4/+10
* gnutls_pubkey_t and gnutls_privkey_t can import either an openpgp subkey or a...Nikos Mavrogiannopoulos2011-03-161-2/+5
* introduced GNUTLS_E_OPENPGP_PREFERRED_KEY_ERRORNikos Mavrogiannopoulos2011-03-162-2/+8