summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use GNU coding style.Simon Josefsson2005-11-0715-6278/+7227
* *** empty log message ***Simon Josefsson2005-11-071-0/+1
* more psk stuffNikos Mavrogiannopoulos2005-11-072-63/+88
* This is the initial commit in the 1.3 branch. Ported from the PSK branch:Nikos Mavrogiannopoulos2005-11-0714-58/+1324
* corrected bug in pkcs 12 ID key setting. Found and reported by Fran <e_agf@ya...Nikos Mavrogiannopoulos2005-11-061-1/+1
* appended the intermediate CA certificates to client certificates.Nikos Mavrogiannopoulos2005-10-302-0/+34
* added the --require-cert option to gnutls-servNikos Mavrogiannopoulos2005-10-304-874/+827
* some updates and improvments in the pdf output.Nikos Mavrogiannopoulos2005-10-271-3/+3
* Print whether verification failed due to an insecure algorithm.Simon Josefsson2005-10-271-0/+14
* Don't link to gc directly.Simon Josefsson2005-10-171-2/+2
* added some more verbose messages to the client to report whether it sent any ...Nikos Mavrogiannopoulos2005-10-141-1/+5
* Don't use error.Simon Josefsson2005-10-071-4/+2
* handle better EOF from stdin.Nikos Mavrogiannopoulos2005-10-021-0/+1
* Use gnulib for inet_ntop.Simon Josefsson2005-09-242-28/+2
* Generated.Simon Josefsson2005-09-232-867/+800
* Add --insecure.Simon Josefsson2005-09-232-4/+22
* Fix warnings.Simon Josefsson2005-09-231-3/+5
* Don't use error module until program_name problem is solved.Simon Josefsson2005-09-212-9/+10
* Don't use mmap, patch from Martin Lambers <marlam@marlam.de>.Simon Josefsson2005-09-191-31/+28
* Prototype error().Simon Josefsson2005-08-301-0/+2
* Add libgc.la for crypt.c.Simon Josefsson2005-08-301-1/+1
* Avoid gcrypt.Simon Josefsson2005-08-301-7/+8
* Fix typo.Simon Josefsson2005-08-301-1/+1
* Add -I for ../crypto.Simon Josefsson2005-08-301-1/+1
* Fix copyright.Simon Josefsson2005-08-241-9/+8
* Use gnutls_certificate_verify_peers2, suggested by Daniel StenbergSimon Josefsson2005-08-241-7/+8
* Don't re-map socklen_t (done by configure now), suggested by MartinSimon Josefsson2005-08-231-1/+0
* (read_int): Use readline. Use strtol, and catch out of range inputs.Simon Josefsson2005-08-151-7/+27