summaryrefslogtreecommitdiff
path: root/guile/tests
Commit message (Collapse)AuthorAgeFilesLines
* added missing files.Nikos Mavrogiannopoulos2011-03-241-0/+1
|
* enabled RSA and removed debugging.Nikos Mavrogiannopoulos2011-03-161-4/+4
|
* split the pgp keys to elgamal and dsa.Nikos Mavrogiannopoulos2011-03-166-55/+117
|
* guile: Change tests to use priority strings.Ludovic Courtès2011-03-013-39/+11
|
* guile: Wrap `gnutls_priority_set_direct'; deprecate the old method.Ludovic Courtès2011-02-272-5/+82
|
* Don't generate DH primes in Guile self checks (for speed).Simon Josefsson2010-10-147-6/+52
|
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-2211-45/+45
|
* Update gnulib files, fix syntax-check warnings.Simon Josefsson2010-04-132-2/+0
|
* Update copyright years.Simon Josefsson2010-01-2711-11/+11
|
* Fix FSF copyright notices.Simon Josefsson2010-01-2710-10/+10
|
* Turn off auto-compilation when using Guile 1.9+.Ludovic Courtès2009-09-231-2/+4
| | | | | | | | | * guile/src/Makefile.am (GUILE_FOR_BUILD): Turn off auto-compilation with Guile 1.9+. * guile/tests/Makefile.am (TESTS_ENVIRONMENT): Likewise. * doc/Makefile.am (GUILE_FOR_BUILD): Likewise.
* Don't run guile openpgp self tests if openpgp is disabled.Simon Josefsson2008-05-071-1/+4
|
* libgnutls: Compile if SRP is disabled.Simon Josefsson2008-05-071-2/+6
| | | | | Report and tiny patches from <jared.jennings.ctr@eglin.af.mil>, see <https://savannah.gnu.org/support/index.php?106342>.
* Also test dhe-rsa.Simon Josefsson2008-01-171-2/+2
|
* Update Guile OpenPGP test cases to use the new names.Ludovic Courtès2007-12-123-17/+19
| | | | | * guile/tests/*.scm: Substitute `certificate' to `public-key' in tests using the OpenPGP API.
* More GPLv3 fixes.Simon Josefsson2007-12-093-3/+3
|
* Small cleanups in `guile/tests'.Ludovic Courtes2007-06-123-21/+0
| | | | Signed-off-by: Simon Josefsson <simon@josefsson.org>
* Started Guile integration.Ludovic Courtès2007-05-3019-0/+1082
Documentation is still missing. A bit rough on the edges, but `make' and `make check' do work.