summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* link with libdl when trousers is enabled; reported by Andreas SchneiderNikos Mavrogiannopoulos2015-11-181-0/+4
* Backported new verification functions for clients from 3.5.x branchNikos Mavrogiannopoulos2015-10-071-1/+1
* TPM: don't link to trousers, use dlopen()Nikos Mavrogiannopoulos2015-07-131-1/+1
* bundle inet_ntop in systems that don't have itNikos Mavrogiannopoulos2015-02-281-1/+1
* Removed binary compatibility with RSA-EXPORT using applicationsNikos Mavrogiannopoulos2014-12-031-1/+1
* gnutls_priority_string_list: allow printing the special keywords as well.Nikos Mavrogiannopoulos2014-11-211-1/+1
* separated system-keys implementationsNikos Mavrogiannopoulos2014-11-211-1/+7
* prior to importing objects with URLs sanitize themNikos Mavrogiannopoulos2014-11-201-1/+1
* Added API to read/write/delete key-cert pairs (limited to windows for now)Nikos Mavrogiannopoulos2014-11-191-1/+2
* Added gnutls_memcmp() and exported it.Nikos Mavrogiannopoulos2014-11-111-1/+1
* check and use libnsl (used in solaris)Nikos Mavrogiannopoulos2014-10-231-1/+1
* added gnutls_pkcs11_copy_attached_extension()Nikos Mavrogiannopoulos2014-09-121-1/+1
* allow retrieving extensions in a trust module using GNUTLS_PKCS11_OBJ_FLAG_OV...Nikos Mavrogiannopoulos2014-09-111-1/+1
* Added support for RFC6125 hostname comparisonNikos Mavrogiannopoulos2014-08-201-0/+4
* Use pthread_atfork() and variants to detect forkNikos Mavrogiannopoulos2014-07-291-1/+1
* Added replacements of inet_aton and inet_pton on systems they are not presentNikos Mavrogiannopoulos2014-07-281-1/+1
* removed file from Makefile that doesn't existNikos Mavrogiannopoulos2014-04-191-1/+1
* Use a harder to optimize out memset().Nikos Mavrogiannopoulos2014-04-181-2/+3
* removed double entryNikos Mavrogiannopoulos2014-04-091-2/+1
* avoid checking or linking with libpthread in windowsNikos Mavrogiannopoulos2014-04-081-1/+5
* ship the gperf file and the generated one.Nikos Mavrogiannopoulos2014-03-191-2/+4
* The xssl experimental library was removed.Nikos Mavrogiannopoulos2014-03-101-16/+0
* xssl compilation fix; patch by Colin LeroyNikos Mavrogiannopoulos2014-03-061-1/+1
* compile missing fileNikos Mavrogiannopoulos2014-01-271-1/+1
* Use gperf to find priority string options.Nikos Mavrogiannopoulos2014-01-131-1/+4
* export only xssl symbols; small patch by Andreas Metzler.Nikos Mavrogiannopoulos2013-12-281-1/+1
* Improved nettle check for registration of accelerated ciphers.Nikos Mavrogiannopoulos2013-12-211-5/+1
* simplified depsNikos Mavrogiannopoulos2013-12-201-2/+1
* libtasn1 generated files are set in BUILT_SOURCESNikos Mavrogiannopoulos2013-12-201-1/+3
* the accelerated library is depending on nettle being presentNikos Mavrogiannopoulos2013-12-171-2/+10
* compacted DH support files.Nikos Mavrogiannopoulos2013-11-281-1/+1
* Updated FIPS140 initialization and added a self test for it.Nikos Mavrogiannopoulos2013-11-271-0/+4
* Added support for fips states.Nikos Mavrogiannopoulos2013-11-271-2/+2
* Self checks are conditionally included in the library.Nikos Mavrogiannopoulos2013-11-271-2/+5
* Added self tests on RSA, DSA, and ECDSA key usage.Nikos Mavrogiannopoulos2013-11-271-1/+1
* Added self testsNikos Mavrogiannopoulos2013-11-271-1/+2
* Do not link gnutls against librt unlress it is really necessary.Nikos Mavrogiannopoulos2013-11-261-1/+5
* Improvements in PKCS #11 support.Nikos Mavrogiannopoulos2013-11-091-1/+2
* included programs no longer depend on GPL/LGPLv3 elements of gnulib to preven...Nikos Mavrogiannopoulos2013-08-051-1/+1
* correctly link with librt when needed.Nikos Mavrogiannopoulos2013-07-291-1/+1
* link with libiconv when needed.Nikos Mavrogiannopoulos2013-07-291-1/+2
* Link with librt when needed. Reported by Joern Clausen.Nikos Mavrogiannopoulos2013-07-151-1/+1
* Revert "Add nettle dependencies to libcrypto.la"Nikos Mavrogiannopoulos2013-06-191-0/+1
* Add NETTLE_CFLAGS in makefilesMartin Storsjo2013-06-061-1/+1
* Add nettle dependencies to libcrypto.laNikos Mavrogiannopoulos2013-06-031-1/+0
* Directly link to gmp library. Based on original patch by Alon Bar-Lev <alon.b...Nikos Mavrogiannopoulos2013-06-021-1/+1
* use pkg-config to detect nettleNikos Mavrogiannopoulos2013-05-311-1/+1
* Removed the RSA-EXPORT ciphersuites.Nikos Mavrogiannopoulos2013-04-071-1/+1
* some simplifications in gnutls_x509_trust_list_add_system_trust()Nikos Mavrogiannopoulos2013-03-021-1/+1
* Fixed compilation of mini-xssl.Nikos Mavrogiannopoulos2013-01-291-1/+1