summaryrefslogtreecommitdiff
path: root/extra
Commit message (Collapse)AuthorAgeFilesLines
* build: re-indent codeDaiki Ueno2023-04-244-352/+338
| | | | Signed-off-by: Daiki Ueno <ueno@gnu.org>
* Indent codeZoltan Fridrich2023-01-274-123/+86
| | | | | Co-authored-by: Simon Josefsson <simon@josefsson.org> Signed-off-by: Zoltan Fridrich <zfridric@redhat.com>
* Replace FSF snail mail addresses with URLStefan Kangas2022-12-274-13/+4
| | | | | | | This is the latest recommendation, as described here: https://www.gnu.org/licenses/gpl-howto.html Signed-off-by: Stefan Kangas <stefankangas@gmail.com>
* Handle all cases of calloc returning NULL.Tobias Heider2022-03-141-0/+12
| | | | Signed-off-by: Tobias Heider <tobias.heider@canonical.com>
* libgnutls-openssl: Clean up list of exported symbolsAndreas Metzler2020-12-291-1/+2
| | | | Signed-off-by: Andreas Metzler <ametzler@bebt.de>
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-132-2/+2
| | | | Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
* Use NORMAL priority for SSLv23_*_method.Andreas Metzler2017-04-031-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 bindirNikos Mavrogiannopoulos2016-10-051-1/+1
| | | | Suggested by Eli Zaretskii.
* Fixed the version in libgnutls-openssl.def fileNikos Mavrogiannopoulos2016-10-051-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 headersNikos Mavrogiannopoulos2016-05-101-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 filenamesNikos Mavrogiannopoulos2015-08-231-1/+1
|
* reindented codeNikos Mavrogiannopoulos2013-11-084-795/+727
|
* Add NETTLE_CFLAGS in makefilesMartin Storsjo2013-06-061-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 APINikos Mavrogiannopoulos2013-05-251-14/+12
|
* All external libraries that were in LDFLAGS are moved into LIBADD/LDADD.Nikos Mavrogiannopoulos2012-09-251-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 commentsPatrick Pelletier2012-01-241-2/+2
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Collapse and cleanup copyright information.Simon Josefsson2012-01-166-10/+6
|
* Run 'make update-copyright'.Simon Josefsson2012-01-166-10/+8
|
* undefine possible system macros.Nikos Mavrogiannopoulos2011-12-301-0/+2
|
* Add dependencies from the def files to the libraries that generate themMartin Storsjo2011-11-161-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 Josefsson2011-11-082-58/+0
|
* more builddir fixes by David Hoyt.Nikos Mavrogiannopoulos2011-10-221-1/+4
|
* removed more extra.h leftovers.Nikos Mavrogiannopoulos2011-10-211-93/+0
|
* libgnutls-extra is no more.Nikos Mavrogiannopoulos2011-10-209-0/+1704