summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Change lgpl/ library name.Simon Josefsson2006-10-261-2/+2
* Add lgpl too.Simon Josefsson2006-10-211-3/+5
* (generate_self_signed): Load key, if generate_certificate() didn'tSimon Josefsson2006-09-211-0/+3
* Revert last patch.Simon Josefsson2006-09-211-10/+10
* (test_session_resume2): When comparing session id's, also compare thatSimon Josefsson2006-09-211-2/+2
* (test_session_resume2): If session-id is NULL, resumption isn'tSimon Josefsson2006-09-211-1/+4
* (generate_certificate): Load private key when --load-request is used,Simon Josefsson2006-08-271-10/+10
* Map select to _win_select on Windows hosts.Simon Josefsson2006-08-141-0/+4
* Need select.c in cli.c and serv.c.Simon Josefsson2006-08-141-2/+2
* Add, moved from cli.c, originally from plibc, seeSimon Josefsson2006-08-141-0/+265
* Move _win_select to select.c.Simon Josefsson2006-08-141-256/+4
* Make select() work on Windows, copying code from plibc, seeSimon Josefsson2006-08-141-0/+258
* Update.Simon Josefsson2006-08-062-20/+33
* Use -V for --verbose.Simon Josefsson2006-08-061-1/+1
* Fix --version to conform to FSF standards, to fix make distcheck.Simon Josefsson2006-08-062-8/+12
* Support --version.Simon Josefsson2006-08-062-0/+13
* Fix --version to conform to FSF standards, to fix make distcheck.Simon Josefsson2006-08-063-9/+15
* Fix load of pgp_keyfile, reported by Mario Lenz.Simon Josefsson2006-07-101-2/+2
* replaced USE_OPENPGP ifdefs with ENABLE_OPENPGP.Nikos Mavrogiannopoulos2006-07-053-6/+9
* Need -I$builddir/gl for alloca.h when srcdir != objdir.Simon Josefsson2006-06-191-2/+2
* Don't include inet_ntop.h, use arpa/inet.h unconditonially.Simon Josefsson2006-06-151-3/+1
* Remove duplicated #include.Simon Josefsson2006-05-151-2/+1
* Don't use AI_NUMERICSERV, it doesn't exist on most platforms.Simon Josefsson2006-05-122-4/+4
* Need getaddrinfo.h.Simon Josefsson2006-05-121-1/+3
* some changes for IPv6. Based on patch by Remi Denis-Courmont, sent to Debian ...Nikos Mavrogiannopoulos2006-05-073-193/+282
* export to DER format is possible with certtoolNikos Mavrogiannopoulos2006-03-181-6/+14
* Indent.Simon Josefsson2006-03-084-28/+31
* gnutls-cli can now recognize services and port numbers with the -p option.Nikos Mavrogiannopoulos2006-03-056-123/+153
* Mingw32 fixes.Simon Josefsson2006-01-271-2/+1
* removed the RIPEMD test since it is not supported any more.Nikos Mavrogiannopoulos2006-01-203-19/+0
* Indent more.Simon Josefsson2005-12-152-20/+28
* Remove -I../lib, these tools should only use the external API.Simon Josefsson2005-12-091-1/+1
* Make --password work for PKCS#8 --key-info.Simon Josefsson2005-12-081-1/+4
* Generate unencrypted PKCS#8 keys for blank passwords.Simon Josefsson2005-12-081-1/+2
* Print PKCS#12 type for each element.Simon Josefsson2005-12-081-0/+2
* Don't infloop.Simon Josefsson2005-12-011-14/+7
* Check starttls_alarmed earlier, the signal might be sent before selectSimon Josefsson2005-12-011-22/+22
* Corrected a bug in certtool for 64 bit machines. Reported by Max Kellermann <...Nikos Mavrogiannopoulos2005-11-161-1/+2
* *** empty log message ***Nikos Mavrogiannopoulos2005-11-162-2/+4
* some more fixes for PSK.Nikos Mavrogiannopoulos2005-11-161-1/+1
* Completed the DHE-PSK ciphersuite additions.Nikos Mavrogiannopoulos2005-11-168-17/+30
* added DHE-PSK ciphersuites and some cleanups.Nikos Mavrogiannopoulos2005-11-152-0/+5
* Indent.Simon Josefsson2005-11-152-8/+7
* Regenerate GAA code, to remove use of C++ // comments.Simon Josefsson2005-11-156-373/+396
* Disable more SRP stuff if --disable-srp, tiny patch from Albert Chin <gnutls-...Simon Josefsson2005-11-152-2/+11
* Fix.Simon Josefsson2005-11-151-1/+1
* Include config.h first. Tiny patch from Albert Chin <gnutls-dev@mlists.thewr...Simon Josefsson2005-11-141-3/+2
* some documentation updates.Nikos Mavrogiannopoulos2005-11-121-1/+1
* fixed bug in session packing for anonymous connections.Nikos Mavrogiannopoulos2005-11-082-2/+2
* Indent.Simon Josefsson2005-11-071-5/+6