Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use https:// for www.gnu.org and www.example.com | Tim Rühsen | 2019-03-13 | 2 | -2/+2 |
| | | | | Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de> | ||||
* | Use NORMAL priority for SSLv23_*_method. | Andreas Metzler | 2017-04-03 | 1 | -2/+2 |
| | | | | | | | Instead of enforcing TLS1.0/SSL3.0 use gnutls NORMAL priority for SSLv23_*_methods. http://bugs.debian.org/857436 | ||||
* | win32: install the .def files in libdir instead of bindir | Nikos Mavrogiannopoulos | 2016-10-05 | 1 | -1/+1 |
| | | | | Suggested by Eli Zaretskii. | ||||
* | Fixed the version in libgnutls-openssl.def file | Nikos Mavrogiannopoulos | 2016-10-05 | 1 | -3/+3 |
| | | | | | Previously the version set in that file would have been (incorrectly) equal to the version of the main library. | ||||
* | openssl_compat: removed unneeded headers | Nikos Mavrogiannopoulos | 2016-05-10 | 1 | -2/+0 |
| | | | | | These headers have been renamed, but they were not necessary for this module's compilation. Report/Patch by Andreas Metzler. | ||||
* | Makefiles: updated for new filenames | Nikos Mavrogiannopoulos | 2015-08-23 | 1 | -1/+1 |
| | |||||
* | reindented code | Nikos Mavrogiannopoulos | 2013-11-08 | 4 | -795/+727 |
| | |||||
* | Add NETTLE_CFLAGS in makefiles | Martin Storsjo | 2013-06-06 | 1 | -1/+1 |
| | | | | | | | | This is required for using nettle/memxor.h, which now is included implicitly via gnutls_int.h, if the nettle include directories aren't in one of the compiler standard paths. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||||
* | modified openssl compat API to use the exported API | Nikos Mavrogiannopoulos | 2013-05-25 | 1 | -14/+12 |
| | |||||
* | All external libraries that were in LDFLAGS are moved into LIBADD/LDADD. | Nikos Mavrogiannopoulos | 2012-09-25 | 1 | -2/+4 |
| | | | | | It also fixes order within LIBADD/LDADD so that libtool objects go first. Patch by Bartosz Brachaczek. | ||||
* | Fix up some typos and obsolete comments | Patrick Pelletier | 2012-01-24 | 1 | -2/+2 |
| | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||||
* | Collapse and cleanup copyright information. | Simon Josefsson | 2012-01-16 | 6 | -10/+6 |
| | |||||
* | Run 'make update-copyright'. | Simon Josefsson | 2012-01-16 | 6 | -10/+8 |
| | |||||
* | undefine possible system macros. | Nikos Mavrogiannopoulos | 2011-12-30 | 1 | -0/+2 |
| | |||||
* | Add dependencies from the def files to the libraries that generate them | Martin Storsjo | 2011-11-16 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | This avoids build failures in parallel builds, where builds could fail with this error message: make[2]: *** No rule to make target `libgnutls-26.def', needed by `all-am'. Stop. There is no direct rules that generate it, but it is generated as a byproduct when building libgnutls.la. By marking the la file as a dependency, make won't bail out by not finding the file until that dependency is built, and at that point, the def file exists. Signed-off-by: Simon Josefsson <simon@josefsson.org> | ||||
* | Remove obsolete libgnutls-extra stuff. | Simon Josefsson | 2011-11-08 | 2 | -58/+0 |
| | |||||
* | more builddir fixes by David Hoyt. | Nikos Mavrogiannopoulos | 2011-10-22 | 1 | -1/+4 |
| | |||||
* | removed more extra.h leftovers. | Nikos Mavrogiannopoulos | 2011-10-21 | 1 | -93/+0 |
| | |||||
* | libgnutls-extra is no more. | Nikos Mavrogiannopoulos | 2011-10-20 | 9 | -0/+1704 |