Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Version 2.3.7. | Simon Josefsson | 2008-04-21 | 1 | -1/+1 |
| | |||||
* | Don't clean Guile documentations on make clean. | Simon Josefsson | 2008-04-21 | 1 | -4/+4 |
| | |||||
* | Fix warnings. | Simon Josefsson | 2008-04-21 | 5 | -4/+8 |
| | |||||
* | Fix. | Simon Josefsson | 2008-04-21 | 1 | -1/+2 |
| | |||||
* | Update to libtasn1 1.4. | Simon Josefsson | 2008-04-21 | 9 | -76/+55 |
| | |||||
* | opencdk now properly sets the key usage bits into openpgp keys. | Nikos Mavrogiannopoulos | 2008-04-19 | 1 | -0/+2 |
| | |||||
* | save key usage while reading public keys. | Nikos Mavrogiannopoulos | 2008-04-19 | 2 | -24/+53 |
| | |||||
* | Add. | Simon Josefsson | 2008-04-18 | 2 | -0/+5 |
| | |||||
* | Don't crash on TLS handshake failures. | Simon Josefsson | 2008-04-18 | 1 | -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 Josefsson | 2008-04-18 | 2 | -1/+7 |
| | |||||
* | Explain libgcrypt around gnulib. | Simon Josefsson | 2008-04-18 | 1 | -0/+3 |
| | |||||
* | Don't document opencdk API. | Simon Josefsson | 2008-04-18 | 2 | -3/+2 |
| | |||||
* | Add. | Simon Josefsson | 2008-04-18 | 1 | -1/+3 |
| | |||||
* | Add. | Simon Josefsson | 2008-04-18 | 1 | -1/+2 |
| | |||||
* | Typo fix. | Simon Josefsson | 2008-04-18 | 1 | -1/+1 |
| | |||||
* | Link to -lws2_32 if needed. | Simon Josefsson | 2008-04-18 | 1 | -0/+4 |
| | |||||
* | Define WINVER to get modern features. Test for ws2_32. Add conditional. | Simon Josefsson | 2008-04-18 | 1 | -11/+18 |
| | |||||
* | Add. | Simon Josefsson | 2008-04-18 | 1 | -0/+3 |
| | |||||
* | Use ASCII-only isprint function to get consistent outputs. | Simon Josefsson | 2008-04-18 | 1 | -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 Josefsson | 2008-04-18 | 6 | -52/+687 |
| | |||||
* | Move fseeko to lgl/ from gl/ for opencdk. | Simon Josefsson | 2008-04-18 | 18 | -72/+72 |
| | |||||
* | Link to libgcrypt when running gnulib checks, to get their vasprintf on MinGW. | Simon Josefsson | 2008-04-18 | 1 | -0/+3 |
| | |||||
* | Don't check for vasprintf, already checked for by gnulib. | Simon Josefsson | 2008-04-18 | 1 | -1/+1 |
| | |||||
* | corrected typo. | Nikos Mavrogiannopoulos | 2008-04-17 | 1 | -2/+3 |
| | |||||
* | Fix some obsolete stuff. | Simon Josefsson | 2008-04-17 | 4 | -71/+3 |
| | |||||
* | Bump versions. | Simon Josefsson | 2008-04-17 | 2 | -1/+6 |
| | |||||
* | (gnutls_x509_crt_get_key_usage): Doc fix. | Simon Josefsson | 2008-04-17 | 1 | -12/+12 |
| | |||||
* | Generated.gnutls_2_3_6 | Simon Josefsson | 2008-04-17 | 1 | -0/+180 |
| | |||||
* | Version 2.3.6. | Simon Josefsson | 2008-04-17 | 1 | -1/+1 |
| | |||||
* | Link errcodes with gnulib. | Simon Josefsson | 2008-04-17 | 1 | -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 Josefsson | 2008-04-17 | 1 | -0/+7 |
| | |||||
* | Add. | Simon Josefsson | 2008-04-17 | 1 | -0/+4 |
| | |||||
* | Merge branch 'master' of ssh://jas@git.sv.gnu.org/srv/git/gnutls | Simon Josefsson | 2008-04-17 | 2 | -2/+18 |
|\ | |||||
| * | Merge branch 'master' of ssh://civodul@git.savannah.gnu.org/srv/git/gnutls | Ludovic Courtès | 2008-04-17 | 109 | -1896/+13771 |
| |\ | | | | | | | | | | | | | | | | Conflicts: configure.in | ||||
| * | | Check whether `-fgnu89-inline' is supported before using it. | Ludovic Courtès | 2008-03-20 | 2 | -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 Josefsson | 2008-04-17 | 1 | -2/+3 |
| | | | |||||
* | | | Doc fix (gtk-doc warning). | Simon Josefsson | 2008-04-17 | 1 | -1/+2 |
| | | | |||||
* | | | Fix gtk-doc warning about duplicate RSA namespace. | Simon Josefsson | 2008-04-17 | 1 | -2/+2 |
| | | | |||||
* | | | Fix warning. | Simon Josefsson | 2008-04-17 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Add opencdk directory as dependency. | Simon Josefsson | 2008-04-17 | 1 | -0/+1 |
| | | |||||
* | | Fix --source-dir to only cover lib/, libextra/ and includes/. | Simon Josefsson | 2008-04-17 | 1 | -1/+1 |
| | | |||||
* | | Simplify cdk handling. | Simon Josefsson | 2008-04-17 | 1 | -3/+2 |
| | | |||||
* | | Discuss OpenCDK better. | Simon Josefsson | 2008-04-17 | 1 | -10/+7 |
| | | |||||
* | | No need for external opencdk. | Simon Josefsson | 2008-04-17 | 1 | -4/+0 |
| | | |||||
* | | Remove code to link with external opencdk. | Simon Josefsson | 2008-04-17 | 3 | -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 Josefsson | 2008-04-17 | 1 | -2/+1 |
| | | |||||
* | | Remove all uses of gnutls_alloca/gnutls_afree. | Simon Josefsson | 2008-04-17 | 13 | -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 Josefsson | 2008-04-17 | 1 | -2/+2 |
| | | |||||
* | | Add. | Simon Josefsson | 2008-04-17 | 1 | -0/+1 |
| | | |||||
* | | Add. | Simon Josefsson | 2008-04-17 | 1 | -0/+1 |
| | |