Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When receiving a TLS record with multiple handshake packets, parse them in ↵ | Nikos Mavrogiannopoulos | 2015-01-08 | 1 | -0/+1 |
| | | | | | | | one go That resolves: https://savannah.gnu.org/support/?108712 | ||||
* | fixed bug | Nikos Mavrogiannopoulos | 2013-11-27 | 1 | -1/+1 |
| | |||||
* | simplified debugging levels. | Nikos Mavrogiannopoulos | 2013-11-27 | 1 | -12/+13 |
| | |||||
* | reindented code | Nikos Mavrogiannopoulos | 2013-11-08 | 1 | -18/+16 |
| | |||||
* | Use LGPLv2.1 in the files their author's agreed to. | Nikos Mavrogiannopoulos | 2013-02-01 | 1 | -1/+1 |
| | |||||
* | Run 'make update-copyright'. | Simon Josefsson | 2012-01-16 | 1 | -1/+1 |
| | |||||
* | removed superfluous check. | Nikos Mavrogiannopoulos | 2011-11-29 | 1 | -1/+1 |
| | |||||
* | define likely() and unlikely() and use them to prevent debugging code from ↵ | Nikos Mavrogiannopoulos | 2011-11-11 | 1 | -2/+2 |
| | | | | being prioritized in branch prediction. | ||||
* | Clarify license and copyright. | Simon Josefsson | 2011-08-03 | 1 | -7/+4 |
| | |||||
* | Added gnutls_global_set_audit_log_function() that allows associating TLS ↵ | Nikos Mavrogiannopoulos | 2011-05-07 | 1 | -2/+8 |
| | | | | session with several important issues. | ||||
* | cleanups. Introduced gnutls_assert_val_fatal() that only prints | Nikos Mavrogiannopoulos | 2011-03-12 | 1 | -0/+1 |
| | | | | debugging messages on non-fatal errors. | ||||
* | gnutls_x509_log replaced with gnutls_audit_log. | Nikos Mavrogiannopoulos | 2011-02-20 | 1 | -6/+6 |
| | |||||
* | Several updates for DTLS (client side only) to work. | Nikos Mavrogiannopoulos | 2011-02-18 | 1 | -2/+2 |
| | |||||
* | Define _gnutls_dtls_log for DTLS. | Jonathan Bastien-Filiatrault | 2011-02-17 | 1 | -0/+2 |
| | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||||
* | Indent (using GNU indent 2.2.11). | Simon Josefsson | 2010-10-14 | 1 | -30/+29 |
| | |||||
* | Add gnutls_assert_val idiom. | Jonathan Bastien-Filiatrault | 2010-09-17 | 1 | -0/+17 |
| | | | | | | | | | This warrants being made in an inline function or macro since it is used throughout the code. This converts 4 line repetitive blocks into 1 line. Signed-off-by: Jonathan Bastien-Filiatrault <joe@x2a.org> Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||||
* | Make LEVEL and LEVEL_EQ macros safer. | Jonathan Bastien-Filiatrault | 2010-06-03 | 1 | -4/+4 |
| | | | | Once again, I got bit by this pretty hard. | ||||
* | Change GNUTLS into GnuTLS. | Simon Josefsson | 2010-05-22 | 1 | -2/+2 |
| | |||||
* | More indentation. | Simon Josefsson | 2010-04-14 | 1 | -5/+6 |
| | |||||
* | Update copyright years. | Simon Josefsson | 2010-01-27 | 1 | -1/+2 |
| | |||||
* | Fix FSF copyright notices. | Simon Josefsson | 2010-01-27 | 1 | -1/+1 |
| | |||||
* | Rename _gnutls_dump_mpi to _gnutls_mpi_log. Rewrite to use less stack space. | Simon Josefsson | 2009-06-03 | 1 | -0/+2 |
| | |||||
* | Cleanup logger function type. | Simon Josefsson | 2009-01-07 | 1 | -4/+3 |
| | |||||
* | Added function to copy extensions from a CRL to a certificate. | Nikos Mavrogiannopoulos | 2008-10-04 | 1 | -1/+6 |
| | | | | Reduced many warnings (and added more by defining gnutls_log as printf like function --gcc only) | ||||
* | Merge defines.h into gnutls_int.h. | Simon Josefsson | 2008-09-17 | 1 | -1/+1 |
| | |||||
* | Protect against double inclusion. | Simon Josefsson | 2008-08-28 | 1 | -1/+6 |
| | |||||
* | Changed my name to my "official" name. | Nikos Mavrogiannopoulos | 2007-10-30 | 1 | -1/+1 |
| | |||||
* | ** Added capability to set a callback after the client hello is received | Nikos Mavrogiannopoulos | 2007-10-08 | 1 | -1/+0 |
| | | | | | | | | | | | | by the server in order to adjust parameters before the handshake. ** SRP was corrected to adhere (more) to the latest draft (published soon as RFC) ** Corrected bug which did not allow a server to run without supporting certificates. ** Updated the DN parser which now prints wrongly decoded values as hex strings. | ||||
* | Use GNU coding style. | Simon Josefsson | 2005-11-07 | 1 | -5/+5 |
| | |||||
* | Update FSF office address in license. | Simon Josefsson | 2005-05-26 | 1 | -1/+1 |
| | |||||
* | Simplify. | Simon Josefsson | 2005-04-14 | 1 | -5/+3 |
| | |||||
* | Clean up license templates. | Simon Josefsson | 2005-01-24 | 1 | -1/+1 |
| | |||||
* | Clean up license templates. | Simon Josefsson | 2005-01-24 | 1 | -12/+16 |
| | |||||
* | changed indentation to 4 spaces instead of tabs. | Nikos Mavrogiannopoulos | 2004-06-07 | 1 | -10/+9 |
| | |||||
* | * Improved the error logging functions, by adding a level, and | Nikos Mavrogiannopoulos | 2003-03-19 | 1 | -84/+32 |
| | | | | by allowing debugging messages just by increasing the level. | ||||
* | The old certificate parsing API was reimplemented over the new one. It will ↵ | Nikos Mavrogiannopoulos | 2003-02-07 | 1 | -1/+0 |
| | | | | stay in the 1.0.0 release for compatibility reasons. | ||||
* | Added ability to send some messages back to the application using | Nikos Mavrogiannopoulos | 2003-01-23 | 1 | -4/+6 |
| | | | | the gnutls_global_set_log_function(). This is quite experimental. | ||||
* | several cleanups | Nikos Mavrogiannopoulos | 2002-10-07 | 1 | -1/+1 |
| | |||||
* | Added check for C99 macro support. Stubs are used if they are not supported ↵ | Nikos Mavrogiannopoulos | 2002-06-09 | 1 | -9/+25 |
| | | | | by the compile. A more elegant solution is required. | ||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2002-04-06 | 1 | -0/+3 |
| | |||||
* | Error codes of ASN.1 parser are now independent, with a map to | Nikos Mavrogiannopoulos | 2002-03-31 | 1 | -0/+1 |
| | | | | gnutls' error codes. | ||||
* | Added more functions to allow access to Diffie Hellman parameters | Nikos Mavrogiannopoulos | 2002-02-13 | 1 | -1/+1 |
| | | | | (partially at least). Corrected Diffie Hellman stuff. | ||||
* | cleanups | Nikos Mavrogiannopoulos | 2002-01-27 | 1 | -0/+7 |
| | |||||
* | added _gnutls_record_log(), gnutls_handshake_log(), to avoid that | Nikos Mavrogiannopoulos | 2002-01-24 | 1 | -0/+50 |
| | | | | #ifdef XXX stuff. Done some cleanups in record layer. | ||||
* | cleanups | Nikos Mavrogiannopoulos | 2002-01-23 | 1 | -1/+7 |
| | |||||
* | cleanups and documentation updates | Nikos Mavrogiannopoulos | 2001-12-17 | 1 | -1/+1 |
| | |||||
* | added log function (no longer use fprintf). | Nikos Mavrogiannopoulos | 2001-07-30 | 1 | -0/+1 |
| | |||||
* | several cleanups. Added check for certificate's expiration time. | Nikos Mavrogiannopoulos | 2001-07-17 | 1 | -1/+1 |
| | |||||
* | Added libgnutls-config script | Nikos Mavrogiannopoulos | 2001-05-15 | 1 | -38/+1 |
| | | | | | gnutls.h is automaticaly generated by configure script Added libgnutls.m4 | ||||
* | several fixes for srp. Seems to work now! | Nikos Mavrogiannopoulos | 2001-05-08 | 1 | -0/+2 |
| |