summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix libtasn1 libs/cflags settings.Simon Josefsson2009-03-301-9/+9
* gcry_control (GCRYCTL_ENABLE_QUICK_RANDOM, 0) is being called afterNikos Mavrogiannopoulos2008-12-051-3/+3
* return non zero error code on error conditions.Nikos Mavrogiannopoulos2008-11-211-4/+5
* Corrected bug which caused a rehandshake request to be ignored by gnutls-cli....Nikos Mavrogiannopoulos2008-11-211-1/+1
* Cosmetic fixes.Simon Josefsson2008-11-061-5/+4
* certtool: print a PKCS #8 key even if it is not encrypted.Nikos Mavrogiannopoulos2008-10-221-4/+11
* correcting printing and parsing of IPv6 addresses.Nikos Mavrogiannopoulos2008-09-291-14/+19
* Fix warnings.Simon Josefsson2008-09-211-1/+1
* Use internal md5 if libgcrypt is in FIPS mode.Simon Josefsson2008-09-213-3/+33
* Initialize libgnutls-extra too.Simon Josefsson2008-09-211-0/+6
* Fix libextra build. Make gnutls-cli work in libgcrypt FIPS mode.Simon Josefsson2008-09-212-1/+11
* deinitialize structures after use.Nikos Mavrogiannopoulos2008-09-211-3/+25
* output.c: Can properly print IP addresses in certificates.Nikos Mavrogiannopoulos2008-09-203-53/+139
* Indent.Simon Josefsson2008-09-162-7/+7
* Fix.Simon Josefsson2008-09-161-2/+2
* Fix.Simon Josefsson2008-09-161-0/+1
* Add interfaces to get PK and PK-sign algorithms. Use them.Simon Josefsson2008-09-161-0/+22
* Regenerate using patched gaa.Simon Josefsson2008-09-096-123/+9
* Use #ifdef for checking HAVE_CONFIG_H for consistency.Simon Josefsson2008-09-031-1/+1
* Use gnulib for --version.Simon Josefsson2008-09-011-8/+10
* Use gnulib more. Remove code.Simon Josefsson2008-09-011-25/+6
* Use gnulib for --version.Simon Josefsson2008-09-012-40/+30
* Generated.Simon Josefsson2008-09-014-326/+302
* Drop --copyright.Simon Josefsson2008-09-014-43/+2
* Use gnulib for --version.Simon Josefsson2008-09-011-7/+11
* Use gnulib for --version.Simon Josefsson2008-09-011-7/+13
* Only print libgnutls version in --version if it is different.Simon Josefsson2008-09-011-5/+7
* Print pk and sign algos.Simon Josefsson2008-09-011-0/+28
* Fix warnings.Simon Josefsson2008-08-2910-33/+31
* Add gnutls_strerror_name.Simon Josefsson2008-08-291-3/+1
* Make it compile.Simon Josefsson2008-07-221-1/+1
* Minor randomness API cleanups.Simon Josefsson2008-07-091-1/+1
* Generate algorithms.texi the same way as error_codes.texi for consistency.Simon Josefsson2008-07-081-6/+1
* added missing file.Nikos Mavrogiannopoulos2008-07-071-0/+120
* automatically generate the appendix with supported algorithms and ciphersuites.Nikos Mavrogiannopoulos2008-07-061-2/+9
* Indent code.Simon Josefsson2008-07-0210-469/+441
* this fixes a problem in srptool, where the passwords never matchNikos Mavrogiannopoulos2008-06-301-0/+1
* avoid using gc_ functions for random data.Nikos Mavrogiannopoulos2008-06-302-6/+5
* Initial merge attempt with gnutls_with_ext_mpiNikos Mavrogiannopoulos2008-06-281-1/+1
* Fix warning regarding undeclared getpass replacement.Simon Josefsson2008-06-182-0/+2
* Fix warning.Simon Josefsson2008-06-181-1/+2
* Generated.Simon Josefsson2008-06-041-9/+32
* Merge branch 'gnutls_with_netconf'Simon Josefsson2008-06-049-93/+247
|\
| * Allow --pskusername to be specified to avoid query in PSK callback.Simon Josefsson2008-06-041-16/+22
| * Generated.Simon Josefsson2008-06-042-71/+96
| * gnutls-cli: Implement PSK callback.Simon Josefsson2008-06-041-7/+80
| * Add gnutls-serv --pskhint.Simon Josefsson2008-06-042-0/+14
| * Add gnutls_psk_client_get_hint function. Use it.Simon Josefsson2008-06-031-2/+6
| * psktool: Support --netconf-hint.Simon Josefsson2008-06-034-22/+78
| * Fix so that PSK authentication works.Simon Josefsson2008-05-151-1/+1