summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Generated.gnutls_2_9_7Simon Josefsson2009-10-061-0/+122
|
* Version 2.9.7.Simon Josefsson2009-10-061-1/+1
|
* Update gnulib files.Simon Josefsson2009-10-0613-15/+79
|
* Add.Simon Josefsson2009-10-061-0/+3
|
* Fix symbol export rules.Simon Josefsson2009-10-061-1/+5
| | | | Tiny patch by Boyan Kasarov <bkasarov@gmail.com>.
* Include config.h.Simon Josefsson2009-10-061-0/+4
| | | | Tiny patch from Boyan Kasarov <bkasarov@gmail.com>.
* Reserve enough room for hash buffers.Daiki Ueno2009-10-011-2/+2
| | | | This fixes x509self self-test.
* Update gnulib files.Simon Josefsson2009-09-3010-30/+126
|
* Add.Simon Josefsson2009-09-301-0/+3
|
* Attempt to negotiate TLS 1.2 by default.Simon Josefsson2009-09-301-1/+1
|
* Add.Simon Josefsson2009-09-301-0/+3
|
* Fix comment.Simon Josefsson2009-09-301-2/+2
|
* Fix server-side TLS 1.2 support.Daiki Ueno2009-09-306-9/+47
|
* Calculate DER-encoded DigestInfo on-the-fly rather than hard code it.Daiki Ueno2009-09-301-34/+99
|
* guile: Adjust for Guile 1.9.3+.Ludovic Courtès2009-09-282-2/+27
| | | | | | | | * guile/src/core.c (mark_session_record_port, free_session_record_port): Conditionalize on `SCM_MAJOR_VERSION == 1 && SCM_MINOR_VERSION <= 8'. (scm_init_gnutls_session_record_port_type): Adjust accordingly. (make_session_record_port): Use `scm_gc_malloc_pointerless ()' when available.
* guile: Syntactic nitpicking.Ludovic Courtès2009-09-281-2/+2
| | | | | * guile/src/core.c (SCM_GNUTLS_MAKE_SESSION_DATA, SCM_GNUTLS_SET_SESSION_RECORD_PORT): Remove extraneous semicolon.
* guile: Use Guile's malloc routines.Ludovic Courtès2009-09-281-3/+6
| | | | * guile/src/core.c (scm_init_gnutls): Use Guile's malloc routines.
* Clarify gnutls_server_name_set usage.Simon Josefsson2009-09-231-4/+4
| | | | | Reported by Daniel Black <daniel@cacert.org> in <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3878>.
* Fix integer/pointer cast warnings in the Guile bindings on x86_64.Ludovic Courtès2009-09-231-4/+5
| | | | | | * guile/src/core.c (do_fill_port, fill_session_record_port_input, scm_gnutls_set_session_transport_fd_x): Make sure pointer/integer casts use integers of the right size.
* Update Guile bindings to the current OpenPGP API.Ludovic Courtès2009-09-231-2/+2
| | | | | | * guile/src/extra.c (scm_gnutls_openpgp_certificate_id, scm_gnutls_openpgp_certificate_id_x): Use the newer `gnutls_openpgp_crt_get_key_id ()'.
* Turn off auto-compilation when using Guile 1.9+.Ludovic Courtès2009-09-233-5/+10
| | | | | | | | | * 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.
* Fix inclusion of <config.h> in Guile bindings.Ludovic Courtès2009-09-235-9/+20
| | | | | | | | * guile/src/core.c, guile/src/errors.c, guile/src/extra.c, guile/src/utils.c: Include <config.h> first, as suggested by Simon Josefsson. * guile/src/utils.h: Don't include <config.h>.
* Update gnulib files.Simon Josefsson2009-09-222-172/+182
|
* Bump versions.Simon Josefsson2009-09-225-4/+9
|
* Chmod.Simon Josefsson2009-09-221-0/+0
|
* Generated.gnutls_2_9_6Simon Josefsson2009-09-221-0/+50
|
* Version 2.9.6.Simon Josefsson2009-09-221-1/+1
|
* Update gnulib files.Simon Josefsson2009-09-2220-169/+392
|
* Add forgotten documentation bits for issuer altnameBrad Hards2009-09-141-0/+9
| | | | Signed-off-by: Simon Josefsson <simon@josefsson.org>
* Update gnulib files.Simon Josefsson2009-09-1112-97/+97
|
* Add debug message.Simon Josefsson2009-09-111-2/+5
| | | | | Tiny patch from Miroslav Kratochvil <exa.exa@gmail.com> in <http://thread.gmane.org/gmane.network.gnutls.general/1758>.
* Fix out-of-tree build.Daiki Ueno2009-09-111-1/+1
| | | | Fix out-of-tree build; gnutls.h is generated in the build tree.
* Enable Camellia by default.Simon Josefsson2009-09-102-1/+3
|
* Bump versions.Simon Josefsson2009-09-105-4/+9
|
* Generated.gnutls_2_9_5Simon Josefsson2009-09-101-0/+73
|
* Version 2.9.5.Simon Josefsson2009-09-101-1/+1
|
* Bump version.Simon Josefsson2009-09-101-1/+1
|
* Update gnulib files.Simon Josefsson2009-09-1019-872/+1309
|
* Add.Simon Josefsson2009-09-101-1/+9
|
* Add.Simon Josefsson2009-09-101-0/+3
|
* Bump library version for new APIs.Simon Josefsson2009-09-101-3/+3
|
* Indent.Simon Josefsson2009-09-102-48/+43
|
* Move the new ABIs to the GNUTLS_2_10 section.Simon Josefsson2009-09-101-3/+3
|
* Add X509 Issuer Altname functionsBrad Hards2009-09-107-39/+336
| | | | Signed-off-by: Simon Josefsson <simon@josefsson.org>
* Don't use ! to negate exit status.Simon Josefsson2009-09-071-2/+5
| | | | | Reported by "Tom G. Christensen" <tgc@jupiterrise.com> in <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3861>.
* Update gnulib files.Simon Josefsson2009-09-0313-48/+40
|
* Bump versions.Simon Josefsson2009-09-034-3/+8
|
* Commit cyclo/ dir too.Simon Josefsson2009-09-031-1/+2
|
* Generated.gnutls_2_9_4Simon Josefsson2009-09-031-1/+323
|
* Version 2.9.4.Simon Josefsson2009-09-031-1/+1
|