Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed the 'gnutls_' prefix from files to simplify file naming | Nikos Mavrogiannopoulos | 2015-08-23 | 1 | -79/+0 |
* | reindented code | Nikos Mavrogiannopoulos | 2013-11-08 | 1 | -38/+30 |
* | inlined simple functions | Nikos Mavrogiannopoulos | 2013-05-24 | 1 | -144/+0 |
* | Use LGPLv2.1 in the files their author's agreed to. | Nikos Mavrogiannopoulos | 2013-02-01 | 1 | -1/+1 |
* | Cleanup copyright headers. | Simon Josefsson | 2012-01-25 | 1 | -2/+1 |
* | Fixed signed/unsigned warnings. | Nikos Mavrogiannopoulos | 2012-01-21 | 1 | -7/+7 |
* | Run 'make update-copyright'. | Simon Josefsson | 2012-01-16 | 1 | -2/+2 |
* | Clarify license and copyright. | Simon Josefsson | 2011-08-03 | 1 | -1/+1 |
* | Upgraded to LGPLv3. | Nikos Mavrogiannopoulos | 2011-06-23 | 1 | -5/+3 |
* | Added AES-GCM optimizations using the PCLMULQDQ instruction. Uses Andy Polyak... | Nikos Mavrogiannopoulos | 2011-06-01 | 1 | -0/+9 |
* | corrected uint48pp. | Nikos Mavrogiannopoulos | 2011-02-20 | 1 | -1/+1 |
* | skip replays in handshake packets. | Nikos Mavrogiannopoulos | 2011-02-20 | 1 | -9/+19 |
* | Several updates for DTLS (client side only) to work. | Nikos Mavrogiannopoulos | 2011-02-18 | 1 | -49/+10 |
* | dtls: Add uint48 handling functions. | Jonathan Bastien-Filiatrault | 2011-02-17 | 1 | -0/+30 |
* | dtls: Add types and operations required for the DTLS epoch and sequence. | Jonathan Bastien-Filiatrault | 2011-02-17 | 1 | -0/+29 |
* | Indented code. Use same indentation but with -nut to avoid usage of tabs. In ... | Nikos Mavrogiannopoulos | 2010-12-16 | 1 | -7/+7 |
* | Change GNUTLS into GnuTLS. | Simon Josefsson | 2010-05-22 | 1 | -2/+2 |
* | Update copyright years. | Simon Josefsson | 2010-01-27 | 1 | -1/+2 |
* | Fix FSF copyright notices. | Simon Josefsson | 2010-01-27 | 1 | -1/+1 |
* | Use byteswap from gnulib. | Simon Josefsson | 2008-08-28 | 1 | -10/+12 |
* | Changed my name to my "official" name. | Nikos Mavrogiannopoulos | 2007-10-30 | 1 | -1/+1 |
* | Replace uint32 with uint32_t. | Simon Josefsson | 2005-12-09 | 1 | -15/+15 |
* | Replace uint16 with uint16_t. | Simon Josefsson | 2005-12-09 | 1 | -7/+7 |
* | Replace uint8 with uint8_t. | Simon Josefsson | 2005-12-09 | 1 | -6/+6 |
* | Use GNU coding style. | Simon Josefsson | 2005-11-07 | 1 | -71/+86 |
* | Update FSF office address in license. | Simon Josefsson | 2005-05-26 | 1 | -1/+1 |
* | Clean up license templates. | Simon Josefsson | 2005-01-22 | 1 | -14/+16 |
* | changed indentation to 4 spaces instead of tabs. | Nikos Mavrogiannopoulos | 2004-06-07 | 1 | -74/+88 |
* | * Added CRL verification functionality to certtool. | Nikos Mavrogiannopoulos | 2003-12-26 | 1 | -0/+1 |
* | still more patches by Arne Thomassen | Nikos Mavrogiannopoulos | 2003-08-11 | 1 | -3/+0 |
* | Applied patch from Arne Thomassen <arne@arne-thomassen.de>, which | Nikos Mavrogiannopoulos | 2003-08-09 | 1 | -3/+0 |
* | * Corrected a bug in 64 bit architectures, which affected the | Nikos Mavrogiannopoulos | 2003-03-04 | 1 | -35/+4 |
* | Cleanups. Prefixed some internal function with underscore. | Nikos Mavrogiannopoulos | 2002-12-02 | 1 | -1/+1 |
* | Added some hints on the file purpose, and some other cleanups. | Nikos Mavrogiannopoulos | 2002-07-10 | 1 | -0/+4 |
* | Prefixed internal functions with _gnutls_ | Nikos Mavrogiannopoulos | 2002-05-21 | 1 | -21/+17 |
* | License changed to LGPL | Nikos Mavrogiannopoulos | 2002-05-14 | 1 | -11/+12 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2002-02-05 | 1 | -7/+0 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2001-09-21 | 1 | -1/+1 |
* | fixes in ChangeCipherSpec handling (this also fixes rehandshake). | Nikos Mavrogiannopoulos | 2001-06-24 | 1 | -1/+0 |
* | better handling of 64bit integers | Nikos Mavrogiannopoulos | 2001-06-05 | 1 | -29/+27 |
* | gnutls now handles uint64 even in systems without a native one. | Nikos Mavrogiannopoulos | 2001-06-01 | 1 | -37/+68 |
* | several cleanups in numbers' handling | Nikos Mavrogiannopoulos | 2001-05-26 | 1 | -0/+45 |
* | updated uint24 functions. | Nikos Mavrogiannopoulos | 2001-05-26 | 1 | -2/+26 |
* | Cleanups in endian handling (convertions). | Nikos Mavrogiannopoulos | 2001-05-25 | 1 | -0/+66 |
* | Added copyright notices. | Nikos Mavrogiannopoulos | 2000-04-14 | 1 | -0/+20 |
* | Added anonymous diffie-hellman key exchange. It does not work yet, and | Nikos Mavrogiannopoulos | 2000-04-10 | 1 | -1/+0 |
* | Changed directory structure. | Nikos Mavrogiannopoulos | 2000-04-09 | 1 | -0/+21 |