summaryrefslogtreecommitdiff
path: root/lib/gnutls_state.c
Commit message (Expand)AuthorAgeFilesLines
* Renamed gnutls_transport_set_push_function2() to gnutls_transport_set_vec_pus...Nikos Mavrogiannopoulos2011-02-231-1/+1
* removed duplicate assignments.Nikos Mavrogiannopoulos2011-02-111-2/+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
* Indent code.Simon Josefsson2010-04-141-8/+8
* Fix GTK-DOC syntax. Unfortunately this looses some information.Simon Josefsson2010-02-171-21/+21
* Align indentation of GTK-DOC comments.Simon Josefsson2010-02-171-84/+80
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Safe renegotiation variable cleanup. No longer clear variables thatNikos Mavrogiannopoulos2010-01-211-1/+0
* Specify in detail what to be copied when resuming. It seems thereNikos Mavrogiannopoulos2010-01-131-0/+2
* Revert "Merged the two internal hash API functions, to simplify and reduce co...Nikos Mavrogiannopoulos2009-12-051-15/+15
* Merged the two internal hash API functions, to simplify and reduce code.Nikos Mavrogiannopoulos2009-11-291-15/+15
* Indent code.Simon Josefsson2009-11-051-5/+5
* Final touch on signature algorithms in TLS 1.2 support. Added function gnutls...Nikos Mavrogiannopoulos2009-11-011-54/+0
* Improved TLS 1.2 support. Added support for the SignatureAlgorithm extensionNikos Mavrogiannopoulos2009-11-011-0/+56
* 1. Fix for memory leaks on interrupted handshake.Nikos Mavrogiannopoulos2009-10-231-3/+12
* Use SHA256 for PRF if TLS 1.2.Daiki Ueno2009-08-311-2/+2
* Replace explicit version checks with feature checksJonathan Bastien-Filiatrault2009-08-191-1/+1
* session ticket supportDaiki Ueno2009-08-191-0/+4
* Fix typos in documentation.Simon Josefsson2009-08-111-1/+1
* Doc fixes for GTK-DOC.Simon Josefsson2009-05-131-6/+5
* Doc fixes for GTK-DOC.Simon Josefsson2009-05-131-2/+1
* Check return value properly.Simon Josefsson2009-01-131-3/+2
* Fix mem leak because buffer is not expanded correctly.Simon Josefsson2009-01-131-4/+4
* Use more warnings. Fix many warnings.Simon Josefsson2008-11-171-0/+9
* Indent.Simon Josefsson2008-09-161-6/+6
* Move definitions in gnutls_auth_int.h to gnutls_auth.h and update callers.Simon Josefsson2008-09-011-1/+1
* Doc fixes.Simon Josefsson2008-08-141-0/+2
* Fix namespace problem with TLS_MASTER_SIZE and TLS_RANDOM_SIZE.Simon Josefsson2008-08-131-7/+7
* Add API to set callback to extract TLS Finished messages.Simon Josefsson2008-08-131-0/+31
* Indent code.Simon Josefsson2008-07-021-30/+31