summaryrefslogtreecommitdiff
path: root/lib/openpgp
Commit message (Expand)AuthorAgeFilesLines
* gnutls_certificate_set_x509_key() and gnutls_certificate_set_openpgp_key() op...Nikos Mavrogiannopoulos2011-08-273-1/+54
* Added gnutls_global_set_time_function() that allows overriding theNikos Mavrogiannopoulos2011-05-261-1/+0
* _gnutls_hostname_compare() was incredibly slow when over ten wildcards were p...Nikos Mavrogiannopoulos2011-05-051-1/+1
* Several cleanups and fixes regarding the openpgp_keyid_t.Nikos Mavrogiannopoulos2011-04-175-14/+14
* 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-081-0/+2
* Fix size of gnutls_openpgp_keyid_t by using the GNUTLS_OPENPGP_KEYID_SIZE def...Nikos Mavrogiannopoulos2011-03-253-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
* Documentation fixed. Added fresh keys to test.Nikos Mavrogiannopoulos2011-03-161-6/+4
* gnutls_openpgp_crt_get_auth_subkey() will no longer return an unsupported sub...Nikos Mavrogiannopoulos2011-03-151-3/+6
* Fix docstring of deprecated function.Simon Josefsson2011-02-201-2/+4
* Fix syntax-check warnings.Simon Josefsson2011-02-201-1/+0
* Reverted removal of gnutls_openpgp_privkey_sign_hash() to retain compatibilit...Nikos Mavrogiannopoulos2011-01-161-2/+2
* Removed the newly added functions:Nikos Mavrogiannopoulos2010-12-193-173/+10
* 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-169-649/+653
* Added gnutls_openpgp_crt_verify_hash().Nikos Mavrogiannopoulos2010-12-131-0/+57
* Simplified preparation of signing code.Nikos Mavrogiannopoulos2010-12-131-14/+3
* deprecated x509/sign.h and moved functionality of it in gnutls_sig.h.Nikos Mavrogiannopoulos2010-12-122-0/+6
* reorganization of the privkey_ functions().Nikos Mavrogiannopoulos2010-12-122-268/+269
* Introduced gnutls_*_privkey_sign_hash2() that is a high level function to pro...Nikos Mavrogiannopoulos2010-12-111-4/+124
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-145-54/+66
* indented some codeNikos Mavrogiannopoulos2010-09-191-1/+0
* Better handling of security parameters to key sizes matching (via a single ta...Nikos Mavrogiannopoulos2010-07-231-0/+26
* The gnutls_string code was simplified and integrated with the buffer to avoidNikos Mavrogiannopoulos2010-06-111-16/+16
* Nettle library can now parse the PGP integers. Except for SHA-224/384/512Nikos Mavrogiannopoulos2010-06-033-42/+55
* Added gnutls_sec_param_to_pk_bits() et al. to allow select bitNikos Mavrogiannopoulos2010-06-031-0/+2
* Common code for calculation of RSA exp1 and exp2. Also update the openpgpNikos Mavrogiannopoulos2010-06-031-2/+14
* privkey.h -> abstract.hNikos Mavrogiannopoulos2010-06-031-1/+1
* Corrections in openpgp private key usage.Nikos Mavrogiannopoulos2010-06-031-36/+20
* Added gnutls_pkcs11_privkey_t and gnutls_privkey_t types. Those areNikos Mavrogiannopoulos2010-06-033-73/+88
* Added initial PKCS #11 support. Certtool can now print lists of certificatesNikos Mavrogiannopoulos2010-06-031-2/+2
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-228-18/+18
* More indentation.Simon Josefsson2010-04-142-13/+18
* Doc fix.Simon Josefsson2010-02-171-6/+2
* Fix GTK-DOC syntax. Unfortunately this looses some information.Simon Josefsson2010-02-177-75/+75
* Update copyright years.Simon Josefsson2010-01-278-8/+15
* Fix FSF copyright notices.Simon Josefsson2010-01-278-8/+8
* Typo fixes: successful, precedence, preferredAndreas Metzler2010-01-042-2/+2
* Indent code.Simon Josefsson2009-11-053-14/+15
* Improved TLS 1.2 support. Added support for the SignatureAlgorithm extensionNikos Mavrogiannopoulos2009-11-011-0/+2
* Fix deprecated usage of gnutls_datum.Simon Josefsson2009-08-281-1/+1
* Fix OpenPGP hostname comparison.Simon Josefsson2009-08-201-0/+4
* Reduce stack usage.Simon Josefsson2009-08-202-34/+62
* Fix typos in documentation.Simon Josefsson2009-08-112-2/+2
* GnuTLS vs. NULL chars in CNsTomas Hoger2009-08-041-1/+1
* Several bug fixes by Fabian Keil (some were modified by me).Nikos Mavrogiannopoulos2009-07-152-2/+25
* Check stack size.Simon Josefsson2009-06-011-1/+1