summaryrefslogtreecommitdiff
path: root/lib/gnutls_pubkey.c
Commit message (Expand)AuthorAgeFilesLines
* Updated documentation for gnutls_pubkey.Nikos Mavrogiannopoulos2012-01-311-5/+8
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-9/+10
* Add/fix copyright headers.Simon Josefsson2012-01-201-1/+1
* Added gnutls_pubkey_encrypt_data().Nikos Mavrogiannopoulos2012-01-081-2/+33
* GNUTLS_PK_ECC -> GNUTLS_PK_ECNikos Mavrogiannopoulos2012-01-021-10/+10
* Corrected ECC key generation.Nikos Mavrogiannopoulos2011-11-101-5/+5
* Don't crash if gnutls_pubkey_deinit is given a NULL key.Simon Josefsson2011-11-091-1/+3
* Verify that received ECDH public key lies on the curve.Nikos Mavrogiannopoulos2011-11-051-5/+5
* Added support to read elliptic curve public keys from PKCS #11 tokens (untest...Nikos Mavrogiannopoulos2011-09-061-0/+154
* documentation changes.Nikos Mavrogiannopoulos2011-08-241-13/+11
* Documentation updates. gnutls_x509_crq_sign2() and gnutls_x509_crl_sign2() we...Nikos Mavrogiannopoulos2011-08-121-1/+2
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* More GTK-DOC improvements.Simon Josefsson2011-08-031-2/+41
* Fix GTK-DOC manual.Simon Josefsson2011-08-021-10/+12
* Add GTK-DOC Since: tags for 3.0.0 additions.Simon Josefsson2011-08-021-1/+5
* 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