summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updatedgnutls_2_11_7Nikos Mavrogiannopoulos2011-03-091-11/+5
|
* bumped version.Nikos Mavrogiannopoulos2011-03-091-1/+1
|
* updatedNikos Mavrogiannopoulos2011-03-091-61/+42
|
* gnutlsxx.cpp for some reason cannot use deprecated functions. AddedNikos Mavrogiannopoulos2011-03-093-2/+20
| | | | _gnutls_transport_set_lowat() as an internal symbol to be used.
* changed for 2.11.7 release.Nikos Mavrogiannopoulos2011-03-092-2/+2
|
* bumped version.Nikos Mavrogiannopoulos2011-03-062-2/+2
|
* Deprecated gnutls_transport_set_lowat().Nikos Mavrogiannopoulos2011-03-063-1/+6
|
* Allow providing no password for PKCS #12 structure generation. Reported by ↵Nikos Mavrogiannopoulos2011-03-021-0/+7
| | | | Daniel Kahn Gillmor.
* consistently print all interactive questions to stderr. Reported by Daniel ↵Nikos Mavrogiannopoulos2011-03-021-1/+1
| | | | Kahn Gillmor.
* fix duplicate symbols in version scriptAndreas Metzler2011-03-011-3/+0
| | | | | | | | These three symbols are listed both in the GNUTLS_2_8 and the GNUTLS_2_10 section. binutils uses the first occurence, drop the second one. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Restrict the signature algorithms we advertize to SHA1 and SHA256.Nikos Mavrogiannopoulos2011-02-281-1/+8
|
* updates on -ALL priorities.Nikos Mavrogiannopoulos2011-02-281-3/+3
|
* corrected finished packet check.Nikos Mavrogiannopoulos2011-02-271-4/+6
|
* updated for 2.12Nikos Mavrogiannopoulos2011-02-241-340/+226
|
* Detect fork() in the random number generator and reseed.Nikos Mavrogiannopoulos2011-02-241-0/+10
|
* corrected documentation of gnutls_transport_set_vec_push_function in NEWS.Nikos Mavrogiannopoulos2011-02-231-1/+1
|
* Renamed gnutls_transport_set_push_function2() to ↵Nikos Mavrogiannopoulos2011-02-234-5/+5
| | | | gnutls_transport_set_vec_push_function().
* store entities as numbers to avoid issues in big-little endian machines.Nikos Mavrogiannopoulos2011-02-221-13/+11
|
* documented gnutls_transport_set_push_function2().Nikos Mavrogiannopoulos2011-02-201-0/+6
|
* Remove gnutls_x509_crq_get_preferred_hash_algorithm.Simon Josefsson2011-02-205-76/+3
|
* Fix docstring.Simon Josefsson2011-02-201-4/+4
|
* Fix deprecated docstring.Simon Josefsson2011-02-201-4/+5
|
* Add deprecated docstring.Simon Josefsson2011-02-201-4/+6
|
* Remove dropped functions.Simon Josefsson2011-02-201-1/+0
|
* Drop removed functions.Simon Josefsson2011-02-202-2/+3
|
* Fix docstring of deprecated function.Simon Josefsson2011-02-201-3/+6
|
* Fix docstring for deprecated functions.Simon Josefsson2011-02-201-2/+2
|
* Fix docstring of new function.Simon Josefsson2011-02-201-4/+7
|
* Improve text.Simon Josefsson2011-02-201-2/+2
|
* Fix typo.Simon Josefsson2011-02-201-1/+1
|
* Fix docstrinf of new function.Simon Josefsson2011-02-201-0/+2
|
* Fix docstring of deprecated function.Simon Josefsson2011-02-201-2/+4
|
* Make it build.Simon Josefsson2011-02-201-1/+1
|
* Doc fix of new function.Simon Josefsson2011-02-201-4/+6
|
* Fix description.Simon Josefsson2011-02-201-4/+3
|
* Rename gnutls_privkey_sign_data2 to gnutls_privkey_sign_data and ↵Simon Josefsson2011-02-208-39/+40
| | | | | | | gnutls_privkey_sign_hash2 to gnutls_privkey_sign_hash. These were added during the 2.11 cycle where we don't promise ABI compatibility.
* Fix docstring of deprecated functions.Simon Josefsson2011-02-204-16/+18
|
* Add doc/gnutls-crypto-layers.eps.Simon Josefsson2011-02-201-0/+424
|
* Dist gnutls-crypto-layers.*.Simon Josefsson2011-02-201-0/+2
|
* Add abstract_int.h.Simon Josefsson2011-02-201-10/+11
|
* Link with -lnettle too.Simon Josefsson2011-02-201-1/+1
|
* Ignore more.Simon Josefsson2011-02-201-0/+2
|
* Fix syntax-check warnings.Simon Josefsson2011-02-206-16/+11
|
* Update gnulib files.Simon Josefsson2011-02-20465-2828/+3281
|
* DSA keys in TLS 1.x, x<2 and SSL 3.0 use SHA-1 as hash. That is we reverted ↵Nikos Mavrogiannopoulos2011-02-181-7/+13
| | | | to previous gnutls behavior. That violates DSS but all implementations handle it like that.
* reorganization of ciphersuite discussion.Nikos Mavrogiannopoulos2011-02-161-34/+30
|
* Allow using the minus "-" in the -ALL priority strings.Nikos Mavrogiannopoulos2011-02-151-19/+35
|
* The safe renegotiation ciphersuite is not required to be registered.Nikos Mavrogiannopoulos2011-02-151-6/+0
|
* Corrected bug in DHE-PSK in freeing username/key.Nikos Mavrogiannopoulos2011-02-151-2/+4
|
* Corrected signature generation and verificationNikos Mavrogiannopoulos2011-02-123-96/+35
| | | | | in the Certificate Verify message when in TLS 1.2. Reported by Todd A. Ouska.