summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | Update OpenPGP names in Guile examples.Ludovic Courtès2007-12-111-5/+5
| | | | | | | | | | * doc/guile.texi (Guile Examples): Substitute `certificate' to `public-key' in OpenPGP examples.
* | Bump Guile glue libraries version number.Ludovic Courtès2007-12-114-12/+12
| | | | | | | | | | | | | | | | | | | | | | * guile/modules/gnutls.scm: Load `libguile-gnutls-v-1'. * guile/modules/gnutls/extra.scm: Load `libguile-gnutls-extra-v-1'. * guile/pre-inst-guile.in: Load `v-1' libraries. * guile/src/Makefile.am (lib_LTLIBRARIES): Bump libraries from `v-0' to `v-1'. Update all variables.
* | Substitute `certificate' to `public-key' in `(gnutls extra)'.Ludovic Courtès2007-12-114-61/+83
|/ | | | | | | | | | | | | | | | | * guile/modules/gnutls/build/enums.scm (%openpgp-key-format-enum): Rename to... (%openpgp-certificate-format-enum): This. (%gnutls-extra-enums): Update. * guile/modules/gnutls/build/smobs.scm (%openpgp-public-key-smob): Rename to... (%openpgp-certificate-smob): This. (%gnutls-extra-smobs): Update. * guile/modules/gnutls/extra.scm: Substitute all `certificate' in all `public-key' names. Add backward-compatible bindings. * guile/src/extra.c: Substitute `certificate' to `public-key'.
* Add.Simon Josefsson2007-12-101-0/+3
|
* Add API/ABI docs.Simon Josefsson2007-12-101-0/+115
|
* Note about LZO2.Simon Josefsson2007-12-101-0/+6
|
* Add.Simon Josefsson2007-12-101-0/+25
|
* Add.Simon Josefsson2007-12-101-0/+2
|
* Make --verify-chain support larger inputs than 64kb.Simon Josefsson2007-12-101-3/+12
|
* Re-order gettext invocation to avoid autoconf warnings.Simon Josefsson2007-12-101-2/+3
|
* Add v2.0 NEWS entries.Simon Josefsson2007-12-101-1/+41
|