summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls/gnutls.h.in
Commit message (Expand)AuthorAgeFilesLines
* deleted 3_0_x branch. Master is the 3_0_x branch.Nikos Mavrogiannopoulos2011-09-111-1809/+0
* Merge branch 'master' into gnutls_3_0_xNikos Mavrogiannopoulos2011-09-111-349/+352
|\
| * 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
* | Functions for RSA-EXPORT were marked as deprecated.Nikos Mavrogiannopoulos2011-09-101-38/+0
* | 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
* Added support for ECDHE-RSA ciphersuites.Nikos Mavrogiannopoulos2011-05-211-0/+2
* Initial ecc support. Adds support for anonymous ECDH ciphersuites.Nikos Mavrogiannopoulos2011-05-201-3/+13
* Added gnutls_global_set_audit_log_function() that allows associating TLS sess...Nikos Mavrogiannopoulos2011-05-071-0/+2
* Added gnutls_certificate_get_issuer() to allow getting the issuer a certifica...Nikos Mavrogiannopoulos2011-05-031-14/+22
* Added gnutls_certificate_set_retrieve_function2() to replaceNikos Mavrogiannopoulos2011-04-211-18/+3
* Added GNUTLS_E_USER_ERRORNikos Mavrogiannopoulos2011-04-201-1/+20
* gnutls_transport_set_global_errno() is no more.Nikos Mavrogiannopoulos2011-04-111-1/+0
* Support for liblzo was dropped.Nikos Mavrogiannopoulos2011-04-101-5/+0
* Corrected documentation of several API functions.Nikos Mavrogiannopoulos2011-04-101-1/+1
* Added support for non-blocking DTLS.Nikos Mavrogiannopoulos2011-04-031-0/+2
* documentation fixes.Nikos Mavrogiannopoulos2011-03-231-2/+2
* Increased GNUTLS_MAX_ALGORITHM_NUM to 32. The gnutls_*_list() functions gener...Nikos Mavrogiannopoulos2011-03-231-1/+1
* Avoided waiting for peer's retransmission to ensure receipt of finished messa...Nikos Mavrogiannopoulos2011-03-201-1/+1
* Return a special error code if DSA keys with over 1024 are being used with TL...Nikos Mavrogiannopoulos2011-03-191-0/+1
* introduced GNUTLS_E_OPENPGP_PREFERRED_KEY_ERRORNikos Mavrogiannopoulos2011-03-161-0/+1
* added gnutls_key_generate() to API.Nikos Mavrogiannopoulos2011-03-131-0/+3
* gnutls_transport_set_lowat() is no more.Nikos Mavrogiannopoulos2011-03-121-3/+0
* gnutls_init_dtls() was made redundant. The same for gnutls_end_connection_t w...Nikos Mavrogiannopoulos2011-03-121-14/+7
* Added intermediate handshake layer that will order handshake packets and drop...Nikos Mavrogiannopoulos2011-03-061-2/+3
* Removed last pieces of inner application.Nikos Mavrogiannopoulos2011-03-021-2/+0
* Renamed gnutls_transport_set_push_function2() to gnutls_transport_set_vec_pus...Nikos Mavrogiannopoulos2011-02-231-1/+1
* Added gnutls_record_recv_seq() that can return the sequence numberNikos Mavrogiannopoulos2011-02-221-0/+2
* Changes to allow DTLS server side to operate. Added a simple UDP server on gn...Nikos Mavrogiannopoulos2011-02-191-0/+5
* Allow setting the DTLS timeouts explicitly.Nikos Mavrogiannopoulos2011-02-191-3/+0
* Several updates for DTLS (client side only) to work.Nikos Mavrogiannopoulos2011-02-181-1/+6