summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls
Commit message (Expand)AuthorAgeFilesLines
* Initial ecc support. Adds support for anonymous ECDH ciphersuites.Nikos Mavrogiannopoulos2011-05-202-4/+27
* Added gnutls_global_set_audit_log_function() that allows associating TLS sess...Nikos Mavrogiannopoulos2011-05-071-0/+2
* Added gnutls_x509_crq_verify().Nikos Mavrogiannopoulos2011-05-071-0/+2
* Added gnutls_certificate_get_issuer() to allow getting the issuer a certifica...Nikos Mavrogiannopoulos2011-05-032-14/+25
* Added gnutls_certificate_set_retrieve_function2() to replaceNikos Mavrogiannopoulos2011-04-212-18/+25
* Added GNUTLS_E_USER_ERRORNikos Mavrogiannopoulos2011-04-201-1/+20
* 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
* Added gnutls_cipher_set_iv().Nikos Mavrogiannopoulos2011-04-121-0/+2
* Increased priority of CPU assisted ciphers.Nikos Mavrogiannopoulos2011-04-121-1/+1
* 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
* doc fixNikos Mavrogiannopoulos2011-04-081-1/+1
* Added support for non-blocking DTLS.Nikos Mavrogiannopoulos2011-04-031-0/+2
* C++ compatibility fix for compat.h. Suggested by Mark Brand.Nikos Mavrogiannopoulos2011-03-261-0/+9
* Fix size of gnutls_openpgp_keyid_t by using the GNUTLS_OPENPGP_KEYID_SIZE def...Nikos Mavrogiannopoulos2011-03-261-1/+2
* documentation fixes.Nikos Mavrogiannopoulos2011-03-234-21/+22
* Simplified signature algorithm selection.Nikos Mavrogiannopoulos2011-03-231-0/+5
* Increased GNUTLS_MAX_ALGORITHM_NUM to 32. The gnutls_*_list() functions gener...Nikos Mavrogiannopoulos2011-03-231-1/+1
* Documentation fixes and cleanups.Nikos Mavrogiannopoulos2011-03-211-2/+63
* Avoided waiting for peer's retransmission to ensure receipt of finished messa...Nikos Mavrogiannopoulos2011-03-201-1/+1
* added gnutls_dtls_get_data_mtu().Nikos Mavrogiannopoulos2011-03-201-0/+2
* Return a special error code if DSA keys with over 1024 are being used with TL...Nikos Mavrogiannopoulos2011-03-191-0/+1
* gnutls_pubkey_t and gnutls_privkey_t can import either an openpgp subkey or a...Nikos Mavrogiannopoulos2011-03-161-1/+0
* introduced GNUTLS_E_OPENPGP_PREFERRED_KEY_ERRORNikos Mavrogiannopoulos2011-03-161-0/+1
* updated cookie negotiation to use only a prestate structure and avoids settin...Nikos Mavrogiannopoulos2011-03-131-6/+7
* Added photuris-like resource protection on the server. Added gnutls_dtls_cook...Nikos Mavrogiannopoulos2011-03-131-0/+18
* added gnutls_key_generate() to API.Nikos Mavrogiannopoulos2011-03-131-0/+3
* gnutls_transport_set_lowat() is no more.Nikos Mavrogiannopoulos2011-03-122-3/+3
* gnutls_init_dtls() was made redundant. The same for gnutls_end_connection_t w...Nikos Mavrogiannopoulos2011-03-124-19/+12
* 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
* Remove gnutls_x509_crq_get_preferred_hash_algorithm.Simon Josefsson2011-02-231-5/+0
* Rename gnutls_privkey_sign_data2 to gnutls_privkey_sign_data and gnutls_privk...Simon Josefsson2011-02-232-9/+8
* Fix syntax-check warnings.Simon Josefsson2011-02-232-2/+1
* Added gnutls_record_recv_seq() that can return the sequence numberNikos Mavrogiannopoulos2011-02-221-0/+2
* Added gnutls_dtls_g/set_mtu() to allow setting and getting the DTLS mtu from ...Nikos Mavrogiannopoulos2011-02-201-0/+3
* 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-192-3/+51
* Several updates for DTLS (client side only) to work.Nikos Mavrogiannopoulos2011-02-181-1/+6
* dtls: Add hanshake fragment headers when sending handshake.Jonathan Bastien-Filiatrault2011-02-171-0/+1
* Add gnutls_init_dtls function.Jonathan Bastien-Filiatrault2011-02-171-0/+10
* Add DTLS1.0 protocol entry.Jonathan Bastien-Filiatrault2011-02-171-1/+3
* removed the old set_priority functions.Nikos Mavrogiannopoulos2011-02-101-7/+0
* deprecated gnutls_*_set_priority().Nikos Mavrogiannopoulos2011-02-092-12/+18
* The extensions code is now using the gnutls_buffer_st.Nikos Mavrogiannopoulos2011-02-091-31/+0
* Combined same functions.Nikos Mavrogiannopoulos2011-02-081-2/+1
* Removed gnutls_psk_netconf_derive_key.Nikos Mavrogiannopoulos2011-02-071-7/+0