summaryrefslogtreecommitdiff
path: root/lib/openpgp
Commit message (Expand)AuthorAgeFilesLines
* Print the openpgp DN only when gnutls_openpgp_crt_get_name() failed appropria...Nikos Mavrogiannopoulos2014-05-171-8/+4
* several bug fixes due to coverity.Nikos Mavrogiannopoulos2014-04-152-10/+10
* clang warning fixesNikos Mavrogiannopoulos2014-03-081-1/+10
* Ensure failure when no base64 data have been read. Suggested by Ramkumar Chin...Nikos Mavrogiannopoulos2014-03-061-6/+11
* reindented codeNikos Mavrogiannopoulos2013-11-089-3334/+3254
* Add NETTLE_CFLAGS in makefilesMartin Storsjo2013-06-061-1/+1
* call cleanup and deinit on the correct number of parametersNikos Mavrogiannopoulos2013-05-311-3/+5
* Fixes in openpgp handshake with fingerprints. Reported by Joke de Buhr.Nikos Mavrogiannopoulos2013-03-211-0/+2
* Private key parameters are overwritten with zeros on deinitialization.Nikos Mavrogiannopoulos2013-03-151-0/+5
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-019-9/+9
* Added correct sinceNikos Mavrogiannopoulos2013-01-052-1/+3
* gettext.h was moved to gnutls_str.hNikos Mavrogiannopoulos2012-11-011-4/+0
* Simplified certificate verification by adding gnutls_certificate_verify_peers...Nikos Mavrogiannopoulos2012-10-303-1/+11
* Added debugging.Nikos Mavrogiannopoulos2012-10-121-0/+11
* Added (back) RFC5081 support in client mode.Nikos Mavrogiannopoulos2012-10-112-1/+36
* Several OpenPGP updates.Nikos Mavrogiannopoulos2012-10-112-29/+100
* Added functions to export structures in an allocated buffer.Nikos Mavrogiannopoulos2012-10-073-6/+80
* openpgp doc updateNikos Mavrogiannopoulos2012-09-241-6/+2
* Use the preferred key ID when reading the pk_algorithm in openpgp keys.Nikos Mavrogiannopoulos2012-08-173-15/+44
* Verification in openpgp changed to ressemble the X.509 behavior.Nikos Mavrogiannopoulos2012-06-031-9/+6
* Use the PKCS #1 1.5 encoding provided by nettle (2.5) for encryption and sign...Nikos Mavrogiannopoulos2012-05-221-13/+3
* 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