summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls/gnutls.h.in
Commit message (Expand)AuthorAgeFilesLines
* properly report unexpected EOF.Nikos Mavrogiannopoulos2012-02-181-0/+1
* The public key storage backend was made extendable.Nikos Mavrogiannopoulos2012-02-181-4/+13
* Modified the trust_db API to avoid dependendance on a structure.Nikos Mavrogiannopoulos2012-02-161-11/+6
* The hash in gnutls_store_commitment() is specified in raw format.Nikos Mavrogiannopoulos2012-02-151-2/+2
* Added ability to store commitments (hashes) of public keys.Nikos Mavrogiannopoulos2012-02-141-0/+17
* updated documentation for back-end.Nikos Mavrogiannopoulos2012-02-101-1/+1
* gnutls_verify_stored_pubkey() and gnutls_store_pubkey() allow for alternative...Nikos Mavrogiannopoulos2012-02-101-3/+26
* Removed the application field and added an expiration field.Nikos Mavrogiannopoulos2012-02-101-3/+3
* Added gnutls_verify_stored_pubkey() and gnutls_store_pubkey().Nikos Mavrogiannopoulos2012-01-281-2/+22
* corrected prototypes.Nikos Mavrogiannopoulos2012-01-241-5/+5
* Fix up some typos and obsolete commentsPatrick Pelletier2012-01-241-6/+8
* Added functions to allow quering a priority structure.Nikos Mavrogiannopoulos2012-01-241-0/+6
* Allow quering available elliptic curves by adding gnutls_ecc_curve_list().Nikos Mavrogiannopoulos2012-01-241-0/+1
* Doc fixes.Simon Josefsson2012-01-241-0/+1
* Added functions to parse authority key identifiers when stored as a 'general ...Nikos Mavrogiannopoulos2012-01-211-0/+1
* Documented updates.Nikos Mavrogiannopoulos2012-01-211-1/+0
* Added new security level "legacy" for 96-bit security.Nikos Mavrogiannopoulos2012-01-211-8/+10
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-2/+2
* introduced GNUTLS_E_NO_PRIORITIES_WERE_SET.Nikos Mavrogiannopoulos2012-01-181-0/+1
* GTK-DOC fixes.Simon Josefsson2012-01-161-1/+7
* better indent gnutls_certificate_set_x509_simple_pkcs12_file to allow them be...Nikos Mavrogiannopoulos2012-01-141-4/+2
* Added gnutls_session_resumption_requested().Nikos Mavrogiannopoulos2012-01-111-1/+2
* GNUTLS_PK_ECC -> GNUTLS_PK_ECNikos Mavrogiannopoulos2012-01-021-2/+3
* Added function gnutls_random_art() to convert fingerprints to images (current...Nikos Mavrogiannopoulos2011-12-281-2/+10
* gnutls_priority_get_cipher_suite was renamed to gnutls_priority_get_cipher_su...Nikos Mavrogiannopoulos2011-12-121-1/+1
* Added gnutls_priority_get_cipher_suite().Nikos Mavrogiannopoulos2011-12-111-1/+2
* Added SECP192R1 curve.Nikos Mavrogiannopoulos2011-12-091-0/+2
* Separated API reference to header files in the texi manual.Nikos Mavrogiannopoulos2011-11-221-12/+12
* Added gnutls_x509_privkey_verify_params() which verifies the parameters of a ...Nikos Mavrogiannopoulos2011-11-111-0/+1
* Added 3072 and 4096-bit groups from RFC5054.Nikos Mavrogiannopoulos2011-11-011-0/+6
* removed libextra errors.Nikos Mavrogiannopoulos2011-10-231-7/+0
* Added new signing callback in gnutls_privkey_t.Nikos Mavrogiannopoulos2011-10-071-1/+3
* Functions for RSA-EXPORT were marked as deprecated.Nikos Mavrogiannopoulos2011-09-131-38/+0
* updated documentation. The function descriptions were converted to floats.Nikos Mavrogiannopoulos2011-09-131-2/+2
* Modified gdoc to be able to handle enumerations. Only valid to latex.Nikos Mavrogiannopoulos2011-09-111-349/+352
* Fix build errors.Simon Josefsson2011-09-091-1/+1
* Clarify license and copyright.Simon Josefsson2011-08-031-7/+4
* More GTK-DOC improvements.Simon Josefsson2011-08-031-5/+23
* updatedNikos Mavrogiannopoulos2011-08-021-2/+2
* Fix GTK-DOC manual.Simon Josefsson2011-08-021-9/+12
* Added GNUTLS_E_CERTIFICATE_LIST_UNSORTED.Nikos Mavrogiannopoulos2011-07-311-0/+1
* Added gnutls_alert_get_strname().Nikos Mavrogiannopoulos2011-07-231-0/+1
* bumped version.Nikos Mavrogiannopoulos2011-06-181-0/+1
* Added SuiteB ciphersuites. Added SUITEB128 and SUITEB192 priority strings.Nikos Mavrogiannopoulos2011-06-041-0/+2
* gnutls_ecc_curve_get() was added.Nikos Mavrogiannopoulos2011-06-041-0/+1
* Added ECDHE-PSK ciphersuites for TLS (RFC 5489).Nikos Mavrogiannopoulos2011-05-271-0/+2
* Added gnutls_global_set_time_function() to allow overridingNikos Mavrogiannopoulos2011-05-261-0/+3
* Added support for verifying server certificates with ECDSA.Nikos Mavrogiannopoulos2011-05-221-0/+2
* gnutls_pk_params_st is used internally to transfer public key parameters. Thi...Nikos Mavrogiannopoulos2011-05-221-0/+24
* Added OIDs and definitions for ECDSA signature algorithm.Nikos Mavrogiannopoulos2011-05-211-3/+13