summaryrefslogtreecommitdiff
path: root/src/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* p11tool: auto-generate the list of PKCS#11 mechanisms from p11-kitNikos Mavrogiannopoulos2017-08-041-4/+9
* ocsptool: added --load-chain optionNikos Mavrogiannopoulos2017-06-191-1/+1
* Do not add cli-args.h to cli-args.stamp Makefile targetAlexander Kanavin2016-12-161-1/+1
* src: clean all stamp files on 'make clean'Nikos Mavrogiannopoulos2016-12-051-0/+3
* tools: use stamp files to allow parallel build of autogen filesNikos Mavrogiannopoulos2016-11-291-22/+53
* tools: Use correct include dir with minitasnJussi Kukkonen2016-08-311-0/+1
* tools: TLS handling has been incorporated into socket_open()Nikos Mavrogiannopoulos2016-07-261-2/+1
* certtool: added the ability to encode arbitrary extensionsNikos Mavrogiannopoulos2016-07-141-9/+16
* crywrap: was removed from gnutls toolsNikos Mavrogiannopoulos2016-04-091-4/+0
* src: added systemkey-args to BUILT_SOURCESNikos Mavrogiannopoulos2016-02-181-1/+1
* certtool: the --generate-dh-params option can be combined with --provableNikos Mavrogiannopoulos2016-02-111-1/+1
* build: fix make distclean by including src/gl only onceNikos Mavrogiannopoulos2015-12-151-1/+2
* tools: don't compile tpmtool if PKCS11 is disabledNikos Mavrogiannopoulos2015-12-011-3/+5
* libopts: fixed the reading of the --enable-local-libopts flagNikos Mavrogiannopoulos2015-04-201-7/+8
* danetool: only compile when dane is enabledNikos Mavrogiannopoulos2015-01-061-0/+2
* completely separated the two gnulibs to avoid conflictsNikos Mavrogiannopoulos2014-12-231-2/+0
* renamed systemkey-tool to systemkey, and don't install it by defaultNikos Mavrogiannopoulos2014-11-231-5/+5
* Added API to read/write/delete key-cert pairs (limited to windows for now)Nikos Mavrogiannopoulos2014-11-191-0/+17
* tools: use idna_to_ascii_8z() to convert internationalized hostnamesNikos Mavrogiannopoulos2014-08-231-5/+5
* danetool: if the certificate to verify against is not provide it try to obtai...Nikos Mavrogiannopoulos2014-08-081-1/+1
* Do not run autogen twice to generate the header files.Nikos Mavrogiannopoulos2014-05-061-9/+19
* use the same cflags for included programs as with library.Nikos Mavrogiannopoulos2014-04-151-10/+0
* Fix build failures on autogen'ed docsKevin Cernekee2014-03-081-20/+20
* use psktool-argsNikos Mavrogiannopoulos2014-03-071-2/+2
* Rename psk-args.def to psktool-args.defKevin Cernekee2014-03-071-2/+2
* more gl updatesNikos Mavrogiannopoulos2014-03-041-1/+1
* changes for new gnulib in src/Nikos Mavrogiannopoulos2014-03-041-1/+2
* use a single BUILT_SOURCESNikos Mavrogiannopoulos2013-12-141-3/+0
* Added auto-generated files in BUILT_SOURCESNikos Mavrogiannopoulos2013-12-141-0/+7
* link all programs with libgnu_gpl to avoid conflicts from header files.Nikos Mavrogiannopoulos2013-11-211-11/+11
* use the AUTOGEN variableNikos Mavrogiannopoulos2013-11-211-10/+10
* use libtool to generate liboptsNikos Mavrogiannopoulos2013-11-211-1/+1
* corrected libopts patchNikos Mavrogiannopoulos2013-11-211-1/+1
* Added activation_date and expiration_date options to certtool template file.Nikos Mavrogiannopoulos2013-11-161-8/+10
* Added a gnulib with GPL components for use by applications.Nikos Mavrogiannopoulos2013-11-161-3/+3
* If autogen and libopts are present then use the system's libopts.Nikos Mavrogiannopoulos2013-11-051-10/+13
* small changes prior to releasegnutls_3_2_5Nikos Mavrogiannopoulos2013-10-231-1/+1
* libopts is linked prior to libgnu to solve issue in win32. Initial patch by T...Nikos Mavrogiannopoulos2013-09-091-19/+19
* changes to avoid compilation of programs that cannot be.Nikos Mavrogiannopoulos2013-03-031-22/+32
* Added --cprint option to certtoolNikos Mavrogiannopoulos2013-01-211-1/+1
* build: add danetool-args.c to BUILT_SOURCESAlon Bar-Lev2013-01-201-1/+1
* danetool is being built even without libgnutls-dane.Nikos Mavrogiannopoulos2012-11-211-6/+3
* gnutls-cli-debug uses server name indication.Nikos Mavrogiannopoulos2012-11-071-1/+1
* Added --check option to danetool.Nikos Mavrogiannopoulos2012-11-011-0/+1
* Separated DANE functionality from certtool and added danetool.Nikos Mavrogiannopoulos2012-10-121-0/+22
* Updates in DANE support. Allow caching of queries.Nikos Mavrogiannopoulos2012-10-101-1/+1
* Added a DANE library.Nikos Mavrogiannopoulos2012-10-061-0/+4
* All external libraries that were in LDFLAGS are moved into LIBADD/LDADD.Nikos Mavrogiannopoulos2012-09-251-13/+15
* Link srptool with libintl. Suggested by B. Scott Michel.Nikos Mavrogiannopoulos2012-08-151-1/+1
* Eliminated p11common.c.Nikos Mavrogiannopoulos2012-07-201-11/+7