summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls/abstract.h
Commit message (Expand)AuthorAgeFilesLines
* updated documentationgnutls_3_0_12_xNikos Mavrogiannopoulos2012-02-091-2/+2
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* Added gnutls_pubkey_encrypt_data().Nikos Mavrogiannopoulos2012-01-081-0/+5
* pkcs11.h and abstract.h use extern C idiom for C++.Nikos Mavrogiannopoulos2011-12-281-0/+9
* More doc fixes.Simon Josefsson2011-10-101-2/+2
* Added new signing callback in gnutls_privkey_t.Nikos Mavrogiannopoulos2011-10-071-3/+26
* Added support to read elliptic curve public keys from PKCS #11 tokens (untest...Nikos Mavrogiannopoulos2011-09-061-0/+13
* gnutls_certificate_set_x509_key() and gnutls_certificate_set_openpgp_key() op...Nikos Mavrogiannopoulos2011-08-271-1/+2
* Clarify license and copyright.Simon Josefsson2011-08-031-5/+3
* More GTK-DOC fixes.Simon Josefsson2011-08-031-5/+13
* More GTK-DOC improvements.Simon Josefsson2011-08-031-12/+0
* Fix GTK-DOC manual.Simon Josefsson2011-08-021-3/+27
* Added gnutls_pcert_list_import_x509_raw() and few doc fixes.Nikos Mavrogiannopoulos2011-07-271-0/+6
* Split pubkey_verify_sig() to pubkey_verify_hashed_data() and pubkey_verify_da...Nikos Mavrogiannopoulos2011-06-041-0/+6
* Added gnutls_x509_privkey_import_ecc_raw() and gnutls_x509_privkey_export_ecc...Nikos Mavrogiannopoulos2011-05-221-0/+7
* print information on ECC certificates.Nikos Mavrogiannopoulos2011-05-221-0/+2
* Added gnutls_certificate_set_retrieve_function2() to replaceNikos Mavrogiannopoulos2011-04-211-0/+22
* Eliminated the need for sign_algo in gnutls_pcert_st. This meansNikos Mavrogiannopoulos2011-04-201-2/+1
* Combined external abstract API with internal usage of gnutls_cert.Nikos Mavrogiannopoulos2011-04-171-0/+37
* documentation fixes.Nikos Mavrogiannopoulos2011-03-231-5/+5
* Simplified signature algorithm selection.Nikos Mavrogiannopoulos2011-03-231-0/+5
* gnutls_pubkey_t and gnutls_privkey_t can import either an openpgp subkey or a...Nikos Mavrogiannopoulos2011-03-161-1/+0
* Rename gnutls_privkey_sign_data2 to gnutls_privkey_sign_data and gnutls_privk...Simon Josefsson2011-02-231-7/+6
* Renamed gnutls_privkey_sign_data() to gnutls_privkey_sign_data2() to match theNikos Mavrogiannopoulos2010-12-211-1/+1
* Added gnutls_pubkey_verify_data and test vectors.Nikos Mavrogiannopoulos2010-12-161-0/+5
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-58/+58
* Added gnutls_pubkey_import_privkey(), that will copy the public key from a gn...Nikos Mavrogiannopoulos2010-12-161-3/+7
* Introduced gnutls_*_privkey_sign_hash2() that is a high level function to pro...Nikos Mavrogiannopoulos2010-12-111-3/+7
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-63/+73
* Allow flags when importing objects from PKCS11 URLs. The only flag supportedNikos Mavrogiannopoulos2010-06-281-1/+2
* The get_preferred_hash_algorithm() functions have now an extra argument to in...Nikos Mavrogiannopoulos2010-06-031-1/+1
* Added gnutls_pubkey_get_preferred_hash_algorithm() and gnutls_x509_crt_get_pr...Nikos Mavrogiannopoulos2010-06-031-0/+3
* Added gnutls_pubkey_verify_hash(), gnutls_pubkey_get_verify_algorithm().Nikos Mavrogiannopoulos2010-06-031-0/+8
* Added gnutls_pubkey_import_pkcs11(), gnutls_pubkey_import_rsa_raw(),Nikos Mavrogiannopoulos2010-06-031-1/+9
* Added gnutls_pubkey_t abstract type to handle public keys. It can currentlyNikos Mavrogiannopoulos2010-06-031-2/+52
* Added operations to sign CRLs, certificates and requests with an abstract key...Nikos Mavrogiannopoulos2010-06-031-0/+16
* privkey.h -> abstract.hNikos Mavrogiannopoulos2010-06-031-0/+37