summaryrefslogtreecommitdiff
path: root/lib/gnutls_pubkey.c
Commit message (Expand)AuthorAgeFilesLines
* documentation fixesNikos Mavrogiannopoulos2011-07-231-21/+21
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-12/+10
* Moved null check before initialization.Nikos Mavrogiannopoulos2011-06-161-2/+2
* 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-2/+7
* Split pubkey_verify_sig() to pubkey_verify_hashed_data() and pubkey_verify_da...Nikos Mavrogiannopoulos2011-06-041-2/+308
* Truncation of ECDSA and DSA signatures moved to _wrap_nettle_pk_sign()Nikos Mavrogiannopoulos2011-06-031-2/+2
* Hash algorithms used for DSA and ECDSA correspond to draft-mavrogiannopoulos-...Nikos Mavrogiannopoulos2011-06-031-3/+17
* Changes to allow ECDH-DSA with client mode certificates.Nikos Mavrogiannopoulos2011-05-261-1/+1
* Added support for verifying server certificates with ECDSA.Nikos Mavrogiannopoulos2011-05-221-2/+2
* always put leading zero to output keysNikos Mavrogiannopoulos2011-05-221-8/+8
* print information on ECC certificates.Nikos Mavrogiannopoulos2011-05-221-0/+53
* gnutls_pk_params_st is used internally to transfer public key parameters. Thi...Nikos Mavrogiannopoulos2011-05-221-119/+60
* Combined external abstract API with internal usage of gnutls_cert.Nikos Mavrogiannopoulos2011-04-171-9/+133
* Corrected leaks in gnutls_pubkey_t deinitialization.Nikos Mavrogiannopoulos2011-04-081-0/+7
* Documentation fixes and cleanups.Nikos Mavrogiannopoulos2011-03-211-4/+4
* gnutls_pubkey_t and gnutls_privkey_t can import either an openpgp subkey or a...Nikos Mavrogiannopoulos2011-03-161-13/+32
* Fix docstring of new function.Simon Josefsson2011-02-231-4/+7
* Fix docstrinf of new function.Simon Josefsson2011-02-231-0/+2
* Documented key usage of pubkey.Nikos Mavrogiannopoulos2010-12-191-1/+3
* Set public key bits on all import functions. Issue reported by Murray Kucheawy.Nikos Mavrogiannopoulos2010-12-191-2/+17
* The verification functions now return a GNUTLS_E_PK_SIG_VERIFY_FAILED on sign...Nikos Mavrogiannopoulos2010-12-181-4/+4
* importing a pubkey from raw params will set the bits field correctly.Nikos Mavrogiannopoulos2010-12-161-0/+2
* Added gnutls_pubkey_verify_data and test vectors.Nikos Mavrogiannopoulos2010-12-161-0/+37
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-77/+77
* Added gnutls_pubkey_import_privkey(), that will copy the public key from a gn...Nikos Mavrogiannopoulos2010-12-161-0/+28
* deprecated x509/sign.h and moved functionality of it in gnutls_sig.h.Nikos Mavrogiannopoulos2010-12-121-1/+0
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-545/+595
* corrected typoNikos Mavrogiannopoulos2010-07-081-1/+1
* Fixed to compile under mingw32.Nikos Mavrogiannopoulos2010-07-031-0/+3
* Indented code.Nikos Mavrogiannopoulos2010-06-281-37/+38
* Allow flags when importing objects from PKCS11 URLs. The only flag supportedNikos Mavrogiannopoulos2010-06-281-2/+16
* The get_preferred_hash_algorithm() functions have now an extra argument to in...Nikos Mavrogiannopoulos2010-06-031-4/+4
* Added gnutls_pubkey_get_preferred_hash_algorithm() and gnutls_x509_crt_get_pr...Nikos Mavrogiannopoulos2010-06-031-0/+34
* Added gnutls_pubkey_verify_hash(), gnutls_pubkey_get_verify_algorithm().Nikos Mavrogiannopoulos2010-06-031-2/+86
* Added gnutls_pubkey_import_pkcs11(), gnutls_pubkey_import_rsa_raw(),Nikos Mavrogiannopoulos2010-06-031-80/+230
* Added gnutls_pubkey_t abstract type to handle public keys. It can currentlyNikos Mavrogiannopoulos2010-06-031-0/+670