summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Generated.Simon Josefsson2009-08-194-218/+248
* session ticket supportDaiki Ueno2009-08-194-2/+31
* Several bug fixes by Fabian Keil (some were modified by me).Nikos Mavrogiannopoulos2009-07-152-4/+6
* Added casts to reduce warnings (based on report by Brad Hards).Nikos Mavrogiannopoulos2009-07-131-3/+3
* Improve logging and fix warnings.Simon Josefsson2009-06-011-36/+50
* Remove unused file, replaced by poll from gnulib.Simon Josefsson2009-05-261-268/+0
* Regenerate.Simon Josefsson2009-05-262-3/+3
* Doc fixes.Simon Josefsson2009-05-265-15/+15
* Removed duplicated documentation.Simon Josefsson2009-05-203-41/+0
* Fix gnutls-serv and gnutls-cli-debug on Windows.Simon Josefsson2009-05-202-2/+7
* Don't build with warnings all the time. Use a WERROR_CFLAGS.Simon Josefsson2009-05-181-1/+1
* Don't use unportable NI_MAXHOST/NI_MAXSERV.Simon Josefsson2009-05-181-48/+39
* Link getaddrinfo libraries.Simon Josefsson2009-05-171-3/+3
* Fix warnings.Simon Josefsson2009-05-131-1/+2
* Fix MinGW build failures.Simon Josefsson2009-05-111-3/+3
* Fix build failure on systems without AF_INET6, e.g., Solaris 2.6.Simon Josefsson2009-05-072-0/+4
* Fix syntax-check warnings.Simon Josefsson2009-05-037-15/+19
* libgnutls: Check activation/expiration times on untrusted certificates.Simon Josefsson2009-04-301-0/+4
* Fix getaddrinfo/bind loop.Simon Josefsson2009-04-301-1/+1
* Fix some error messages.Simon Josefsson2009-04-271-55/+48
* gnutls-serv: Listen on all interfaces.Simon Josefsson2009-04-241-67/+94
* Pass proper socket to libgnutls on Windows.Simon Josefsson2009-04-211-1/+4
* Minor cleanup.Simon Josefsson2009-02-241-35/+33
* certtool: Query for multiple dnsName subjectAltName in interactive mode.Simon Josefsson2009-02-241-12/+14
* gnutls-serv: No longer disable MAC padding by default.Simon Josefsson2009-02-111-5/+0
* More gnulib usage.Simon Josefsson2009-02-111-11/+7
* Use more gnulib interfaces.Simon Josefsson2009-02-111-25/+10
* gnutls-cli: Don't permit V1 CAs by default.Simon Josefsson2009-02-111-5/+0
* Move doc related tools from src/ to doc/.Simon Josefsson2009-02-113-235/+0
* Typo.Simon Josefsson2009-02-111-0/+1
* Typo.Simon Josefsson2009-02-111-1/+1
* Print OpenPGP cert info using libgnutls.Simon Josefsson2009-02-111-89/+35
* gnutls-cli: Print certificate info using libgnutls.Simon Josefsson2009-02-111-156/+42
* Need -lgnutls etc for certtool-cfg.c.Simon Josefsson2009-02-061-1/+3
* Print more certificate status values.Simon Josefsson2009-02-021-0/+6
* Permit V1 CA's in new --verify-chain code.Simon Josefsson2009-01-091-1/+2
* Fix license header.Simon Josefsson2009-01-072-4/+24
* Fix warnings.Simon Josefsson2009-01-074-14/+4
* certtool: Make --verify-chain use libgnutls verification algorithm.Simon Josefsson2009-01-061-1/+47
* Certtool need libgnutls etc for libcmd-certtool.la too, due to certtool-cfg.c.Simon Josefsson2008-12-101-2/+3
* gcry_control (GCRYCTL_ENABLE_QUICK_RANDOM, 0) is being called afterNikos Mavrogiannopoulos2008-12-041-3/+3
* Libreadline is needed by libcmd_certtool.la, not certtool.Simon Josefsson2008-11-231-2/+2
* return non zero error code on error conditions.Nikos Mavrogiannopoulos2008-11-211-4/+5
* Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gnutlsNikos Mavrogiannopoulos2008-11-2115-263/+313
|\
| * Change link order, so that gnulib is last.Simon Josefsson2008-11-181-14/+11
| * Use more warnings. Fix many warnings.Simon Josefsson2008-11-178-31/+72
| * Generated.Simon Josefsson2008-11-174-228/+230
| * Work around gnulib+mingw problem.Simon Josefsson2008-11-171-0/+7
| * Never include config.h in *.h files.Simon Josefsson2008-11-174-1/+4
* | Corrected bug which caused a rehandshake request to be ignored by gnutls-cli....Nikos Mavrogiannopoulos2008-11-211-1/+1
|/