summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Generated.gnutls_2_9_9Simon Josefsson2009-11-091-0/+89
|
* Version 2.9.9.Simon Josefsson2009-11-091-1/+1
|
* Update gnulib files.Simon Josefsson2009-11-0911-171/+19
|
* Add.Simon Josefsson2009-11-091-0/+2
|
* Cleanup header inclusion.Simon Josefsson2009-11-091-7/+9
|
* Fix.Simon Josefsson2009-11-091-2/+2
|
* More dead code removed. Based on suggestions by Steve Grubb and Tomaz MrazNikos Mavrogiannopoulos2009-11-061-22/+6
|
* Add.Simon Josefsson2009-11-061-0/+4
|
* Fix --disable-valgrind-tests.Simon Josefsson2009-11-062-7/+10
|
* Update gnulib files.Simon Josefsson2009-11-061-1/+1
|
* Update gnulib files.Simon Josefsson2009-11-063-1/+13
|
* Link to libgcrypt explicitly when libgcrypt functions are used.Simon Josefsson2009-11-061-5/+7
|
* Fix libgcrypt usage.Simon Josefsson2009-11-062-0/+6
|
* Simplified code which was based on older version of internal structures.Nikos Mavrogiannopoulos2009-11-061-21/+12
| | | | Based on observations by Steve Grubb and Tomas Mraz.
* Corrected bug fix author.Nikos Mavrogiannopoulos2009-11-051-1/+2
|
* Documented previous commit.Nikos Mavrogiannopoulos2009-11-051-0/+2
|
* Cleanups and several bug fixes found by Tomas Mraz.Nikos Mavrogiannopoulos2009-11-058-23/+23
| | | | | | | | | | | | | | | | | | "I've patched the following problems in the code found by review of gnutls-2.8.5 code done by Steve Grubb. See the patch attached. The gnutls_constate.c bug might be potentially serious so I've decided to mail it to you directly, not to the public mailing list. The auth_cert.c change is just cleanup of the code. In gnutls_openssl.c I've just fixed the potential crasher, correct fix would require using asprintf or precomputed length of the buffer to allocate a memory. The certtool.c change is again just a cleanup."
* Bump versions.Simon Josefsson2009-11-055-4/+9
|
* Generated.gnutls_2_9_8Simon Josefsson2009-11-051-0/+415
|
* Version 2.9.8.Simon Josefsson2009-11-051-1/+1
|
* Update gnulib files.Simon Josefsson2009-11-051-1/+1
|
* Update gnulib files.Simon Josefsson2009-11-0510-9/+165
|
* Make sure libgcrypt's dependency on libgpg-error is known.Simon Josefsson2009-11-051-1/+1
|
* Fix API name change.Simon Josefsson2009-11-051-1/+1
|
* Fix API name change.Simon Josefsson2009-11-051-1/+1
|
* Indent code.Simon Josefsson2009-11-0592-1542/+1732
|
* Fix API name change.Simon Josefsson2009-11-052-2/+2
|
* Fix NEWS blurb. Shorten new API name.Simon Josefsson2009-11-055-12/+22
|
* Doc fix, add Since tag.Simon Josefsson2009-11-051-20/+21
|
* Indent code.Simon Josefsson2009-11-051-97/+114
|
* Fix compile error.Simon Josefsson2009-11-052-2/+4
| | | | | Tiny patch by Brad Hards <bradh@frogmouth.net> in <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3943>.
* Fix compile errors.Simon Josefsson2009-11-051-2/+1
| | | | | Tiny patch from Brad Hards <bradh@frogmouth.net> in <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3942>.
* Fix compile errors.Simon Josefsson2009-11-051-0/+1
| | | | | Tiny patch from Brad Hards <bradh@frogmouth.net> in <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3941>.
* Update gnulib files.Simon Josefsson2009-11-057-2/+114
|
* Add.Simon Josefsson2009-11-051-0/+3
|
* Sync with TP.Simon Josefsson2009-11-051-375/+510
|
* Use INET_NTOP_LIB and INET_PTON_LIB.Simon Josefsson2009-11-033-3/+3
|
* Update gnulib files.Simon Josefsson2009-11-0355-113/+172
|
* Fix.Simon Josefsson2009-11-021-14/+20
|
* Fix time bomb in chainverify self-test.Simon Josefsson2009-11-021-0/+15
| | | | | Reported by Andreas Metzler <ametzler@downhill.at.eu.org> in <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3925>.
* Documented change for certificate retrieval callbacks.Nikos Mavrogiannopoulos2009-11-011-1/+5
|
* do not use gnutls_x509_crt_get_signature_algorithm() on null certificates.Nikos Mavrogiannopoulos2009-11-011-26/+29
|
* Do not check signature algorithms for certificate selection when using ↵Nikos Mavrogiannopoulos2009-11-011-2/+6
| | | | openpgp certificates.
* Avoid code duplication by using all the functions defined in gnutls_algorithmsNikos Mavrogiannopoulos2009-11-011-0/+3
| | | | | | | | to map from TLS 1.2 signature algorithm numbers to gnutls signature algorithms. Added minimal documentation for SIGN-* in gnutls-cli priority strings. Corrected bug in signature algorithm extension generation.
* Avoid code duplication by using all the functions defined in gnutls_algorithmsNikos Mavrogiannopoulos2009-11-018-123/+30
| | | | | | | | to map from TLS 1.2 signature algorithm numbers to gnutls signature algorithms. Added minimal documentation for SIGN-* in gnutls-cli priority strings. Corrected bug in signature algorithm extension generation.
* Rationalized function names for signature generation and verification during ↵Nikos Mavrogiannopoulos2009-11-016-22/+22
| | | | | | | | | handshake. _gnutls_tls_sign_hdata -> _gnutls_handshake_sign_cert_vrfy _gnutls_verify_sig_hdata -> _gnutls_handshake_verify_cert_vrfy _gnutls_tls_sign_params -> _gnutls_handshake_sign_data _gnutls_verify_sig_params -> _gnutls_handshake_verify_data
* Do not output error if a server replies with a SignatureAlgorithms extension.Nikos Mavrogiannopoulos2009-11-011-1/+5
|
* RSA_SHA -> RSA_SHA1Nikos Mavrogiannopoulos2009-11-012-2/+2
|
* Documented memory leak fix.Nikos Mavrogiannopoulos2009-11-011-0/+3
|
* Final touch on signature algorithms in TLS 1.2 support. Added function ↵Nikos Mavrogiannopoulos2009-11-0115-79/+191
| | | | | | gnutls_session_sign_algorithm_get_requested() for callbacks to be able to verify they return a correct certificate as well as documentation for its usage.