summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
Commit message (Expand)AuthorAgeFilesLines
* corrected ssl3 record version sending in client hello.Nikos Mavrogiannopoulos2011-03-121-1/+1
* Added IV to max_record_overhead.Nikos Mavrogiannopoulos2011-02-061-1/+1
* 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
* Implement RFC 5929 tls-unique channel binding.Simon Josefsson2010-10-151-0/+3
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-37/+40
* Fix compiler warnings.Simon Josefsson2010-10-011-10/+11
* Explicit symmetric cipher state versionning.Jonathan Bastien-Filiatrault2010-09-171-37/+47
* mbuffers: make _gnutls_io_read_buffered use mbuffers.Jonathan Bastien-Filiatrault2010-09-091-1/+1
* Parenthesize size calculations.Jonathan Bastien-Filiatrault2010-09-091-2/+2
* When the %COMPAT flag is specified, larger records that would otherwise viola...Nikos Mavrogiannopoulos2010-09-011-0/+1
* By default lowat is set to zero.Nikos Mavrogiannopoulos2010-08-201-1/+1
* Remember the amount of user data we're sending outSjoerd Simons2010-08-171-0/+5
* Add state for flushing the handshake bufferSjoerd Simons2010-08-171-1/+1
* Support scattered write using writev(). This takesNikos Mavrogiannopoulos2010-07-101-2/+4
* commented obscure HANDSHAKE_MAC_TYPE_10 and HANDSHAKE_MAC_TYPE_12.Nikos Mavrogiannopoulos2010-06-291-2/+2
* MAX_SRP_USERNAME -> MAX_USERNAME_SIZENikos Mavrogiannopoulos2010-06-261-1/+1
* Appending data in mbuffers is now cheaper by avoiding realloc, at the costNikos Mavrogiannopoulos2010-06-141-0/+1
* Combined the max ticket length with the maximum extension data length.Nikos Mavrogiannopoulos2010-06-131-1/+0
* Simplified and made more safe the packing of data for session storage. Extens...Nikos Mavrogiannopoulos2010-06-131-101/+35
* The gnutls_string code was simplified and integrated with the buffer to avoidNikos Mavrogiannopoulos2010-06-111-6/+6
* More fixes for the rebase.Nikos Mavrogiannopoulos2010-06-041-6/+7
* 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-3/+1
* Cleanup of the remaining internals.record_send_buffer mess.Jonathan Bastien-Filiatrault2010-06-031-7/+0
* Change type of internals.record_send_buffer to a mbuffer.Jonathan Bastien-Filiatrault2010-06-031-1/+1
* Add gnutls_mbuffers.{c,h} with some basic mbuffer operations.Jonathan Bastien-Filiatrault2010-06-031-0/+22
* Splitted safe renegotiation capabilities toNikos Mavrogiannopoulos2010-06-011-4/+8
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Because we want to differentiate the behavior of serverNikos Mavrogiannopoulos2010-05-181-0/+1
* More indentation.Simon Josefsson2010-04-141-22/+23
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Added safe renegotiation test cases. Added priority string option toNikos Mavrogiannopoulos2010-01-211-0/+1
* Safe renegotiation variable cleanup. No longer clear variables thatNikos Mavrogiannopoulos2010-01-211-2/+1
* Modified extensions (session ticket, oprfi) to store internal data in gnutls ...Nikos Mavrogiannopoulos2010-01-151-6/+8
* Further cleanup the extension internal structure. Now if values are notNikos Mavrogiannopoulos2010-01-141-4/+5
* Specify in detail what to be copied when resuming. It seems thereNikos Mavrogiannopoulos2010-01-131-4/+13
* Added Steve Dispensa's patch for safe renegotiation (with artistic changes).Nikos Mavrogiannopoulos2010-01-121-10/+14
* Added safe renegotiation patch from Steve Dispensa, modified to suit gnutlsNikos Mavrogiannopoulos2010-01-111-2/+16
* Revert "Merged the two internal hash API functions, to simplify and reduce co...Nikos Mavrogiannopoulos2009-12-051-7/+7
* Merged the two internal hash API functions, to simplify and reduce code.Nikos Mavrogiannopoulos2009-11-291-7/+7
* Avoid code duplication by using all the functions defined in gnutls_algorithmsNikos Mavrogiannopoulos2009-11-011-1/+1
* Improved TLS 1.2 support. Added support for the SignatureAlgorithm extensionNikos Mavrogiannopoulos2009-11-011-1/+9
* 1. Fix for memory leaks on interrupted handshake.Nikos Mavrogiannopoulos2009-10-231-4/+21
* Add functions for TLS signature algorithm.Daiki Ueno2009-08-311-0/+6
* Remove unused constant.Simon Josefsson2009-08-201-1/+0
* session ticket supportDaiki Ueno2009-08-191-2/+22
* Remove io_debug.h stuff, it is superseded by self-tests like mini-eagain.c.Simon Josefsson2009-08-131-1/+0
* Added %SSL3_RECORD_VERSION priority option that allows to specify the client ...Nikos Mavrogiannopoulos2009-02-211-0/+1