summaryrefslogtreecommitdiff
path: root/lib/gnutls_privkey.c
Commit message (Expand)AuthorAgeFilesLines
* More GTK-DOC improvements.Simon Josefsson2011-08-031-1/+17
* Added gnutls_pcert_list_import_x509_raw() and few doc fixes.Nikos Mavrogiannopoulos2011-07-271-3/+3
* Honor uninitialized private key in destructorPetr Písař2011-07-231-0/+2
* documentation fixesNikos Mavrogiannopoulos2011-07-231-10/+10
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-12/+10
* define ck_bool_t to be compatible with PKCS #11 bool type.Nikos Mavrogiannopoulos2011-06-151-1/+0
* The attached patch ports gnutls to p11-kit.Stef Walter2011-06-071-1/+14
* Several updates to allow generation and signing of an ECC certificate.Nikos Mavrogiannopoulos2011-05-231-0/+23
* gnutls_pk_params_st is used internally to transfer public key parameters. Thi...Nikos Mavrogiannopoulos2011-05-221-51/+30
* Combined external abstract API with internal usage of gnutls_cert.Nikos Mavrogiannopoulos2011-04-171-2/+2
* correction in deinitialization of privkey.Nikos Mavrogiannopoulos2011-04-081-0/+3
* Corrected memory leaks.Nikos Mavrogiannopoulos2011-04-081-3/+3
* updated documentationNikos Mavrogiannopoulos2011-03-231-3/+6
* corrected parameter.Nikos Mavrogiannopoulos2011-03-211-1/+1
* gnutls_pubkey_t and gnutls_privkey_t can import either an openpgp subkey or a...Nikos Mavrogiannopoulos2011-03-161-6/+15
* Read the public key algorithm from the selected subkey and not the master key...Nikos Mavrogiannopoulos2011-03-161-2/+10
* Fix docstring of deprecated functions.Simon Josefsson2011-02-231-1/+1
* Rename gnutls_privkey_sign_data2 to gnutls_privkey_sign_data and gnutls_privk...Simon Josefsson2011-02-231-7/+11
* Fix syntax-check warnings.Simon Josefsson2011-02-231-1/+0
* Reverted removal of gnutls_openpgp_privkey_sign_hash() to retain compatibilit...Nikos Mavrogiannopoulos2011-01-161-1/+1
* Added checks before importing keys and updated documentation.Nikos Mavrogiannopoulos2011-01-161-0/+47
* Renamed gnutls_privkey_sign_data() to gnutls_privkey_sign_data2() to match theNikos Mavrogiannopoulos2010-12-211-1/+1
* gnutls_pkcs11_privkey_sign_data(), gnutls_pkcs11_privkey_sign_hash2() andNikos Mavrogiannopoulos2010-12-191-1/+1
* Removed the newly added functions:Nikos Mavrogiannopoulos2010-12-191-1/+1
* Corrected bug in gnutls_privkey_sign_data().Nikos Mavrogiannopoulos2010-12-181-1/+1
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-89/+89
* _gnutls_privkey_get_public_mpis() handles openpgp keys.Nikos Mavrogiannopoulos2010-12-161-75/+119
* Added gnutls_pubkey_import_privkey(), that will copy the public key from a gn...Nikos Mavrogiannopoulos2010-12-161-0/+90
* Simplified preparation of signing code.Nikos Mavrogiannopoulos2010-12-131-27/+5
* deprecated x509/sign.h and moved functionality of it in gnutls_sig.h.Nikos Mavrogiannopoulos2010-12-121-2/+3
* Introduced gnutls_*_privkey_sign_hash2() that is a high level function to pro...Nikos Mavrogiannopoulos2010-12-111-2/+73
* Separated the sign_data functions to a hashing phase, a preparing phase, and ...Nikos Mavrogiannopoulos2010-12-111-14/+19
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-156/+159
* Fixed to compile under mingw32.Nikos Mavrogiannopoulos2010-07-031-0/+12
* Indented code.Nikos Mavrogiannopoulos2010-06-281-60/+88
* Several fixes after big rebase.Nikos Mavrogiannopoulos2010-06-031-2/+2
* Added operations to sign CRLs, certificates and requests with an abstract key...Nikos Mavrogiannopoulos2010-06-031-2/+0
* privkey.h -> abstract.hNikos Mavrogiannopoulos2010-06-031-1/+1
* Added documentation for most of the new functions.Nikos Mavrogiannopoulos2010-06-031-7/+101
* Added gnutls_pkcs11_privkey_t and gnutls_privkey_t types. Those areNikos Mavrogiannopoulos2010-06-031-0/+232
* some improvements in the private key handling api. It is now used internally.Nikos Mavrogiannopoulos2003-03-111-255/+0
* ported to libtasn1 0.2.x. Also the included minitasn1 was replaced by the 0.2...Nikos Mavrogiannopoulos2003-02-141-17/+17
* Added some private key handling functions. They are primitive enough for now.Nikos Mavrogiannopoulos2003-02-121-33/+0
* removed the raw part in the gnutls_privkey internal structure..Nikos Mavrogiannopoulos2003-02-071-23/+0
* Cleanups. Prefixed some internal function with underscore.Nikos Mavrogiannopoulos2002-12-021-4/+4
* Improved gnutls_x509_extract_key_pk_algorithm(), which can now distinguish DS...Nikos Mavrogiannopoulos2002-10-041-5/+8
* Added function to extract the public key algorithm of a DER encoded private key.Nikos Mavrogiannopoulos2002-10-011-0/+32
* moved to libgcrypt 1.1.8Nikos Mavrogiannopoulos2002-07-121-2/+0
* Added some hints on the file purpose, and some other cleanups.Nikos Mavrogiannopoulos2002-07-101-0/+3
* renamed libasn1 to libtasn1Nikos Mavrogiannopoulos2002-06-111-1/+1