summaryrefslogtreecommitdiff
path: root/lib/gnutls_pubkey.c
Commit message (Expand)AuthorAgeFilesLines
* 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