summaryrefslogtreecommitdiff
path: root/lib/gnutls_state.c
Commit message (Expand)AuthorAgeFilesLines
* Combined external abstract API with internal usage of gnutls_cert.Nikos Mavrogiannopoulos2011-04-171-1/+1
* The auth_ and ext_ files were moved to respective directories.Nikos Mavrogiannopoulos2011-04-161-3/+3
* Support for liblzo was dropped.Nikos Mavrogiannopoulos2011-04-101-3/+2
* Added documentation for Datagram TLS.Nikos Mavrogiannopoulos2011-04-091-2/+4
* Added support for non-blocking DTLS.Nikos Mavrogiannopoulos2011-04-031-0/+8
* gnutls_transport_set_lowat() is no more.Nikos Mavrogiannopoulos2011-03-121-2/+0
* gnutls_init_dtls() was made redundant. The same for gnutls_end_connection_t w...Nikos Mavrogiannopoulos2011-03-121-37/+13
* increased initial retransmission time to 1 sec.Nikos Mavrogiannopoulos2011-03-111-1/+1
* Added intermediate handshake layer that will order handshake packets and drop...Nikos Mavrogiannopoulos2011-03-061-6/+3
* combined all the record buffers in one.Nikos Mavrogiannopoulos2011-03-021-9/+7
* internal buffering for record and handshake data changed from gnutls_buffers ...Nikos Mavrogiannopoulos2011-03-021-6/+4
* Removed last pieces of inner application.Nikos Mavrogiannopoulos2011-03-021-2/+0
* use timeouts closer to DTLS RFC.Nikos Mavrogiannopoulos2011-02-231-2/+2
* Renamed gnutls_transport_set_push_function2() to gnutls_transport_set_vec_pus...Nikos Mavrogiannopoulos2011-02-231-1/+1
* Implemented a sliding window-like thing to discard replayed packets.Nikos Mavrogiannopoulos2011-02-201-0/+2
* Epoch garbage collector is being run when handshake is being cleaned up.Nikos Mavrogiannopoulos2011-02-201-1/+2
* skip replays in handshake packets.Nikos Mavrogiannopoulos2011-02-201-2/+5
* Return a more precise mtu unit to applications.Nikos Mavrogiannopoulos2011-02-201-0/+47
* Added gnutls_dtls_g/set_mtu() to allow setting and getting the DTLS mtu from ...Nikos Mavrogiannopoulos2011-02-201-1/+1
* Combined DTLS buffers and normal TLS buffers.Nikos Mavrogiannopoulos2011-02-201-3/+0
* Changes to allow DTLS server side to operate. Added a simple UDP server on gn...Nikos Mavrogiannopoulos2011-02-191-2/+3
* Allow setting the DTLS timeouts explicitly.Nikos Mavrogiannopoulos2011-02-191-0/+4
* Several updates for DTLS (client side only) to work.Nikos Mavrogiannopoulos2011-02-181-3/+15
* Add structures for the buffered outgoing flight.Jonathan Bastien-Filiatrault2011-02-171-0/+3
* Add state for handshake mtu.Jonathan Bastien-Filiatrault2011-02-171-0/+1
* Add gnutls_init_dtls function.Jonathan Bastien-Filiatrault2011-02-171-0/+30
* removed duplicate assignments.Nikos Mavrogiannopoulos2011-02-111-2/+0
* The extensions code is now using the gnutls_buffer_st.Nikos Mavrogiannopoulos2011-02-091-0/+2
* Removed gnutls_session_set_finished_function().Nikos Mavrogiannopoulos2011-02-071-33/+0
* Removed: gnutls_session_get_server_random, gnutls_session_get_client_random, ...Nikos Mavrogiannopoulos2011-02-051-66/+0
* Do not include deprecated functions to library documentation.Nikos Mavrogiannopoulos2010-12-191-8/+15
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-173/+173
* Indent code.Simon Josefsson2010-12-061-1/+1
* Implement RFC 5929 tls-unique channel binding.Simon Josefsson2010-10-151-2/+16
* Add gnutls_session_channel_binding API.Simon Josefsson2010-10-141-0/+23
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-7/+8
* Explicit symmetric cipher state versionning.Jonathan Bastien-Filiatrault2010-09-171-36/+35
* mbuffers: make _gnutls_io_read_buffered use mbuffers.Jonathan Bastien-Filiatrault2010-09-091-14/+2
* system specific functions were moved to system.cNikos Mavrogiannopoulos2010-07-101-52/+4
* Support scattered write using writev(). This takesNikos Mavrogiannopoulos2010-07-101-0/+57
* Simplified and made more safe the packing of data for session storage. Extens...Nikos Mavrogiannopoulos2010-06-131-15/+2
* More fixes for the rebase.Nikos Mavrogiannopoulos2010-06-041-4/+3
* Corrected issue on the %SSL3_RECORD_VERSION priority string. It nowNikos Mavrogiannopoulos2010-06-031-3/+0
* Added gnutls_pkcs11_privkey_t and gnutls_privkey_t types. Those areNikos Mavrogiannopoulos2010-06-031-1/+1
* Simplify handshake send buffer logic.Jonathan Bastien-Filiatrault2010-06-031-1/+1
* Change type of internals.record_send_buffer to a mbuffer.Jonathan Bastien-Filiatrault2010-06-031-2/+3
* Remove hardcoded version check in gnutls_state.c.Jonathan Bastien-Filiatrault2010-06-031-0/+1
* Splitted safe renegotiation capabilities toNikos Mavrogiannopoulos2010-06-011-1/+1
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Emulate old gnutls behavior regarding safe renegotiation if the priority_* fu...Nikos Mavrogiannopoulos2010-05-181-0/+5