| Commit message (Expand) | Author | Age | Files | Lines |
* | Better gnulib module usage. | Simon Josefsson | 2008-10-30 | 1 | -30/+4 |
* | Modernize libgcrypt detection. | Simon Josefsson | 2008-10-08 | 1 | -8/+4 |
* | Detect libtasn1 via AC_LIB_HAVE_LINKFLAGS. | Simon Josefsson | 2008-10-08 | 1 | -1/+1 |
* | Indent. | Simon Josefsson | 2008-09-16 | 1 | -1/+1 |
* | Fix warnings. | Simon Josefsson | 2008-08-29 | 1 | -2/+0 |
* | Fix warnings. | Simon Josefsson | 2008-08-28 | 1 | -8/+0 |
* | Fix gnulib calls. | Simon Josefsson | 2008-08-26 | 1 | -2/+0 |
* | Fix secure memory initialization of libgcrypt. | Simon Josefsson | 2008-08-18 | 1 | -5/+5 |
* | Add APIs to register TLS extension handlers. | Simon Josefsson | 2008-07-03 | 1 | -0/+10 |
* | Indent code. | Simon Josefsson | 2008-07-02 | 1 | -4/+4 |
* | Initial merge attempt with gnutls_with_ext_mpi | Nikos Mavrogiannopoulos | 2008-06-28 | 1 | -12/+1 |
* | Fix warning. | Simon Josefsson | 2008-05-06 | 1 | -1/+0 |
* | Added deregisteration function to free buffers allocated for registering algo... | Nikos Mavrogiannopoulos | 2008-04-25 | 1 | -0/+1 |
* | Added interface to register random generators. | Nikos | 2008-03-29 | 1 | -3/+10 |
* | Doc fix. | Simon Josefsson | 2008-03-06 | 1 | -9/+11 |
* | Doc fix, remove verbose 'This function ...' | Simon Josefsson | 2008-03-06 | 1 | -9/+9 |
* | Changed my name to my "official" name. | Nikos Mavrogiannopoulos | 2007-10-30 | 1 | -1/+1 |
* | Use strverscmp. | Simon Josefsson | 2006-11-07 | 1 | -63/+10 |
* | Initialize winsock, for mingw. | Simon Josefsson | 2006-06-16 | 1 | -0/+31 |
* | force the gcrypt random generator to be initialized at startup. Maybe it shou... | Nikos Mavrogiannopoulos | 2006-03-11 | 1 | -0/+4 |
* | Error message translations. | Simon Josefsson | 2006-03-03 | 1 | -1/+5 |
* | Doc fix. | Simon Josefsson | 2005-12-26 | 1 | -1/+18 |
* | Use _gnutls_init as increment/decrement counter for init/deinit, | Simon Josefsson | 2005-12-23 | 1 | -5/+3 |
* | Use GNU coding style. | Simon Josefsson | 2005-11-07 | 1 | -144/+170 |
* | Initialize gcrypt here, for now, to make sure it is done even if | Simon Josefsson | 2005-10-18 | 1 | -6/+28 |
* | Revert stupid program_name workaround, patch from Martin Lambers | Simon Josefsson | 2005-09-21 | 1 | -3/+0 |
* | Add program_name, to shut up error module. | Simon Josefsson | 2005-08-30 | 1 | -0/+3 |
* | Doc fixes, tiny patch from Ralph Giles <giles@onlinegamegroup.com>. | Simon Josefsson | 2005-07-25 | 1 | -7/+6 |
* | Update FSF office address in license. | Simon Josefsson | 2005-05-26 | 1 | -1/+1 |
* | Clean up license templates. | Simon Josefsson | 2005-01-22 | 1 | -15/+16 |
* | Indent. | Simon Josefsson | 2004-10-28 | 1 | -5/+6 |
* | Fix prototypes. | Simon Josefsson | 2004-08-25 | 1 | -11/+11 |
* | Use automake VERSION instead of GNUTLS_VERSION. | Simon Josefsson | 2004-08-20 | 1 | -1/+1 |
* | Fix warnings. | Simon Josefsson | 2004-08-15 | 1 | -2/+0 |
* | Initiate move of all libgcrypt calls to crypto/gc* wrapper. | Simon Josefsson | 2004-08-15 | 1 | -28/+18 |
* | (gnutls_global_set_mem_functions): Use typedefs in prototype, for gdoc. | Simon Josefsson | 2004-08-05 | 1 | -7/+5 |
* | Added the '_t' suffix to all exported symbols. | Nikos Mavrogiannopoulos | 2004-06-13 | 1 | -4/+4 |
* | changed indentation to 4 spaces instead of tabs. | Nikos Mavrogiannopoulos | 2004-06-07 | 1 | -129/+138 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2004-04-22 | 1 | -1/+0 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2004-04-19 | 1 | -6/+0 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2004-04-19 | 1 | -1/+1 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2004-04-19 | 1 | -1/+8 |
* | The RC2 cipher is no more included. The one in libgcrypt is now used. | Nikos Mavrogiannopoulos | 2004-04-14 | 1 | -9/+0 |
* | Deprecated: gnutls_srp_server_set_select_function(), | Nikos Mavrogiannopoulos | 2004-03-25 | 1 | -1/+7 |
* | Several bug fixes and cleanups by Arne Thomassen. | Nikos Mavrogiannopoulos | 2004-01-06 | 1 | -1/+1 |
* | * Added CRL verification functionality to certtool. | Nikos Mavrogiannopoulos | 2003-12-26 | 1 | -0/+1 |
* | Some bugfixes, and type corrections. | Nikos Mavrogiannopoulos | 2003-11-13 | 1 | -3/+3 |
* | added version check against libtasn1 | Nikos Mavrogiannopoulos | 2003-10-30 | 1 | -0/+5 |
* | Corrected some of the return types. Several other minor corrections. | Nikos Mavrogiannopoulos | 2003-10-07 | 1 | -1/+0 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-08-21 | 1 | -2/+0 |