summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Generated.gnutls_2_0_1Simon Josefsson2007-09-201-0/+192
|
* Fix release target (git-tag no longer exit with failure for non-existing tags).Simon Josefsson2007-09-201-1/+1
|
* Version 2.0.1.Simon Josefsson2007-09-201-1/+1
|
* Improve TLS ext section.Simon Josefsson2007-09-201-12/+24
|
* Add.Simon Josefsson2007-09-191-0/+5188
|
* Notes on adding a new TLS extension.Simon Josefsson2007-09-181-0/+132
|
* Merge branch 'master' of git+ssh://repo.or.cz/srv/git/gnutlsSimon Josefsson2007-09-174-83/+108
|\
| * Merge branch 'master' of git://repo.or.cz/gnutlsNikos Mavrogiannopoulos2007-09-1756-4/+2945
| |\
| * \ Merge branch 'master' of git://repo.or.cz/gnutlsNikos Mavrogiannopoulos2007-09-1771-2781/+486
| |\ \
| * | | Added the --disable-client-cert option, to prevent the server asking the ↵Nikos Mavrogiannopoulos2007-09-174-83/+108
| | | | | | | | | | | | | | | | client for a certificate.
* | | | Fix.Simon Josefsson2007-09-171-2/+2
| |_|/ |/| |
* | | Rename.Simon Josefsson2007-09-171-1/+3
| | |
* | | Add.Simon Josefsson2007-09-171-0/+4
| | |
* | | Move test credentials from src/ to doc/credentials/.Simon Josefsson2007-09-1754-3/+2938
| |/ |/|
* | Remove duplicate gnulib modules.Simon Josefsson2007-09-116-764/+3
| |
* | Remove duplicate gnulib modules.Simon Josefsson2007-09-1113-1622/+3
| |
* | Update gnulib files.Simon Josefsson2007-09-113-75/+3
| |
* | Update gnulib files.Simon Josefsson2007-09-111-0/+49
| |
* | Add.Simon Josefsson2007-09-115-0/+341
| |
* | Guile: Fix `x509-certificate-dn-oid' and related functions.Ludovic Courtès2007-09-111-1/+2
| | | | | | | | | | | | | | | | | | * guile/src/core.c (X509_CERTIFICATE_DN_OID_FUNCTION_BODY): Use `scm_take_locale_stringn ()' instead of `scm_take_locale_string ()'. * NEWS: Update. Signed-off-by: Simon Josefsson <simon@josefsson.org>
* | Guile: Fix `x509-certificate-dn-oid' and related functions.Ludovic Courtès2007-09-111-0/+2
| | | | | | | | | | | | | | | | | | * guile/src/core.c (X509_CERTIFICATE_DN_OID_FUNCTION_BODY): Use `scm_take_locale_stringn ()' instead of `scm_take_locale_string ()'. * NEWS: Update. Signed-off-by: Simon Josefsson <simon@josefsson.org>
* | Update gnulib files.Simon Josefsson2007-09-105-1/+133
| |
* | Remove .cvsignore's.Simon Josefsson2007-09-1040-381/+0
| |
* | Fix.Simon Josefsson2007-09-071-1/+1
| |
* | Bump versions.Simon Josefsson2007-09-071-2/+2
| |
* | Use official IANA values for SRP.Simon Josefsson2007-09-073-12/+24
| |
* | TLS/IA example uses anonymous ciphers.Simon Josefsson2007-09-061-1/+2
|/
* Generated.gnutls_2_0_0Simon Josefsson2007-09-041-0/+56
|
* Version 2.0.0.Simon Josefsson2007-09-041-1/+1
|
* Add.Simon Josefsson2007-09-041-0/+2
|
* Add 1.6.x entries.Simon Josefsson2007-09-031-0/+48
|
* Fix.Simon Josefsson2007-09-031-1/+1
|
* Use three-digit versions.Simon Josefsson2007-09-031-1/+1
|
* Fix.Simon Josefsson2007-09-011-1/+1
|
* Use libtasn1 v1.1.Simon Josefsson2007-09-012-3/+8
|
* Bump versions.Simon Josefsson2007-08-312-2/+8
|
* Use libtasn1 v1.0.Simon Josefsson2007-08-312-3/+8
|
* Drop gnits mode.Simon Josefsson2007-08-311-1/+1
|
* Also don't build ex-serv-anon when anonymous ciphers are disabled.Simon Josefsson2007-08-311-3/+3
|
* Don't try to build ex-client1 if anonymous ciphers are disabled.Simon Josefsson2007-08-311-3/+6
|
* Generated.gnutls_1_7_19Simon Josefsson2007-08-271-0/+108
|
* Version 1.7.19.Simon Josefsson2007-08-271-1/+1
|
* Add.Simon Josefsson2007-08-271-0/+2
|
* Support GNUTLS_CRD_PSK and GNUTLS_CRD_IA.Simon Josefsson2007-08-271-0/+11
|
* Handle GNUTLS_CRD_IA in print_info().Simon Josefsson2007-08-271-0/+3
|
* Add.Simon Josefsson2007-08-271-0/+4
|
* Doc fix.Simon Josefsson2007-08-271-0/+2
|
* Revert "Check that value is negative before using gnutls_error_is_fatal."Simon Josefsson2007-08-271-1/+1
| | | | This reverts commit 9949a4b0b6b62a0ff3c05fee4283928d1a53b675.
* Have gnutls_error_is_fatal return 0 on positive "errors".Simon Josefsson2007-08-271-1/+7
| | | | | | | Would fix bug reported by Andreas Metzler <ametzler@downhill.at.eu.org> in <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/2293 see also <http://bugs.debian.org/439640>.
* Check that value is negative before using gnutls_error_is_fatal.Simon Josefsson2007-08-271-1/+1
| | | | | | Fixes bug reported by Andreas Metzler <ametzler@downhill.at.eu.org> in <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/2293> see also <http://bugs.debian.org/439640>.