| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix. | Simon Josefsson | 2007-05-11 | 1 | -1/+1 |
* | Make gnutls-pkcs11 optional. | Simon Josefsson | 2007-05-09 | 1 | -2/+4 |
* | Support PKCS#11 API. | Simon Josefsson | 2007-04-22 | 1 | -1/+2 |
* | $(LIBOPENCDK_LIBS) should be necessary here, since libgnutls-extra | Simon Josefsson | 2007-04-03 | 1 | -8/+5 |
* | Use AM_CPPFLAGS, not obsolete INCLUDES. | Simon Josefsson | 2007-02-13 | 1 | -1/+1 |
* | Need libgnu.la. | Simon Josefsson | 2007-02-13 | 1 | -3/+6 |
* | Make certtool conditional on ENABLE_PKI. | Simon Josefsson | 2007-02-13 | 1 | -2/+5 |
* | Tiny patch from ludovic.courtes@laas.fr (Ludovic Courtès). | Simon Josefsson | 2007-01-05 | 1 | -12/+12 |
* | Change lgpl/ library name. | Simon Josefsson | 2006-10-26 | 1 | -2/+2 |
* | Add lgpl too. | Simon Josefsson | 2006-10-21 | 1 | -3/+5 |
* | Need select.c in cli.c and serv.c. | Simon Josefsson | 2006-08-14 | 1 | -2/+2 |
* | Need -I$builddir/gl for alloca.h when srcdir != objdir. | Simon Josefsson | 2006-06-19 | 1 | -2/+2 |
* | Remove -I../lib, these tools should only use the external API. | Simon Josefsson | 2005-12-09 | 1 | -1/+1 |
* | Completed the DHE-PSK ciphersuite additions. | Nikos Mavrogiannopoulos | 2005-11-16 | 1 | -1/+1 |
* | Disable more SRP stuff if --disable-srp, tiny patch from Albert Chin <gnutls-... | Simon Josefsson | 2005-11-15 | 1 | -1/+6 |
* | This is the initial commit in the 1.3 branch. Ported from the PSK branch: | Nikos Mavrogiannopoulos | 2005-11-07 | 1 | -1/+8 |
* | Don't link to gc directly. | Simon Josefsson | 2005-10-17 | 1 | -2/+2 |
* | Add libgc.la for crypt.c. | Simon Josefsson | 2005-08-30 | 1 | -1/+1 |
* | Fix typo. | Simon Josefsson | 2005-08-30 | 1 | -1/+1 |
* | Add -I for ../crypto. | Simon Josefsson | 2005-08-30 | 1 | -1/+1 |
* | Possibly link with readline. | Simon Josefsson | 2005-08-15 | 1 | -1/+1 |
* | Update FSF office address in license. | Simon Josefsson | 2005-05-26 | 1 | -0/+19 |
* | Remove SERV_LIBS (not used). | Simon Josefsson | 2004-10-29 | 1 | -5/+3 |
* | Fix objdir != srcdir in -I, reported by "Gerrit P. Haase" | Simon Josefsson | 2004-09-17 | 1 | -2/+2 |
* | Remove stale -I. | Simon Josefsson | 2004-08-22 | 1 | -1/+1 |
* | Move things from EXTRA_DIST to *_SOURCES, to improve dependency tracking. | Simon Josefsson | 2004-08-22 | 1 | -23/+35 |
* | Replace ad-hoc 'read_pass' with gnulib module 'getpass-gnu'. | Simon Josefsson | 2004-08-15 | 1 | -5/+5 |
* | Fix -I's, for srcdir != objdir builds (e.g., 'make distcheck'). | Simon Josefsson | 2004-08-15 | 1 | -1/+1 |
* | Fix -I's, for srcdir != objdir builds (e.g., 'make distcheck'). | Simon Josefsson | 2004-08-15 | 1 | -1/+1 |
* | Link gnulib. | Simon Josefsson | 2004-08-14 | 1 | -2/+3 |
* | Add --smime-to-p7. | Simon Josefsson | 2004-08-14 | 1 | -1/+2 |
* | Remove retcodes. | Simon Josefsson | 2004-08-05 | 1 | -3/+1 |
* | (errcodes): Add, same as retcodes, but for texinfo. | Simon Josefsson | 2004-08-05 | 1 | -1/+3 |
* | some libtasn1 related compilation fixes | Nikos Mavrogiannopoulos | 2004-05-27 | 1 | -6/+6 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2004-05-08 | 1 | -1/+1 |
* | Renamed gnutls-srpcrypt to srptool | Nikos Mavrogiannopoulos | 2004-04-18 | 1 | -3/+3 |
* | certtool will use the system's libcfg if available. | Nikos Mavrogiannopoulos | 2004-04-14 | 1 | -0/+6 |
* | Added batch support to certtool. Now can use templates. | Nikos Mavrogiannopoulos | 2004-04-14 | 1 | -4/+7 |
* | replaced the getpass() call with an internal one.gnutls_1_1_7_pre0 | Nikos Mavrogiannopoulos | 2004-03-16 | 1 | -3/+3 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2004-01-05 | 1 | -1/+1 |
* | some changes to compile in mingw32. | Nikos Mavrogiannopoulos | 2003-11-06 | 1 | -2/+2 |
* | * Several changes in certificate and key verification. | Nikos Mavrogiannopoulos | 2003-11-01 | 1 | -7/+3 |
* | *** empty log message ***gnutls_0_9_93 | Nikos Mavrogiannopoulos | 2003-10-26 | 1 | -2/+4 |
* | Several improvments in the certtool. | Nikos Mavrogiannopoulos | 2003-10-25 | 1 | -2/+3 |
* | Added a certtool primitive command line utility | Nikos Mavrogiannopoulos | 2003-10-25 | 1 | -3/+6 |
* | Documented error codes in an appendix. This documentation is generated automa... | Nikos Mavrogiannopoulos | 2002-10-25 | 1 | -2/+4 |
* | Improved the gnutls-cli-debug program | Nikos Mavrogiannopoulos | 2002-08-26 | 1 | -1/+1 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2002-06-22 | 1 | -1/+1 |
* | The server used was changed to a non blocking one. The server was created by ... | Nikos Mavrogiannopoulos | 2002-06-18 | 1 | -1/+1 |
* | Corrected libgdbm issues | Nikos Mavrogiannopoulos | 2002-06-15 | 1 | -1/+1 |