Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simplified gnutls_handshake_alloc | Nikos Mavrogiannopoulos | 2013-12-25 | 1 | -2/+2 |
| | |||||
* | better naming for free_datum functions. | Nikos Mavrogiannopoulos | 2013-11-27 | 1 | -1/+1 |
| | |||||
* | Added zeroization of keys in several parts within gnutls. | Nikos Mavrogiannopoulos | 2013-11-27 | 1 | -1/+1 |
| | |||||
* | reindented code | Nikos Mavrogiannopoulos | 2013-11-08 | 1 | -593/+554 |
| | |||||
* | optimized access to TLS protocol version properties. | Nikos Mavrogiannopoulos | 2013-05-25 | 1 | -4/+4 |
| | |||||
* | Removed the RSA-EXPORT ciphersuites. | Nikos Mavrogiannopoulos | 2013-04-07 | 1 | -12/+0 |
| | |||||
* | Added options to disable more key exchange mechanisms. | Nikos Mavrogiannopoulos | 2013-03-12 | 1 | -1/+2 |
| | | | | In that DHE was separated from ECDHE. | ||||
* | Use LGPLv2.1 in the files their author's agreed to. | Nikos Mavrogiannopoulos | 2013-02-01 | 1 | -1/+1 |
| | |||||
* | session->key no longer needs to be an allocated structure. | Nikos Mavrogiannopoulos | 2012-10-10 | 1 | -5/+5 |
| | |||||
* | Added support for an old version of the DTLS protocol | Nikos Mavrogiannopoulos | 2012-06-07 | 1 | -9/+16 |
| | | | | | | used by openconnect vpn client for compatibility with Cisco's AnyConnect SSL VPN. It is marked as GNUTLS_DTLS0_9. Do not use it for newer protocols as it has issues. | ||||
* | even more cleanups | Nikos Mavrogiannopoulos | 2012-03-24 | 1 | -15/+15 |
| | |||||
* | Do not treat any message from the peer as an indication that the last flight ↵ | Nikos Mavrogiannopoulos | 2012-02-14 | 1 | -12/+12 |
| | | | | | | was correctly received. Verify instead that the received handshake message has an expected sequence number. | ||||
* | Cleanup copyright headers. | Simon Josefsson | 2012-01-25 | 1 | -2/+1 |
| | |||||
* | Fixed signed/unsigned warnings. | Nikos Mavrogiannopoulos | 2012-01-21 | 1 | -3/+3 |
| | | | | Dropped opaque type (replaced with uint8_t) | ||||
* | Run 'make update-copyright'. | Simon Josefsson | 2012-01-16 | 1 | -1/+1 |
| | |||||
* | Clarify license and copyright. | Simon Josefsson | 2011-08-03 | 1 | -1/+1 |
| | |||||
* | Upgraded to LGPLv3. | Nikos Mavrogiannopoulos | 2011-06-23 | 1 | -5/+3 |
| | |||||
* | gnutls_algorithms.c was split into manageable files in algorithms/. | Nikos Mavrogiannopoulos | 2011-05-21 | 1 | -1/+1 |
| | |||||
* | Added intermediate handshake layer that will order handshake packets and ↵ | Nikos Mavrogiannopoulos | 2011-03-06 | 1 | -133/+120 |
| | | | | drop duplicates. | ||||
* | Simplified _gnutls_recv_handshake(). | Nikos Mavrogiannopoulos | 2011-02-18 | 1 | -1/+1 |
| | |||||
* | Allocate session buffers of size, depending on type of session. | Jonathan Bastien-Filiatrault | 2011-02-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||||
* | Simplified code in authentication methods by using gnutls_buffer_st | Nikos Mavrogiannopoulos | 2011-02-08 | 1 | -162/+153 |
| | | | | instead of malloc/realloc. | ||||
* | do not use strlen for fixed string. | Nikos Mavrogiannopoulos | 2011-02-06 | 1 | -1/+2 |
| | |||||
* | Removed inner application extension. | Nikos Mavrogiannopoulos | 2011-02-06 | 1 | -4/+0 |
| | |||||
* | Indented code. Use same indentation but with -nut to avoid usage of tabs. In ↵ | Nikos Mavrogiannopoulos | 2010-12-16 | 1 | -218/+218 |
| | | | | several editors tabs can be configured not to be 8 spaces and this produces artifacts with the current indentation that is a mixture of tabs and spaces. | ||||
* | Indent (using GNU indent 2.2.11). | Simon Josefsson | 2010-10-14 | 1 | -11/+12 |
| | |||||
* | Appending data in mbuffers is now cheaper by avoiding realloc, at the cost | Nikos Mavrogiannopoulos | 2010-06-14 | 1 | -1/+1 |
| | | | | of requiring to specify a maximum mbuffer size at creation. | ||||
* | Simplified and made more safe the packing of data for session storage. ↵ | Nikos Mavrogiannopoulos | 2010-06-13 | 1 | -60/+2 |
| | | | | | | | | | Extensions use the internal API to store/retrieve during resumption. Removed OPRFI since it was never standardized and was never actually included in gnutls since it was in inactive ifdef. This was instead of rewriting it to use the new API. | ||||
* | More fixes for the rebase. | Nikos Mavrogiannopoulos | 2010-06-04 | 1 | -1/+2 |
| | |||||
* | Added initial PKCS #11 support. Certtool can now print lists of certificates | Nikos Mavrogiannopoulos | 2010-06-03 | 1 | -6/+6 |
| | | | | available in system. | ||||
* | Use mbuffers for handshake synthesis. | Jonathan Bastien-Filiatrault | 2010-06-03 | 1 | -18/+43 |
| | |||||
* | Change GNUTLS into GnuTLS. | Simon Josefsson | 2010-05-22 | 1 | -2/+2 |
| | |||||
* | Indent code. | Simon Josefsson | 2010-04-14 | 1 | -41/+52 |
| | |||||
* | Update copyright years. | Simon Josefsson | 2010-01-27 | 1 | -1/+2 |
| | |||||
* | Fix FSF copyright notices. | Simon Josefsson | 2010-01-27 | 1 | -1/+1 |
| | |||||
* | Indent. | Simon Josefsson | 2008-09-16 | 1 | -52/+41 |
| | |||||
* | Fix namespace problem with TLS_MASTER_SIZE and TLS_RANDOM_SIZE. | Simon Josefsson | 2008-08-13 | 1 | -21/+21 |
| | |||||
* | Indent code. | Simon Josefsson | 2008-07-02 | 1 | -65/+79 |
| | |||||
* | Allow for server key exchange message to be optional for PSK ciphers. | Simon Josefsson | 2008-05-15 | 1 | -2/+7 |
| | |||||
* | Changed my name to my "official" name. | Nikos Mavrogiannopoulos | 2007-10-30 | 1 | -1/+1 |
| | |||||
* | Corrected an error in a parenthesis. | Nikos Mavrogiannopoulos | 2007-10-09 | 1 | -4/+3 |
| | |||||
* | Support for Opaque PRF Input TLS extension. | Simon Josefsson | 2007-09-20 | 1 | -5/+67 |
| | |||||
* | Client TLS 1.2 support. Works against www.mikestoolbox.org:4433. | Simon Josefsson | 2006-11-25 | 1 | -2/+2 |
| | |||||
* | Add TLS/IA support. | Simon Josefsson | 2005-12-15 | 1 | -0/+4 |
| | |||||
* | Replace uint8 with uint8_t. | Simon Josefsson | 2005-12-09 | 1 | -10/+10 |
| | |||||
* | Completed the DHE-PSK ciphersuite additions. | Nikos Mavrogiannopoulos | 2005-11-16 | 1 | -1/+1 |
| | |||||
* | Use GNU coding style. | Simon Josefsson | 2005-11-07 | 1 | -424/+476 |
| | |||||
* | Some fixes in the certificate handling. | Nikos Mavrogiannopoulos | 2005-10-30 | 1 | -3/+10 |
| | |||||
* | Update FSF office address in license. | Simon Josefsson | 2005-05-26 | 1 | -1/+1 |
| | |||||
* | Fix warning. | Simon Josefsson | 2005-04-14 | 1 | -5/+5 |
| |