summaryrefslogtreecommitdiff
path: root/lib/openpgp/pgp.c
Commit message (Expand)AuthorAgeFilesLines
* Removed support for openpgp certificates and keysNikos Mavrogiannopoulos2017-06-161-1780/+0
* opencdk: do not parse any secret keys in packet when reading a certificateNikos Mavrogiannopoulos2017-03-011-1/+1
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-6/+6
* Added gnutls_x509_crt_check_email(), gnutls_openpgp_crt_check_email() and GNU...Nikos Mavrogiannopoulos2015-03-251-0/+42
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-201-6/+6
* several bug fixes due to coverity.Nikos Mavrogiannopoulos2014-04-151-5/+5
* Added verification flag to disable wildcard checkingNikos Mavrogiannopoulos2014-04-021-1/+23
* Severely simplified hostname matching.Nikos Mavrogiannopoulos2014-03-211-1/+1
* clang warning fixesNikos Mavrogiannopoulos2014-03-081-1/+10
* updated mpi_scan macrosNikos Mavrogiannopoulos2014-01-261-1/+1
* reindented codeNikos Mavrogiannopoulos2013-11-081-1099/+1044
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Added correct sinceNikos Mavrogiannopoulos2013-01-051-0/+2
* Simplified certificate verification by adding gnutls_certificate_verify_peers...Nikos Mavrogiannopoulos2012-10-301-1/+1
* Added (back) RFC5081 support in client mode.Nikos Mavrogiannopoulos2012-10-111-0/+17
* Several OpenPGP updates.Nikos Mavrogiannopoulos2012-10-111-10/+46
* Added functions to export structures in an allocated buffer.Nikos Mavrogiannopoulos2012-10-071-5/+50
* openpgp doc updateNikos Mavrogiannopoulos2012-09-241-6/+2
* Use the preferred key ID when reading the pk_algorithm in openpgp keys.Nikos Mavrogiannopoulos2012-08-171-7/+19
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-1/+1
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* more opencdk simplificationsNikos Mavrogiannopoulos2011-12-311-35/+10
* Avoid using base64 armor auto-detection which causes decoding errors in win32.Nikos Mavrogiannopoulos2011-12-301-2/+1
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* documentation fixesNikos Mavrogiannopoulos2011-07-231-14/+14
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* gnutls_pk_params_st is used internally to transfer public key parameters. Thi...Nikos Mavrogiannopoulos2011-05-221-36/+23
* _gnutls_hostname_compare() was incredibly slow when over ten wildcards were p...Nikos Mavrogiannopoulos2011-05-051-1/+1
* Combined external abstract API with internal usage of gnutls_cert.Nikos Mavrogiannopoulos2011-04-171-4/+4
* Fix size of gnutls_openpgp_keyid_t by using the GNUTLS_OPENPGP_KEYID_SIZE def...Nikos Mavrogiannopoulos2011-03-261-2/+2
* introduced GNUTLS_E_OPENPGP_PREFERRED_KEY_ERRORNikos Mavrogiannopoulos2011-03-161-1/+4
* gnutls_openpgp_crt_get_auth_subkey() will no longer return an unsupported sub...Nikos Mavrogiannopoulos2011-03-151-3/+6
* Fix syntax-check warnings.Simon Josefsson2011-02-231-1/+0
* gnutls_x509_log replaced with gnutls_audit_log.Nikos Mavrogiannopoulos2011-02-201-1/+1
* Removed the newly added functions:Nikos Mavrogiannopoulos2010-12-191-55/+0
* The verification functions now return a GNUTLS_E_PK_SIG_VERIFY_FAILED on sign...Nikos Mavrogiannopoulos2010-12-181-3/+3
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-199/+199
* Added gnutls_openpgp_crt_verify_hash().Nikos Mavrogiannopoulos2010-12-131-0/+57
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-2/+3
* Nettle library can now parse the PGP integers. Except for SHA-224/384/512Nikos Mavrogiannopoulos2010-06-031-0/+3
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Fix GTK-DOC syntax. Unfortunately this looses some information.Simon Josefsson2010-02-171-30/+30
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Typo fixes: successful, precedence, preferredAndreas Metzler2010-01-041-1/+1
* Indent code.Simon Josefsson2009-11-051-6/+6
* Fix OpenPGP hostname comparison.Simon Josefsson2009-08-201-0/+4
* Reduce stack usage.Simon Josefsson2009-08-201-4/+8
* Fix typos in documentation.Simon Josefsson2009-08-111-1/+1
* GnuTLS vs. NULL chars in CNsTomas Hoger2009-08-041-1/+1