summaryrefslogtreecommitdiff
path: root/lib/x509/privkey.c
Commit message (Expand)AuthorAgeFilesLines
...
* leaks fixes.Nikos Mavrogiannopoulos2011-05-221-2/+8
* gnutls_pk_params_st is used internally to transfer public key parameters. Thi...Nikos Mavrogiannopoulos2011-05-221-634/+266
* initialize e and d.Nikos Mavrogiannopoulos2011-04-061-2/+3
* Documentation fixes and cleanups.Nikos Mavrogiannopoulos2011-03-211-2/+4
* Fix docstring.Simon Josefsson2011-02-231-4/+4
* Fix docstring of deprecated functions.Simon Josefsson2011-02-231-6/+8
* gnutls_x509_crt_verify_hash: DEPRECATEDNikos Mavrogiannopoulos2011-01-151-88/+42
* Renamed gnutls_privkey_sign_data() to gnutls_privkey_sign_data2() to match theNikos Mavrogiannopoulos2010-12-211-3/+3
* Do not include deprecated functions to library documentation.Nikos Mavrogiannopoulos2010-12-191-0/+4
* gnutls_x509_privkey_verify_data() was deprecated.Nikos Mavrogiannopoulos2010-12-191-2/+2
* 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-247/+249
* Simplified preparation of signing code.Nikos Mavrogiannopoulos2010-12-131-13/+2
* deprecated x509/sign.h and moved functionality of it in gnutls_sig.h.Nikos Mavrogiannopoulos2010-12-121-1/+0
* better commentsNikos Mavrogiannopoulos2010-12-121-5/+9
* Introduced gnutls_*_privkey_sign_hash2() that is a high level function to pro...Nikos Mavrogiannopoulos2010-12-111-28/+81
* Separated the sign_data functions to a hashing phase, a preparing phase, and ...Nikos Mavrogiannopoulos2010-12-111-13/+15
* export_raw() functions now add leading zero in mpis.Nikos Mavrogiannopoulos2010-12-081-13/+13
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-112/+118
* Do not trust fbase64_decode to return 0 on success.Nikos Mavrogiannopoulos2010-07-241-1/+1
* gnutls_x509_privkey_import() will fallback to gnutls_x509_privkey_import_pkcs...Nikos Mavrogiannopoulos2010-07-241-7/+19
* Better handling of security parameters to key sizes matching (via a single ta...Nikos Mavrogiannopoulos2010-07-231-0/+30
* Added gnutls_pubkey_get_preferred_hash_algorithm() and gnutls_x509_crt_get_pr...Nikos Mavrogiannopoulos2010-06-031-0/+6
* Several fixes after big rebase.Nikos Mavrogiannopoulos2010-06-031-1/+2
* Nettle library can now parse the PGP integers. Except for SHA-224/384/512Nikos Mavrogiannopoulos2010-06-031-11/+36
* 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-24/+10
* More fixes.Nikos Mavrogiannopoulos2010-06-031-63/+82
* Added support to copy certificates and private keys to tokens.Nikos Mavrogiannopoulos2010-06-031-68/+178
* Added documentation for most of the new functions.Nikos Mavrogiannopoulos2010-06-031-1/+1
* Added gnutls_pkcs11_privkey_t and gnutls_privkey_t types. Those areNikos Mavrogiannopoulos2010-06-031-33/+103
* Use correct hashing algorithms for DSA with q over 160 bits.Nikos Mavrogiannopoulos2010-05-251-1/+1
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Fix GTK-DOC syntax. Unfortunately this looses some information.Simon Josefsson2010-02-171-16/+16
* Align indentation of GTK-DOC comments.Simon Josefsson2010-02-171-12/+12
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Revert "Merged the two internal hash API functions, to simplify and reduce co...Nikos Mavrogiannopoulos2009-12-051-2/+2
* Merged the two internal hash API functions, to simplify and reduce code.Nikos Mavrogiannopoulos2009-11-291-2/+2
* Doc fixes for GTK-DOC.Simon Josefsson2009-05-131-1/+1
* Added self test for gnutls_x509_crt_verify_hash() and gnutls_x509_crt_get_ver...Nikos Mavrogiannopoulos2009-04-181-1/+4
* Fix warnings.Simon Josefsson2009-01-071-6/+1
* Use more warnings. Fix many warnings.Simon Josefsson2008-11-171-1/+1
* Indent.Simon Josefsson2008-10-081-2/+2
* changed crypto API to reduce probability of memory leaks during usage of pk_p...Nikos Mavrogiannopoulos2008-09-281-26/+2
* corrected embarrasing bug.Nikos Mavrogiannopoulos2008-09-231-4/+4
* fixed memory leak in reencoding of RSA and DSA private keys. Reported and stu...Nikos Mavrogiannopoulos2008-09-211-0/+14
* Corrected several bugs in DSA DER key importing. Reported and debugged by Sam...Nikos Mavrogiannopoulos2008-09-211-1/+5
* Indent.Simon Josefsson2008-09-161-1/+1
* Fix warnings.Simon Josefsson2008-08-281-1/+0