summaryrefslogtreecommitdiff
path: root/lib/gnutls_extensions.c
Commit message (Expand)AuthorAgeFilesLines
* doc: Fix some typosAttila Molnar2016-02-061-1/+1
* As server don't try to send extensions we didn't receive.Nikos Mavrogiannopoulos2015-07-311-26/+32
* _gnutls_ext_register was made staticNikos Mavrogiannopoulos2015-06-181-18/+20
* gnutls_ext_register will fail on double registrationNikos Mavrogiannopoulos2015-04-041-3/+16
* updated documentation on non-return value of gnutls_ext_set_dataNikos Mavrogiannopoulos2015-03-201-3/+1
* added gnutls_ext_set_data() and gnutls_ext_get_data()Nikos Mavrogiannopoulos2015-03-201-9/+53
* mention that the registration functions are not thread safeNikos Mavrogiannopoulos2015-03-191-1/+2
* store a copy of the extensions nameNikos Mavrogiannopoulos2015-03-191-3/+13
* removed unused epoch change callbackNikos Mavrogiannopoulos2015-03-191-19/+1
* added documentation for the new functionsNikos Mavrogiannopoulos2015-03-191-3/+20
* Added a way to add custom extensions from public API.Thierry Quemerais2015-03-191-0/+21
* Added support for RFC7366 (encrypt then authenticate)Nikos Mavrogiannopoulos2014-11-031-0/+5
* Added support for the extended master secret calculationNikos Mavrogiannopoulos2014-10-081-0/+5
* several bug fixes due to coverity.Nikos Mavrogiannopoulos2014-04-151-1/+4
* session tickets can be disabledNikos Mavrogiannopoulos2014-03-051-0/+2
* increased code disabled from disable-ocsp and disable-openpgp optionsNikos Mavrogiannopoulos2014-03-051-0/+4
* NEW_PADDING has been removed.Nikos Mavrogiannopoulos2014-03-051-5/+0
* do not send the dumbfw padding if the hello data are already too long.Nikos Mavrogiannopoulos2013-12-281-0/+2
* Added %DUMBFW priority string option.Nikos Mavrogiannopoulos2013-11-101-0/+5
* reindented codeNikos Mavrogiannopoulos2013-11-081-519/+501
* The after handshake function is now called before epoch change.Nikos Mavrogiannopoulos2013-07-281-3/+3
* Added support for the ALPN extension.Nikos Mavrogiannopoulos2013-04-101-0/+7
* Use gnutls_realloc_fast everywhere. Suggested by David Woodhouse.Nikos Mavrogiannopoulos2013-02-181-1/+1
* only register heartbeat if it is enabled.Nikos Mavrogiannopoulos2013-02-041-0/+2
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Added a new record padding mechanism.Nikos Mavrogiannopoulos2013-01-021-1/+25
* Added conditional to disable DTLS-SRTP support.Nikos Mavrogiannopoulos2012-11-051-0/+2
* Add support for DTLS-SRTP profile negotiation (RFC 5764)Martin Storsjo2012-11-011-0/+5
* Print debugging information even when an extension is not parsed.Nikos Mavrogiannopoulos2012-09-301-6/+6
* Implement status_request OCSP extension.Simon Josefsson2012-09-281-1/+5
* Added Heartbeat extension support.Olga2012-08-301-0/+5
* Cleanup copyright headers.Simon Josefsson2012-01-251-2/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-5/+6
* Run 'make update-copyright'.Simon Josefsson2012-01-161-2/+2
* do not reset lengthNikos Mavrogiannopoulos2011-09-081-1/+1
* Do not send an empty extension structure in server hello. This affectsNikos Mavrogiannopoulos2011-09-081-0/+1
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* Initial ecc support. Adds support for anonymous ECDH ciphersuites.Nikos Mavrogiannopoulos2011-05-201-0/+9
* Some debugging moved to a higher level.Nikos Mavrogiannopoulos2011-05-171-5/+5
* Session tickets are included unconditionally.Nikos Mavrogiannopoulos2011-04-161-2/+0
* The auth_ and ext_ files were moved to respective directories.Nikos Mavrogiannopoulos2011-04-161-8/+8
* Corrected signature generation and verificationNikos Mavrogiannopoulos2011-02-121-1/+1
* The extensions code is now using the gnutls_buffer_st.Nikos Mavrogiannopoulos2011-02-091-54/+30
* Removed functions:Nikos Mavrogiannopoulos2011-02-051-34/+0
* Do not include deprecated functions to library documentation.Nikos Mavrogiannopoulos2010-12-191-3/+3
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-175/+175
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-145/+175
* Corrected bugs when restoring extensions during session resumtion.Nikos Mavrogiannopoulos2010-09-291-7/+8
* Use more informative logging for extensions.Nikos Mavrogiannopoulos2010-09-291-0/+4