summaryrefslogtreecommitdiff
path: root/guile/tests/anonymous-auth.scm
Commit message (Collapse)AuthorAgeFilesLines
* guile: Add bindings for 'gnutls_server_name_set'.Ludovic Courtès2014-09-221-1/+2
| | | | | This adds the 'set-session-server-name!' procedure and the 'server-name-type' enum type.
* guile: tests: Use `port->fdes' rather than `fileno'.Ludovic Courtès2013-06-281-3/+3
| | | | | This has no practical impact, but it's a better way to express that we don't want the file descriptors closed behind our back.
* Collapse and cleanup copyright information.Simon Josefsson2012-01-161-1/+1
|
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
|
* guile: Fix tests to match the `exit' behavior introduced in Guile 2.0.1.Ludovic Courtès2011-04-281-11/+5
| | | | | This fix makes tests behave correctly wrt. to the Guile bug fix at <http://git.sv.gnu.org/cgit/guile.git/commit/?id=e309f3bf9ee910c4772353ca3ff95f6f4ef466b5>.
* guile: Change tests to use priority strings.Ludovic Courtès2011-03-011-19/+5
|
* Don't generate DH primes in Guile self checks (for speed).Simon Josefsson2010-10-141-1/+12
|
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-4/+4
|
* Update copyright years.Simon Josefsson2010-01-271-1/+1
|
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
|
* Started Guile integration.Ludovic Courtès2007-05-301-0/+102
Documentation is still missing. A bit rough on the edges, but `make' and `make check' do work.