summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Generated.gnutls_2_1_4Simon Josefsson2007-10-271-0/+363
|
* Version 2.1.4.Simon Josefsson2007-10-271-1/+1
|
* Generated.Simon Josefsson2007-10-271-1/+1
|
* Bump version.Simon Josefsson2007-10-271-1/+1
|
* Add for backwards compatibility.Simon Josefsson2007-10-271-0/+3
|
* Fix typo.Simon Josefsson2007-10-271-1/+1
|
* Add.Simon Josefsson2007-10-271-0/+2
|
* Update gnulib files.Simon Josefsson2007-10-277-34/+178
|
* Add.Simon Josefsson2007-10-271-0/+1
|
* Sync with OpenCDK 0.6.5.Simon Josefsson2007-10-275-127/+261
|
* quick-random option was removed since it is now the default.Nikos Mavrogiannopoulos2007-10-274-63/+51
|
* (no commit message)Nikos Mavrogiannopoulos2007-10-261-2/+1
|
* Add `.gitignore'.Ludovic Courtès2007-10-267-0/+57
|
* Add doc about maintenance of the Guile bindings.Ludovic Courtès2007-10-261-0/+23
|
* Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gnutlsSimon Josefsson2007-10-251-0/+10
|\
| * added some text for the debugging functions.Nikos Mavrogiannopoulos2007-10-251-0/+10
| |
* | Add.Simon Josefsson2007-10-251-0/+504
| |
* | Typo.Simon Josefsson2007-10-251-1/+1
| |
* | Reorder and simplify.Simon Josefsson2007-10-251-3/+1
|/
* Doc fix.Simon Josefsson2007-10-251-1/+1
|
* Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gnutlsSimon Josefsson2007-10-2522-429/+311
|\
| * removed unused code.Nikos Mavrogiannopoulos2007-10-241-138/+0
| |
| * (no commit message)Nikos Mavrogiannopoulos2007-10-241-2/+2
| |
| * Several changes to openpgp code:Nikos Mavrogiannopoulos2007-10-2415-269/+259
| | | | | | | | | | | | * gnutls_certificate_set_openpgp_* functions were modified to include format * KEYRING_HACK is defined to overcome a bug in opencdk which makes keyrings reentrant. Once fixed, the KEYRING_HACK code should be removed.
| * Introduced GNUTLS_PRIORITIES_SECURITY_NORMAL and GNUTLS_PRIORITIES_SECURITY_HIGHNikos Mavrogiannopoulos2007-10-249-23/+53
| |
* | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gnutlsSimon Josefsson2007-10-2444-575/+1373
|\ \ | |/
| * further deprecated the set_default_priority() functions. now implementedNikos Mavrogiannopoulos2007-10-242-65/+8
| | | | | | | | as macros.
| * The user handshake callback function is now called on SSLv2 hello messages.Nikos Mavrogiannopoulos2007-10-241-0/+12
| |
| * Added gnutls_set_default_priority2() and deprecated ↵Nikos Mavrogiannopoulos2007-10-2415-92/+211
| | | | | | | | gnutls_set_default_priority().
| * (no commit message)Nikos Mavrogiannopoulos2007-10-241-0/+4
| |
| * (no commit message)Nikos Mavrogiannopoulos2007-10-242-0/+2
| |
| * added news entry for --disable-quick-randomNikos Mavrogiannopoulos2007-10-241-0/+3
| |
| * /dev/urandom is used now by default for key generation. The option ↵Nikos Mavrogiannopoulos2007-10-245-52/+68
| | | | | | | | --disable-quick-random was introduced.
| * updated some examples.Nikos Mavrogiannopoulos2007-10-242-11/+33
| |
| * The library version is now 14 instead of 24. (14 is greater than our current ↵Nikos Mavrogiannopoulos2007-10-241-1/+1
| | | | | | | | 13).
| * Introduced gnutls_session_enable_compatibility_mode() to allow enablingNikos Mavrogiannopoulos2007-10-247-10/+39
| | | | | | | | | | all supported compatibility options (like disabling padding). Some other bug fixes in tls-test.c.
| * Added some documentation for the new convert functions.Nikos Mavrogiannopoulos2007-10-242-1/+8
| |
| * renamed zlib to deflateNikos Mavrogiannopoulos2007-10-231-1/+1
| |
| * Updata gnutls.vers since we changed our interfaces and some other fixes.Nikos Mavrogiannopoulos2007-10-232-3/+3
| |
| * (no commit message)Nikos Mavrogiannopoulos2007-10-231-2/+2
| |
| * The text names used in the gnutls_*_convert_priority functions are the namesNikos Mavrogiannopoulos2007-10-234-152/+220
| | | | | | | | defined for the algorithms in gnutls_algorithms.c.
| * Added copyright notices to examplesNikos Mavrogiannopoulos2007-10-2319-0/+133
| |
| * corrected the prototypesNikos Mavrogiannopoulos2007-10-231-6/+6
| |
| * replaced UNKNOWN_HASH_ALGORITHM WITH UNKNOWN_ALGORITHMNikos Mavrogiannopoulos2007-10-231-1/+1
| |
| * corrected typo.Nikos Mavrogiannopoulos2007-10-231-1/+1
| |
| * (no commit message)Nikos Mavrogiannopoulos2007-10-231-1/+1
| |
| * (no commit message)Nikos Mavrogiannopoulos2007-10-231-0/+4
| |
| * Updated the priority functions to be more compatible to our interface andNikos Mavrogiannopoulos2007-10-233-109/+117
| | | | | | | | | | avoid parsing on every session generation. The current approach stores parsed data to our integer format.CG: -----------------------------------------------------------------------
| * Added gnutls_record_disable_padding() to allow servers talk to buggy clients ↵Nikos Mavrogiannopoulos2007-10-224-1/+31
| | | | | | | | that complain if TLS 1.0 padding is used.
| * Added new priority functions that accept text instead of integers.Nikos Mavrogiannopoulos2007-10-225-9/+458
| |