summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
Commit message (Expand)AuthorAgeFilesLines
* Simplified the handling of handshake messages to be hashed.Nikos Mavrogiannopoulos2011-06-031-22/+2
* corrected typo.Nikos Mavrogiannopoulos2011-06-011-1/+1
* Use nettle's memxor or gnulib's if it doesn't exist.Nikos Mavrogiannopoulos2011-06-011-0/+7
* Correctly set compression method when resuming sessions.Nikos Mavrogiannopoulos2011-05-281-1/+1
* Added gnutls_global_set_time_function() to allow overridingNikos Mavrogiannopoulos2011-05-261-0/+1
* gnutls_pk_params_st is used internally to transfer public key parameters. Thi...Nikos Mavrogiannopoulos2011-05-221-10/+1
* Added SECP224R1.Nikos Mavrogiannopoulos2011-05-211-0/+1
* Added curve SECP512R1.Nikos Mavrogiannopoulos2011-05-211-0/+1
* Initial ecc support. Adds support for anonymous ECDH ciphersuites.Nikos Mavrogiannopoulos2011-05-201-0/+16
* Combined external abstract API with internal usage of gnutls_cert.Nikos Mavrogiannopoulos2011-04-171-2/+2
* Use a single configure.ac. This speed ups compilation andNikos Mavrogiannopoulos2011-04-081-0/+1
* Added support for non-blocking DTLS.Nikos Mavrogiannopoulos2011-04-031-4/+16
* Increased GNUTLS_MAX_ALGORITHM_NUM to 32. The gnutls_*_list() functions gener...Nikos Mavrogiannopoulos2011-03-231-3/+1
* Avoided waiting for peer's retransmission to ensure receipt of finished messa...Nikos Mavrogiannopoulos2011-03-201-0/+8
* session->internals.compression_method was removed. It was no longer required ...Nikos Mavrogiannopoulos2011-03-131-3/+0
* corrected ssl3 record version sending in client hello.Nikos Mavrogiannopoulos2011-03-121-1/+1
* gnutls_transport_set_lowat() is no more.Nikos Mavrogiannopoulos2011-03-121-11/+0
* gnutls_init_dtls() was made redundant. The same for gnutls_end_connection_t w...Nikos Mavrogiannopoulos2011-03-121-3/+1
* Added intermediate handshake layer that will order handshake packets and drop...Nikos Mavrogiannopoulos2011-03-061-30/+42
* removed GMAXNikos Mavrogiannopoulos2011-03-051-2/+0
* combined all the record buffers in one.Nikos Mavrogiannopoulos2011-03-021-6/+14
* internal buffering for record and handshake data changed from gnutls_buffers ...Nikos Mavrogiannopoulos2011-03-021-15/+10
* Removed last pieces of inner application.Nikos Mavrogiannopoulos2011-03-021-3/+0
* Implemented a sliding window-like thing to discard replayed packets.Nikos Mavrogiannopoulos2011-02-201-0/+5
* skip replays in handshake packets.Nikos Mavrogiannopoulos2011-02-201-1/+6
* removed unneeded variables.Nikos Mavrogiannopoulos2011-02-201-3/+0
* Cleanups in combination of DTLS and TLS buffers.Nikos Mavrogiannopoulos2011-02-201-0/+1
* Return a more precise mtu unit to applications.Nikos Mavrogiannopoulos2011-02-201-2/+4
* Added gnutls_dtls_g/set_mtu() to allow setting and getting the DTLS mtu from ...Nikos Mavrogiannopoulos2011-02-201-4/+4
* Combined DTLS buffers and normal TLS buffers.Nikos Mavrogiannopoulos2011-02-201-24/+8
* Changes to allow DTLS server side to operate. Added a simple UDP server on gn...Nikos Mavrogiannopoulos2011-02-191-0/+7
* Allow setting the DTLS timeouts explicitly.Nikos Mavrogiannopoulos2011-02-191-0/+3
* Several updates for DTLS (client side only) to work.Nikos Mavrogiannopoulos2011-02-181-14/+7
* use similar API when caching messages in DTLS or TLS.Nikos Mavrogiannopoulos2011-02-181-21/+19
* dtls: Limit the number of HelloVerifyRequest round trips.Jonathan Bastien-Filiatrault2011-02-171-0/+6
* dtls: Do HANDSHAKE_HELLO_VERIFY_REQUEST processing.Jonathan Bastien-Filiatrault2011-02-171-1/+2
* Add structures for the buffered outgoing flight.Jonathan Bastien-Filiatrault2011-02-171-0/+25
* Add state for handshake mtu.Jonathan Bastien-Filiatrault2011-02-171-0/+5
* Add proper handshake outgoing sequence number.Jonathan Bastien-Filiatrault2011-02-171-0/+5
* dtls: Add epoch and sequence number to DTLS packets.Jonathan Bastien-Filiatrault2011-02-171-3/+12
* dtls: Add types and operations required for the DTLS epoch and sequence.Jonathan Bastien-Filiatrault2011-02-171-0/+5
* Add gnutls_init_dtls function.Jonathan Bastien-Filiatrault2011-02-171-0/+1
* Add DTLS state.Jonathan Bastien-Filiatrault2011-02-171-0/+23
* The extensions code is now using the gnutls_buffer_st.Nikos Mavrogiannopoulos2011-02-091-0/+26
* Removed gnutls_session_set_finished_function().Nikos Mavrogiannopoulos2011-02-071-3/+0
* Cleanups and moved definitions to gnutls_int.h. AEAD modes now use the record...Nikos Mavrogiannopoulos2011-02-071-0/+3
* Added support for GCM ciphersuites (not tested with other implementation).Nikos Mavrogiannopoulos2011-02-061-2/+2
* Added missing definitions (GNUTLS_MASTER_SIZE etc).Nikos Mavrogiannopoulos2011-02-051-0/+3
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-55/+55
* SSL3_RECORD_VERSION priority option is now the default. That is in order to n...Nikos Mavrogiannopoulos2010-12-061-1/+1