summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Move IDNA functionality to str-idna.c from str-unicode.cNikos Mavrogiannopoulos2017-01-261-1/+1
* Add support for libidn2 (IDNA 2008 + TR46)Tim Rühsen2017-01-251-0/+4
* gl: removed iconv moduleNikos Mavrogiannopoulos2016-12-041-1/+1
* renamed system/iconv.c -> str-iconv.ctmp-idna-printNikos Mavrogiannopoulos2016-11-251-1/+1
* lib: added unistring sub-libraryNikos Mavrogiannopoulos2016-11-211-0/+7
* Added function for UTF-8 normalization based on RFC7613Nikos Mavrogiannopoulos2016-11-201-1/+5
* DH: export the FFDHE Diffie-Hellman valuesNikos Mavrogiannopoulos2016-10-141-1/+1
* lib: link with LTLIBDL instead of LIBDLNikos Mavrogiannopoulos2016-10-101-2/+2
* win32: install the .def files in libdir instead of bindirNikos Mavrogiannopoulos2016-10-051-1/+1
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-5/+5
* moved system-keys-win.c and system-key-dummy.c under system/Nikos Mavrogiannopoulos2016-07-271-2/+2
* split system.c to various files under system/Nikos Mavrogiannopoulos2016-07-271-3/+5
* Support TCP Fast OpenTim Ruehsen2016-07-261-1/+1
* dtls: imported Fridolin's DTLS sliding window implementationNikos Mavrogiannopoulos2016-07-131-1/+1
* dtls: moved DTLS window handling to separate fileNikos Mavrogiannopoulos2016-07-121-1/+1
* handshake: enhance same certificate checks to apply to PSK/SRP usernameNikos Mavrogiannopoulos2016-04-291-1/+1
* common.mk: corrected typo on LDFLAGS for coverageNikos Mavrogiannopoulos2016-04-121-1/+1
* configure: Add a code coverage optionNikos Mavrogiannopoulos2016-04-121-1/+1
* Makefile.am: moved common rules (AM_CFLAGS) to common.mkNikos Mavrogiannopoulos2016-04-121-4/+3
* ui.c -> fingerprint.cNikos Mavrogiannopoulos2015-12-311-1/+1
* split certificate credentials functions from ui.cNikos Mavrogiannopoulos2015-12-311-1/+2
* split dh API functions from ui.cNikos Mavrogiannopoulos2015-12-311-1/+1
* split randomart functionality from ui.cNikos Mavrogiannopoulos2015-12-311-1/+1
* helper.c -> file.cNikos Mavrogiannopoulos2015-12-301-2/+2
* link with libdl when trousers is enabled; reported by Andreas SchneiderNikos Mavrogiannopoulos2015-11-181-0/+4
* properly generate asn1_tab.cNikos Mavrogiannopoulos2015-09-121-3/+3
* Added simpler verification functions for clientsNikos Mavrogiannopoulos2015-08-241-1/+1
* Makefiles: updated for new filenamesNikos Mavrogiannopoulos2015-08-231-1/+1
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-36/+28
* Moved the PRF functions to prf.cNikos Mavrogiannopoulos2015-08-231-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