summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Generated.gnutls_2_6_6Simon Josefsson2009-04-301-0/+78
|
* Fix release target.Simon Josefsson2009-04-301-7/+7
|
* Version 2.6.6.Simon Josefsson2009-04-301-1/+1
|
* Typo.Simon Josefsson2009-04-301-1/+1
|
* Add.Simon Josefsson2009-04-301-2/+36
|
* libgnutls: Check activation/expiration times on untrusted certificates.Simon Josefsson2009-04-305-5/+48
| | | | Reported by Romain Francoise.
* Fix DSA key generation.Simon Josefsson2009-04-301-1/+1
|
* Fix verify crash in minimal way on stable branch.Simon Josefsson2009-04-241-2/+3
|
* Revert "Corrected possible memory corruption on signature verification ↵Simon Josefsson2009-04-241-57/+63
| | | | | | failure. Reported by Miroslav Kratochvil <exa.exa@gmail.com>" This reverts commit 70756c51e9636826e0664de5eb45965147fde219.
* Fix.Simon Josefsson2009-04-211-4/+4
|
* Corrected possible memory corruption on signature verification failure. ↵Nikos Mavrogiannopoulos2009-04-202-63/+60
| | | | Reported by Miroslav Kratochvil <exa.exa@gmail.com>
* gnutls-cli, gnutls-cli-debug: Fix AIX getaddrinfo problem.Simon Josefsson2009-04-173-2/+10
| | | | | Reported by LAUPRETRE François (P) <francois.laupretre@ratp.fr> in <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3468>.
* No pink.Simon Josefsson2009-04-171-1/+1
|
* Add.Simon Josefsson2009-04-171-0/+6
|
* Bump versions.Simon Josefsson2009-04-172-2/+4
|
* Properly link openpgp/keyring self-test.Simon Josefsson2009-04-171-4/+6
| | | | Reported by Daniel Black in <https://savannah.gnu.org/support/?106543>.
* Generated.gnutls_2_6_5Simon Josefsson2009-04-111-0/+74
|
* Version 2.6.5.Simon Josefsson2009-04-111-1/+1
|
* Fix.Simon Josefsson2009-03-301-1/+2
|
* Fix libtasn1 libs/cflags settings.Simon Josefsson2009-03-307-29/+18
|
* Add.Simon Josefsson2009-03-301-0/+1
|
* Don't require libtasn1-config to find libtasn1.Simon Josefsson2009-03-303-176/+16
|
* Generated.Simon Josefsson2009-02-261-1/+1
|
* Revert gdoc patch.Simon Josefsson2009-02-261-1/+1
|
* Bump versions.Simon Josefsson2009-02-261-3/+3
|
* Fix.Simon Josefsson2009-02-261-1/+4
|
* documented SSL3_RECORD_VERSION priority stringNikos Mavrogiannopoulos2009-02-221-0/+6
|
* Applied patch by Martin von Gagern:Nikos Mavrogiannopoulos2009-02-222-5/+5
| | | | | | The attached patch fixes gnutls_priority_init(3), but in a very hackish way, treating a percent sign as indicating a constant only if it is not immediately preceded by a double quote.
* Corrected listing of special keywords. Reported by Martin von Gagern.Nikos Mavrogiannopoulos2009-02-211-4/+4
|
* Added %SSL3_RECORD_VERSION priority option that allows to specify the client ↵Nikos Mavrogiannopoulos2009-02-214-10/+27
| | | | hello message record version. Used to overcome buggy TLS servers. Report by Martin von Gagern.
* Corrected bit disable (was flipping instead).Nikos Mavrogiannopoulos2009-02-151-1/+1
| | | | | Initialy reported by Daniel Kahn Gillmor on 9/1/2008. Many thanks to moog@sysdev.oucs.ox.ac.uk for bringing this into my attention.
* Generated.gnutls_2_6_4Simon Josefsson2009-02-061-0/+88
|
* Version 2.6.4.Simon Josefsson2009-02-061-1/+1
|
* Merge NEWS entries from 2.4.x branch.Simon Josefsson2009-02-061-0/+60
|
* Move down revocation check to revert code to how it looked before.Simon Josefsson2009-02-061-16/+16
| | | | | | The idea is that if you have marked a cert as trusted, you may want to trust it even though some authority has revoked it. This changes back how this code used to work.
* Make it possible to trust intermediary certificates.Simon Josefsson2009-02-022-33/+96
| | | | | Based on tiny patch from "Douglas E. Engert" <deengert@anl.gov> in <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3351/focus=3376>.
* gnutls_handshake when sending client hello during aNikos Mavrogiannopoulos2009-01-272-1/+17
| | | | | rehandshake, will not offer a version number larger than the current. Reported by Tristan Hill <stan@saticed.me.uk>.
* result_size in gnutls_hex_encode behaves as documented. It now holds the ↵Nikos Mavrogiannopoulos2009-01-271-2/+5
| | | | size of the result. Reported by John Brooks.
* Use -I's in libextra/gl for stdint.h.Simon Josefsson2009-01-213-58/+83
|
* Fix typos.Simon Josefsson2009-01-091-2/+2
|
* Permit V1 Certificate Authorities properly.Simon Josefsson2009-01-092-3/+22
| | | | | | | | Before they were mistakenly rejected even though GNUTLS_VERIFY_ALLOW_ANY_X509_V1_CA_CRT and/or GNUTLS_VERIFY_ALLOW_X509_V1_CA_CRT were supplied. Reported by "Douglas E. Engert" <deengert@anl.gov> in <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3351>.
* Fix NEWS entry.Simon Josefsson2009-01-071-2/+6
|
* backport fix to deprecate MD5 hashes during X.509 certificate validationDaniel Kahn Gillmor2009-01-062-0/+7
|
* Add.Simon Josefsson2008-12-151-0/+4
|
* Don't return from void function.Simon Josefsson2008-12-151-1/+1
| | | | | Reported by Jeff Cai <jeff.cai@sun.com> in https://savannah.gnu.org/support/?106549
* Don't return from void function.Simon Josefsson2008-12-151-1/+1
| | | | | Reported by Jeff Cai <jeff.cai@sun.com> in https://savannah.gnu.org/support/?106549
* Bump versions.Simon Josefsson2008-12-122-2/+10
|
* Generated.gnutls_2_6_3Simon Josefsson2008-12-121-0/+53
|
* Version 2.6.3.Simon Josefsson2008-12-121-1/+1
|
* Fix whitespace.Simon Josefsson2008-12-121-5/+5
|