summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Version 2.3.7.Simon Josefsson2008-04-211-1/+1
|
* Don't clean Guile documentations on make clean.Simon Josefsson2008-04-211-4/+4
|
* Fix warnings.Simon Josefsson2008-04-215-4/+8
|
* Fix.Simon Josefsson2008-04-211-1/+2
|
* Update to libtasn1 1.4.Simon Josefsson2008-04-219-76/+55
|
* opencdk now properly sets the key usage bits into openpgp keys.Nikos Mavrogiannopoulos2008-04-191-0/+2
|
* save key usage while reading public keys.Nikos Mavrogiannopoulos2008-04-192-24/+53
|
* Add.Simon Josefsson2008-04-182-0/+5
|
* Don't crash on TLS handshake failures.Simon Josefsson2008-04-181-1/+0
| | | | | | Reported by "Marc F. Clemente" <marc@mclemente.net> in Debian BTS #466477. This is related to the 5e5f086e124d8d90829fc8e22f34044161da5f80 fix, this part is necessary too.
* certtool: with --generate-request and newly generated keys, print the key.Simon Josefsson2008-04-182-1/+7
|
* Explain libgcrypt around gnulib.Simon Josefsson2008-04-181-0/+3
|
* Don't document opencdk API.Simon Josefsson2008-04-182-3/+2
|
* Add.Simon Josefsson2008-04-181-1/+3
|
* Add.Simon Josefsson2008-04-181-1/+2
|
* Typo fix.Simon Josefsson2008-04-181-1/+1
|
* Link to -lws2_32 if needed.Simon Josefsson2008-04-181-0/+4
|
* Define WINVER to get modern features. Test for ws2_32. Add conditional.Simon Josefsson2008-04-181-11/+18
|
* Add.Simon Josefsson2008-04-181-0/+3
|
* Use ASCII-only isprint function to get consistent outputs.Simon Josefsson2008-04-181-1/+2
| | | | | Reported by Massimo Gaspari <massimo.gaspari@alice.it> in <http://permalink.gmane.org/gmane.network.gnutls.general/1184>.
* Add c-ctype module, for lib/x509/output.c.Simon Josefsson2008-04-186-52/+687
|
* Move fseeko to lgl/ from gl/ for opencdk.Simon Josefsson2008-04-1818-72/+72
|
* Link to libgcrypt when running gnulib checks, to get their vasprintf on MinGW.Simon Josefsson2008-04-181-0/+3
|
* Don't check for vasprintf, already checked for by gnulib.Simon Josefsson2008-04-181-1/+1
|
* corrected typo.Nikos Mavrogiannopoulos2008-04-171-2/+3
|
* Fix some obsolete stuff.Simon Josefsson2008-04-174-71/+3
|
* Bump versions.Simon Josefsson2008-04-172-1/+6
|
* (gnutls_x509_crt_get_key_usage): Doc fix.Simon Josefsson2008-04-171-12/+12
|
* Generated.gnutls_2_3_6Simon Josefsson2008-04-171-0/+180
|
* Version 2.3.6.Simon Josefsson2008-04-171-1/+1
|
* Link errcodes with gnulib.Simon Josefsson2008-04-171-2/+3
| | | | | Possibly fixes rpl_strerror problem when linking on HPUX, see: <http://hpux.cs.utah.edu/hppd/cgi-bin/wwwtar?/hpux/Gnu/gnutls-2.3.4/gnutls-2.3.4-src-11.11.tar.gz+gnutls-2.3.4/HPUX.Install+text>.
* Add.Simon Josefsson2008-04-171-0/+7
|
* Add.Simon Josefsson2008-04-171-0/+4
|
* Merge branch 'master' of ssh://jas@git.sv.gnu.org/srv/git/gnutlsSimon Josefsson2008-04-172-2/+18
|\
| * Merge branch 'master' of ssh://civodul@git.savannah.gnu.org/srv/git/gnutlsLudovic Courtès2008-04-17109-1896/+13771
| |\ | | | | | | | | | | | | | | | Conflicts: configure.in
| * | Check whether `-fgnu89-inline' is supported before using it.Ludovic Courtès2008-03-202-3/+19
| | | | | | | | | | | | | | | | | | | | | | | | * configure.in: Check for `-fgnu89-inline', define Automake conditional `HAVE_GCC_GNU89_INLINE_OPTION'. * guile/src/Makefile.am (AM_CFLAGS): Only use `-fgnu89-inline' when `HAVE_GCC_GNU89_INLINE_OPTION' is true.
* | | Fix gtk-doc warning.Simon Josefsson2008-04-171-2/+3
| | |
* | | Doc fix (gtk-doc warning).Simon Josefsson2008-04-171-1/+2
| | |
* | | Fix gtk-doc warning about duplicate RSA namespace.Simon Josefsson2008-04-171-2/+2
| | |
* | | Fix warning.Simon Josefsson2008-04-171-1/+1
| |/ |/|
* | Add opencdk directory as dependency.Simon Josefsson2008-04-171-0/+1
| |
* | Fix --source-dir to only cover lib/, libextra/ and includes/.Simon Josefsson2008-04-171-1/+1
| |
* | Simplify cdk handling.Simon Josefsson2008-04-171-3/+2
| |
* | Discuss OpenCDK better.Simon Josefsson2008-04-171-10/+7
| |
* | No need for external opencdk.Simon Josefsson2008-04-171-4/+0
| |
* | Remove code to link with external opencdk.Simon Josefsson2008-04-173-123/+2
| | | | | | | | | | | | | | | | It seems we now don't have resources to maintain the LGPL opencdk code externally, since making it use GnuTLS's crypto code will be complicated. See discussion in: http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/2672/focus=2711
* | No need for alloca checks.Simon Josefsson2008-04-171-2/+1
| |
* | Remove all uses of gnutls_alloca/gnutls_afree.Simon Josefsson2008-04-1713-87/+70
| | | | | | | | | | | | | | | | Use normal gnutls_malloc instead. One reason is increased portability to Windows, the other is that several of the uses may be unsafe because the size of data allocated could be large. Reported by Massimo Gaspari <massimo.gaspari@alice.it> in <http://permalink.gmane.org/gmane.network.gnutls.general/1170>.
* | Don't use alloca, the certificate list can be larger than stack size.Simon Josefsson2008-04-171-2/+2
| |
* | Add.Simon Josefsson2008-04-171-0/+1
| |
* | Add.Simon Josefsson2008-04-171-0/+1
| |