summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Generated.gnutls_2_0_4Simon Josefsson2007-11-161-0/+38
|
* Bump version.Simon Josefsson2007-11-161-2/+2
|
* Version 2.0.4.Simon Josefsson2007-11-161-1/+1
|
* Add.Simon Josefsson2007-11-151-0/+3
|
* Add more `gnutls assert ()'.Ludovic Courtès2007-11-152-2/+10
|
* Add `.gitignore'.Ludovic Courtès2007-11-157-0/+57
|
* some updates in the compression codeNikos Mavrogiannopoulos2007-11-142-2/+2
|
* Corrected bug in decompression of expanded compression data.Nikos Mavrogiannopoulos2007-11-145-14/+24
|
* Generated.gnutls_2_0_3Simon Josefsson2007-11-101-504/+20588
|
* Version 2.0.3.Simon Josefsson2007-11-101-1/+1
|
* Generated.Simon Josefsson2007-11-101-1/+1
|
* Doc fix.Simon Josefsson2007-11-101-1/+1
|
* Remove devel/ from release target.Simon Josefsson2007-11-101-2/+2
|
* Reset lb revision.Simon Josefsson2007-11-101-1/+1
|
* backported fixes.Nikos2007-11-109-95/+109
|
* Add -I's for gnulib headers.Simon Josefsson2007-10-261-0/+1
|
* Generated.gnutls_2_0_2Simon Josefsson2007-10-171-0/+64
|
* Version 2.0.2.Simon Josefsson2007-10-171-1/+1
|
* Generated.Simon Josefsson2007-10-177-224/+656
|
* Remove authz sections.Simon Josefsson2007-10-171-3/+0
|
* Add.Simon Josefsson2007-10-171-0/+4
|
* Move compat.h #include, to make authz prototypes work.Simon Josefsson2007-10-171-1/+3
|
* Remove authz conditional.Simon Josefsson2007-10-171-5/+1
|
* Bump versions.Simon Josefsson2007-10-171-2/+2
|
* Remove TLS authorization support.Simon Josefsson2007-10-1719-1436/+67
|
* Add.Simon Josefsson2007-10-091-0/+2
|
* Corrected output in DER format and corrected output for smime_to_pkcs7 to ↵Nikos Mavrogiannopoulos2007-10-091-5/+5
| | | | output in outfile instead of stdout.
* Update `NEWS'.Ludovic Courtès2007-10-081-0/+4
|
* Fix configure-time Guile detection.Ludovic Courtès2007-10-081-3/+3
| | | | | * configure.in: Substitute `GUILE_LDFLAGS' into `LIBS', not `LDFLAGS'. Patch by Nix <nix@esperi.org.uk>.
* Generated.gnutls_2_0_1Simon Josefsson2007-09-201-0/+192
|
* Fix release target (git-tag no longer exit with failure for non-existing tags).Simon Josefsson2007-09-201-1/+1
|
* Version 2.0.1.Simon Josefsson2007-09-201-1/+1
|
* Improve TLS ext section.Simon Josefsson2007-09-201-12/+24
|
* Add.Simon Josefsson2007-09-191-0/+5188
|
* Notes on adding a new TLS extension.Simon Josefsson2007-09-181-0/+132
|
* Merge branch 'master' of git+ssh://repo.or.cz/srv/git/gnutlsSimon Josefsson2007-09-174-83/+108
|\
| * Merge branch 'master' of git://repo.or.cz/gnutlsNikos Mavrogiannopoulos2007-09-1756-4/+2945
| |\
| * \ Merge branch 'master' of git://repo.or.cz/gnutlsNikos Mavrogiannopoulos2007-09-1771-2781/+486
| |\ \
| * | | Added the --disable-client-cert option, to prevent the server asking the ↵Nikos Mavrogiannopoulos2007-09-174-83/+108
| | | | | | | | | | | | | | | | client for a certificate.
* | | | Fix.Simon Josefsson2007-09-171-2/+2
| |_|/ |/| |
* | | Rename.Simon Josefsson2007-09-171-1/+3
| | |
* | | Add.Simon Josefsson2007-09-171-0/+4
| | |
* | | Move test credentials from src/ to doc/credentials/.Simon Josefsson2007-09-1754-3/+2938
| |/ |/|
* | Remove duplicate gnulib modules.Simon Josefsson2007-09-116-764/+3
| |
* | Remove duplicate gnulib modules.Simon Josefsson2007-09-1113-1622/+3
| |
* | Update gnulib files.Simon Josefsson2007-09-113-75/+3
| |
* | Update gnulib files.Simon Josefsson2007-09-111-0/+49
| |
* | Add.Simon Josefsson2007-09-115-0/+341
| |
* | Guile: Fix `x509-certificate-dn-oid' and related functions.Ludovic Courtès2007-09-111-1/+2
| | | | | | | | | | | | | | | | | | * guile/src/core.c (X509_CERTIFICATE_DN_OID_FUNCTION_BODY): Use `scm_take_locale_stringn ()' instead of `scm_take_locale_string ()'. * NEWS: Update. Signed-off-by: Simon Josefsson <simon@josefsson.org>
* | Guile: Fix `x509-certificate-dn-oid' and related functions.Ludovic Courtès2007-09-111-0/+2
| | | | | | | | | | | | | | | | | | * guile/src/core.c (X509_CERTIFICATE_DN_OID_FUNCTION_BODY): Use `scm_take_locale_stringn ()' instead of `scm_take_locale_string ()'. * NEWS: Update. Signed-off-by: Simon Josefsson <simon@josefsson.org>