summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Generated.gnutls_2_2_2Simon Josefsson2008-02-211-0/+53
|
* Version 2.2.2.Simon Josefsson2008-02-211-1/+1
|
* corrected string handling in parse_general_name. Thanks to Andreas Metzler ↵Nikos2008-02-171-1/+3
| | | | for pointing out.
* Increased the default certificate verification chain limits and allowedNikos2008-02-174-4/+8
| | | | for checks without limitation.
* corrected previous fix in priorities handling.Nikos2008-02-171-3/+2
|
* Corrected memory leaks in session resuming and DHE ciphersuites. ReportedNikos2008-02-175-32/+19
| | | | by Daniel Stenberg.
* documented the fix in gnutls_x509_crt_get_subject_alt_name().Nikos2008-02-151-0/+4
|
* null terminate only printable strings.Nikos2008-02-151-5/+29
|
* Bump versions.Simon Josefsson2008-02-131-2/+2
|
* Add.Simon Josefsson2008-02-131-0/+8
|
* Applied patch to fix the NONE parameters. By Laurence Withers <l@lwithers.me.uk>Nikos2008-02-131-1/+6
|
* Generated.gnutls_2_2_1Simon Josefsson2008-01-171-20244/+118
|
* Version 2.2.1.Simon Josefsson2008-01-171-1/+1
|
* Bump copyright year.Simon Josefsson2008-01-171-1/+1
|
* Also test dhe-rsa.Simon Josefsson2008-01-171-2/+2
|
* Generated.Simon Josefsson2008-01-171-1/+1
|
* Revert "do not use elgamal subkeys"Simon Josefsson2008-01-172-65/+50
| | | | This reverts commit 62a154c71d1963c50edeb9b882c5100caa8b6751.
* Attribute change.Simon Josefsson2008-01-171-0/+2
|
* Add.Simon Josefsson2008-01-171-1/+4
|
* Don't bump libtool versions, the ABI change has been reverted.Simon Josefsson2008-01-171-3/+3
|
* rolled back changes.Nikos2008-01-141-2/+0
|
* rolled back changes.Nikos2008-01-141-4/+2
|
* do not use elgamal subkeysNikos2008-01-142-50/+65
|
* print more debugging infoNikos2008-01-141-2/+4
|
* reverted the addition of gnutls_openpgp_get_key_id().Nikos2008-01-143-21/+2
|
* updated from masterNikos2008-01-143-2/+70
|
* Bump version.Simon Josefsson2008-01-141-1/+1
|
* Bump ABI version since we added a symbol.Simon Josefsson2008-01-141-4/+4
|
* Generated.Simon Josefsson2008-01-141-1/+1
|
* Re-add docstring.Simon Josefsson2008-01-141-1/+8
|
* Added gnutls_openpgp_crt_get_key_id() for future compatibilityNikos2008-01-143-2/+14
|
* fix in GETKEY/SUBKEYNikos2008-01-121-1/+1
|
* Use the first openpgp subkey instead of the main key, if available.Nikos2008-01-122-4/+11
|
* Added fix by Alon to avoid linking against /usr/lib/libgnutls.so.Nikos2008-01-121-2/+2
|
* Changes for post_client_hello_function(). The extensions are now parsed in aNikos2007-12-165-11/+42
| | | | | | | | | | callback friendly way. Extensions are now split to APPLICATION and TLS layer. The APPLICATION layer extensions are parsed before the callback function is called and the others afterwards. This allows the callback to change the behavior of the TLS layer parsers by using the data of the APPLICATION layer extensions. Currently the only application layer extension is defined to be the server name indication extension.
* Fix for certificate selection in servers with certificate callbacks.Nikos2007-12-152-14/+21
|
* Generated.gnutls_2_2_0Simon Josefsson2007-12-141-471/+600
|
* Version 2.2.0.Simon Josefsson2007-12-141-1/+1
|
* Add.Simon Josefsson2007-12-141-0/+3
|
* Sync with TP.Simon Josefsson2007-12-144-82/+824
|
* Revert "Add."Simon Josefsson2007-12-141-2/+0
| | | | This reverts commit 2edf069e2b03d10f7d713de17771e8a7c8352432.
* Revert "If the server has a callback, the search for a valid certificate ↵Simon Josefsson2007-12-141-2/+1
| | | | | | will fail." This reverts commit 0420cc1ec5dd8c4c18268abb9f769c1641098925.
* Add 2007.Simon Josefsson2007-12-131-1/+1
|
* Add.Simon Josefsson2007-12-131-0/+2
|
* If the server has a callback, the search for a valid certificate will fail.Simon Josefsson2007-12-131-1/+2
| | | | Patch from Nikos.
* Merge branch 'gnutls_2_2_x' of ↵Ludovic Courtès2007-12-123-8/+6
|\ | | | | | | ssh://civodul@git.savannah.gnu.org/srv/git/gnutls into gnutls_2_2_x
| * Fix.Simon Josefsson2007-12-121-6/+6
| |
| * Remove config.rpath hack.Simon Josefsson2007-12-112-2/+0
| |
* | Fix dangling/unused bindings in `(gnutls)'.Ludovic Courtès2007-12-111-2/+3
| | | | | | | | | | | | * guile/modules/gnutls.scm (certificate-request->string, error/unknown-algorithm): Add. (error/openpgp-trustdb-version-unsupported): Remove.
* | Update Guile OpenPGP test cases to use the new names.Ludovic Courtès2007-12-113-17/+19
| | | | | | | | | | * guile/tests/*.scm: Substitute `certificate' to `public-key' in tests using the OpenPGP API.