summaryrefslogtreecommitdiff
path: root/lib/gnutls_constate.c
Commit message (Expand)AuthorAgeFilesLines
* Modified the CHACHA20 cipher to conform to draft-ietf-tls-chacha20-poly1305-02Nikos Mavrogiannopoulos2015-12-141-4/+12
* Added the CHACHA20-POLY1305 ciphersuites (with random IDs)Nikos Mavrogiannopoulos2015-03-281-2/+11
* removed unused constantsNikos Mavrogiannopoulos2015-02-201-9/+0
* corrected calculation for max send data and other uses of _gnutls_cipher_type()Nikos Mavrogiannopoulos2014-11-051-8/+6
* introduced GNUTLS_MAX_SESSION_ID_SIZENikos Mavrogiannopoulos2014-11-051-1/+1
* Added support for RFC7366 (encrypt then authenticate)Nikos Mavrogiannopoulos2014-11-031-0/+3
* Made AEAD type an alternative to stream and blockNikos Mavrogiannopoulos2014-11-031-2/+2
* Added support for the extended master secret calculationNikos Mavrogiannopoulos2014-10-081-0/+1
* NEW_PADDING has been removed.Nikos Mavrogiannopoulos2014-03-051-4/+0
* Align on 16-byte boundaries the buffers provided to cryptodev.Nikos Mavrogiannopoulos2013-12-151-1/+8
* reindented codeNikos Mavrogiannopoulos2013-11-081-492/+505
* separated the TLS IV size and the cipher IV size.Nikos Mavrogiannopoulos2013-11-061-1/+1
* inverse check for cipher ok and priority.Nikos Mavrogiannopoulos2013-08-021-8/+8
* The after handshake function is now called before epoch change.Nikos Mavrogiannopoulos2013-07-281-1/+6
* eliminated the need for the additional version variable.Nikos Mavrogiannopoulos2013-07-151-2/+2
* explicit tests for non-null versionNikos Mavrogiannopoulos2013-06-101-0/+3
* optimized access to TLS protocol version properties.Nikos Mavrogiannopoulos2013-05-251-6/+6
* simplified access to cipher and mac properties to reduce wasted cycles.Nikos Mavrogiannopoulos2013-05-251-74/+34
* removed unused variablesNikos Mavrogiannopoulos2013-04-101-4/+0
* removed TLS export key generationNikos Mavrogiannopoulos2013-04-071-110/+11
* The HMAC subsystem can now be used for other MAC algorithms, like UMAC. UMAC-...Nikos Mavrogiannopoulos2013-03-191-1/+1
* Added salsa20 cipher, and ciphersuites.Nikos Mavrogiannopoulos2013-03-171-2/+3
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* several cleanupsNikos Mavrogiannopoulos2012-09-221-2/+0
* Added support for an old version of the DTLS protocolNikos Mavrogiannopoulos2012-06-071-1/+1
* several type changes to please clangNikos Mavrogiannopoulos2012-04-021-1/+1
* fixes in DTLS rehandshake and epoch cleanup.Nikos Mavrogiannopoulos2012-02-261-11/+22
* simplified the _datum functions.Nikos Mavrogiannopoulos2012-02-201-8/+8
* reset sliding window size on new epochsNikos Mavrogiannopoulos2012-02-141-0/+2
* Cleanup copyright headers.Simon Josefsson2012-01-251-2/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-8/+8
* Run 'make update-copyright'.Simon Josefsson2012-01-161-2/+2
* cipher_suite_st is no longer used internally. We only use a point to 2 bytes.Nikos Mavrogiannopoulos2011-12-131-15/+15
* simplified assignment of server_write and client_write.Nikos Mavrogiannopoulos2011-09-301-7/+11
* Further optimizations in the compression code. Re-enabled the test program by...Nikos Mavrogiannopoulos2011-09-231-6/+6
* Added encryption flag to simplify and optimize key expansion.Nikos Mavrogiannopoulos2011-09-071-3/+3
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* Correctly set compression method when resuming sessions.Nikos Mavrogiannopoulos2011-05-281-0/+1
* gnutls_algorithms.c was split into manageable files in algorithms/.Nikos Mavrogiannopoulos2011-05-211-1/+1
* session->internals.compression_method was removed. It was no longer required ...Nikos Mavrogiannopoulos2011-03-131-2/+15
* _gnutls_is_dtls() is no more. IS_DTLS() is being used instead.Nikos Mavrogiannopoulos2011-03-121-1/+1
* Properly reset the SSL 3.0 MAC algorithm.Nikos Mavrogiannopoulos2011-03-121-2/+2
* Corrected SSL2 client hello handling.Nikos Mavrogiannopoulos2011-03-121-1/+1
* Epoch garbage collector is being run when handshake is being cleaned up.Nikos Mavrogiannopoulos2011-02-201-2/+0
* Changes to allow DTLS server side to operate. Added a simple UDP server on gn...Nikos Mavrogiannopoulos2011-02-191-3/+14
* dtls: Write epoch to sequence number.Jonathan Bastien-Filiatrault2011-02-171-0/+3
* Harmonize "d" argument between constate.c and compress.c.Jonathan Bastien-Filiatrault2011-02-171-4/+4
* Added support for GCM ciphersuites (not tested with other implementation).Nikos Mavrogiannopoulos2011-02-061-8/+14
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-159/+159