summaryrefslogtreecommitdiff
path: root/lib/openpgp/privkey.c
Commit message (Expand)AuthorAgeFilesLines
* Removed support for openpgp certificates and keysNikos Mavrogiannopoulos2017-06-161-1446/+0
* x509: implement RSA-PSS signature schemeDaiki Ueno2017-05-291-1/+1
* 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-8/+8
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-201-3/+3
* several bug fixes due to coverity.Nikos Mavrogiannopoulos2014-04-151-5/+5
* Added new functions to obtain raw private keyNikos Mavrogiannopoulos2014-01-231-0/+1
* reindented codeNikos Mavrogiannopoulos2013-11-081-875/+850
* call cleanup and deinit on the correct number of parametersNikos Mavrogiannopoulos2013-05-311-3/+5
* 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-011-1/+1
* Added correct sinceNikos Mavrogiannopoulos2013-01-051-1/+1
* Added debugging.Nikos Mavrogiannopoulos2012-10-121-0/+11
* Added (back) RFC5081 support in client mode.Nikos Mavrogiannopoulos2012-10-111-1/+19
* Several OpenPGP updates.Nikos Mavrogiannopoulos2012-10-111-19/+54
* Added functions to export structures in an allocated buffer.Nikos Mavrogiannopoulos2012-10-071-0/+25
* Use the preferred key ID when reading the pk_algorithm in openpgp keys.Nikos Mavrogiannopoulos2012-08-171-7/+19
* Use the PKCS #1 1.5 encoding provided by nettle (2.5) for encryption and sign...Nikos Mavrogiannopoulos2012-05-221-13/+3
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-3/+3
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* more opencdk simplificationsNikos Mavrogiannopoulos2011-12-311-38/+9
* Avoid using base64 armor auto-detection which causes decoding errors in win32.Nikos Mavrogiannopoulos2011-12-301-9/+6
* more updates in private key copy.Nikos Mavrogiannopoulos2011-08-271-17/+11
* gnutls_certificate_set_x509_key() and gnutls_certificate_set_openpgp_key() op...Nikos Mavrogiannopoulos2011-08-271-0/+55
* Clarify license and copyright.Simon Josefsson2011-08-031-6/+3
* More GTK-DOC improvements.Simon Josefsson2011-08-031-1/+3
* documentation fixesNikos Mavrogiannopoulos2011-07-231-14/+14
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-1/+1
* gnutls_pk_params_st is used internally to transfer public key parameters. Thi...Nikos Mavrogiannopoulos2011-05-221-68/+38
* Combined external abstract API with internal usage of gnutls_cert.Nikos Mavrogiannopoulos2011-04-171-7/+7
* Fix size of gnutls_openpgp_keyid_t by using the GNUTLS_OPENPGP_KEYID_SIZE def...Nikos Mavrogiannopoulos2011-03-261-2/+2
* read correct algorithm when decrypting data and use correct number of private...Nikos Mavrogiannopoulos2011-03-161-4/+10
* introduced GNUTLS_E_OPENPGP_PREFERRED_KEY_ERRORNikos Mavrogiannopoulos2011-03-161-1/+4
* Fix docstring of deprecated function.Simon Josefsson2011-02-231-2/+4
* gnutls_x509_log replaced with gnutls_audit_log.Nikos Mavrogiannopoulos2011-02-201-2/+2
* 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-191-118/+4
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-113/+118
* 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-121-0/+1
* reorganization of the privkey_ functions().Nikos Mavrogiannopoulos2010-12-121-0/+269
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-10/+10
* 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
* Nettle library can now parse the PGP integers. Except for SHA-224/384/512Nikos Mavrogiannopoulos2010-06-031-26/+30
* Common code for calculation of RSA exp1 and exp2. Also update the openpgpNikos Mavrogiannopoulos2010-06-031-2/+14
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Fix GTK-DOC syntax. Unfortunately this looses some information.Simon Josefsson2010-02-171-22/+22
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1