summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Added the SYSTEM priority string initial keyword.Nikos Mavrogiannopoulos2014-01-141-0/+10
| | | | | | That allows a compile-time specified configuration file to be used to read the priorities. That can be used to impose system specific policies.
* Updated PKCS #11 support for gnutls_x509_trust_list_add_trust_file().Nikos Mavrogiannopoulos2014-01-021-3/+3
| | | | | | It will now use the PKCS #11 trust URL while verifying instead of importing all CAs. That way it allows verification on the spot without requiring the gnutls to restart in case of a blacklisted CA.
* Ported Alon's patch to correctly check for librt (et al.)Nikos Mavrogiannopoulos2013-12-231-39/+43
| | | | This also makes clock_gettime() check independent of the FIPS140 option.
* Added configure option --with-default-blacklist-fileNikos Mavrogiannopoulos2013-12-161-0/+10
| | | | This option allows to specify a file containing blacklisted certificates.
* Avoided gnu-ism in MakefilesNikos Mavrogiannopoulos2013-12-121-0/+4
|
* only use LT_INITNikos Mavrogiannopoulos2013-12-061-3/+1
|
* disable static library build by defaultNikos Mavrogiannopoulos2013-12-061-0/+1
|
* Merged the FIPS140-2 support code.Nikos Mavrogiannopoulos2013-11-301-1/+49
|\ | | | | | | | | | | Conflicts: lib/gnutls_global.c tests/mini-overhead.c
| * Do not link gnutls against librt unlress it is really necessary.Nikos Mavrogiannopoulos2013-11-271-0/+1
| |
| * checks FIPS-140 lib requirements, moved after clock_gettime() is checked for.Nikos Mavrogiannopoulos2013-11-271-42/+43
| |
| * Added option to disable the non-SuiteB curves (i.e., the SECP 192R1 and ↵Nikos Mavrogiannopoulos2013-11-271-0/+8
| | | | | | | | 224R1 curves).
| * Added DRBG submitted to nettle in gnutls.Nikos Mavrogiannopoulos2013-11-271-1/+1
| |
| * Ported libgcrypt's AES-based DRBG.Nikos Mavrogiannopoulos2013-11-271-0/+6
| |
| * Updated FIPS140 initialization and added a self test for it.Nikos Mavrogiannopoulos2013-11-271-2/+14
| |
| * Added support for fips states.Nikos Mavrogiannopoulos2013-11-271-0/+11
| | | | | | | | | | | | | | | | | | | | | | This implies that when in FIPS mode and the library is not in operational state (i.e., all self checks succeeded), crypto functionality of the library will fail. This includes: * API functions of gnutls/crypto.h * API functions of gnutls/abstract.h * API functions of gnutls/x509.h * gnutls_init() * API functions of gnutls/xssl.h
| * Self checks are conditionally included in the library.Nikos Mavrogiannopoulos2013-11-271-0/+9
| |
* | remove bashism.Nikos Mavrogiannopoulos2013-11-301-1/+1
|/
* check for alternative unbound root key files.Nikos Mavrogiannopoulos2013-11-271-1/+5
|
* Do not link gnutls against librt unlress it is really necessary.Nikos Mavrogiannopoulos2013-11-261-0/+2
| | | | | | Conflicts: configure.ac lib/Makefile.am
* updated e-mail addressNikos Mavrogiannopoulos2013-11-241-2/+1
|
* Updated manpage generation (and information stored to it).Nikos Mavrogiannopoulos2013-11-241-0/+1
|
* Corrected check of usage of local libopts when autogen isn't presentNikos Mavrogiannopoulos2013-11-231-5/+7
|
* bumped versionNikos Mavrogiannopoulos2013-11-161-1/+1
|
* Added a gnulib with GPL components for use by applications.Nikos Mavrogiannopoulos2013-11-161-0/+4
|
* print whether the local libopts or libtasn1 are being used.Nikos Mavrogiannopoulos2013-11-131-1/+4
|
* reduced the stack size warning size.Nikos Mavrogiannopoulos2013-11-101-1/+1
|
* simplified checksNikos Mavrogiannopoulos2013-11-101-2/+2
|
* test before copyNikos Mavrogiannopoulos2013-11-091-1/+3
|
* stribute the autogen'erated files as .bak and enable them only if local ↵Nikos Mavrogiannopoulos2013-11-091-1/+5
| | | | libopts is being used.
* use srcdir as prefixNikos Mavrogiannopoulos2013-11-061-1/+1
|
* removed unneeded commandNikos Mavrogiannopoulos2013-11-061-1/+1
|
* print the flags used for liboptsNikos Mavrogiannopoulos2013-11-061-1/+1
|
* delete libopts generated files if system libopts is being usedNikos Mavrogiannopoulos2013-11-061-0/+4
|
* fixes in libopts compilationNikos Mavrogiannopoulos2013-11-061-0/+1
|
* If autogen and libopts are present then use the system's libopts.Nikos Mavrogiannopoulos2013-11-051-4/+9
|
* [PATCH] Update to use new p11-kit APIsStef Walter2013-10-311-2/+3
| | | | | | | Some of the older APIs were deprecated in order to support multiple callers of the same PKCS#11 module correctly. This increases the necessary p11-kit to 0.19.1 or later.
* bumped versionNikos Mavrogiannopoulos2013-10-301-1/+1
|
* we now explicitly check for librt.Nikos Mavrogiannopoulos2013-10-261-0/+4
|
* Support for TPM modules via trousers is now enabled by default.Nikos Mavrogiannopoulos2013-10-261-3/+3
|
* bumped versionNikos Mavrogiannopoulos2013-10-031-1/+1
|
* bumped versionNikos Mavrogiannopoulos2013-08-051-1/+1
|
* included programs no longer depend on GPL/LGPLv3 elements of gnulib to ↵Nikos Mavrogiannopoulos2013-08-051-2/+3
| | | | prevent their accidental inclusion in the library.
* do not require localtimeNikos Mavrogiannopoulos2013-08-031-1/+1
|
* Correctly report unicode status in win32 APINikos Mavrogiannopoulos2013-07-291-0/+7
|
* link with libiconv when needed.Nikos Mavrogiannopoulos2013-07-291-0/+6
|
* Removed LGPLv3 gnulib components.Nikos Mavrogiannopoulos2013-07-291-1/+5
| | | | This removes the gnulib iconv, and uses libc or libiconv if needed.
* bumped versionNikos Mavrogiannopoulos2013-07-281-1/+1
|
* corrected guile-site-dir option. Patch by Steve Erhart.Nikos Mavrogiannopoulos2013-07-281-1/+1
|
* Check for nanosleep in librt, when not in libc. Reported by Joern Clausen.Nikos Mavrogiannopoulos2013-07-131-1/+5
|
* bumped versionNikos Mavrogiannopoulos2013-07-091-1/+1
|