summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Ignore non-fatal handshake alerts.Nikos Mavrogiannopoulos2013-09-081-3/+2
* Avoid using gnulib's error()Nikos Mavrogiannopoulos2013-09-0210-285/+1055
* remove ifdefs for session ticketsNikos Mavrogiannopoulos2013-08-251-4/+0
* included programs no longer depend on GPL/LGPLv3 elements of gnulib to preven...Nikos Mavrogiannopoulos2013-08-0512-28/+5
* gnulib only contains lgplv2 modulesNikos Mavrogiannopoulos2013-08-0511-22/+0
* removed unused codeNikos Mavrogiannopoulos2013-08-031-41/+0
* Do not try to parse arbitrary objects as certificates.Nikos Mavrogiannopoulos2013-08-031-5/+6
* do not require localtimeNikos Mavrogiannopoulos2013-08-031-1/+3
* Applied Bruce Korb's fix on unacceptable chars.Nikos Mavrogiannopoulos2013-07-251-4/+4
* Revert "Ignore non-ascii characters in configuration file."Nikos Mavrogiannopoulos2013-07-251-2/+1
* Ignore non-ascii characters in configuration file.Nikos Mavrogiannopoulos2013-07-241-1/+2
* gnutls-cli -l prints the supported digest algorithms as well.Nikos Mavrogiannopoulos2013-07-131-0/+14
* Fix for NetBSD systems that do not have CLOCK_PROCESS_CPUTIME_ID. Patch by Th...Nikos Mavrogiannopoulos2013-07-091-1/+1
* make sure that a valid number of days is enteredNikos Mavrogiannopoulos2013-07-061-3/+10
* removed unused varNikos Mavrogiannopoulos2013-06-101-1/+1
* updated tpmtool auto-gen'ed filesNikos Mavrogiannopoulos2013-06-102-254/+778
* crywrap: Use the libidn pkg-config include and lib pathsMartin Storsjo2013-06-061-2/+2
* avoid struct sigaction in win32Nikos Mavrogiannopoulos2013-06-021-0/+2
* use sigaction instead of signal in gnutls-cliNikos Mavrogiannopoulos2013-05-211-1/+6
* Revert "break the loop when a SIGALRM has been received"Nikos Mavrogiannopoulos2013-05-211-3/+2
* relax check on requirement on headers for libopts. Reported by Mark Brand.Nikos Mavrogiannopoulos2013-05-211-1/+1
* break the loop when a SIGALRM has been receivedNikos Mavrogiannopoulos2013-05-181-2/+3
* configure proceeds if regex library isn't foundNikos Mavrogiannopoulos2013-05-181-1/+4
* print message on certificate verificationNikos Mavrogiannopoulos2013-05-111-0/+4
* applied libregex patchNikos Mavrogiannopoulos2013-05-101-1/+2
* corrected API usage.Nikos Mavrogiannopoulos2013-05-051-1/+1
* Improved ALPN support in gnutls-cliNikos Mavrogiannopoulos2013-05-055-607/+623
* updated libopts generated files.Nikos Mavrogiannopoulos2013-05-0518-2931/+8225
* updated libopts to autogen 5.17.3Nikos Mavrogiannopoulos2013-05-0558-4770/+7402
* Added --alpn option to cliNikos Mavrogiannopoulos2013-05-052-0/+13
* set the key purpose in certificate requestsNikos Mavrogiannopoulos2013-05-023-6/+11
* Avoid linking the library on librt.Nikos Mavrogiannopoulos2013-04-283-7/+14
* read_yesno() accepts a default value. By default certificates are marked as o...Nikos Mavrogiannopoulos2013-04-274-25/+30
* updated benchmark outputNikos Mavrogiannopoulos2013-04-244-53/+60
* nettle 2.7 is requiredNikos Mavrogiannopoulos2013-04-141-4/+0
* renamed HAVE_UMAC -> HAVE_NETTLE27Nikos Mavrogiannopoulos2013-04-121-0/+4
* Added ESTREAM salsa20 cipher.Nikos Mavrogiannopoulos2013-04-121-0/+6
* removed the RSA-EXPORT checksNikos Mavrogiannopoulos2013-04-093-107/+6
* print the signatures used.Nikos Mavrogiannopoulos2013-04-041-0/+12
* corrected issue in ecccertfile optionNikos Mavrogiannopoulos2013-04-021-1/+1
* use clock_gettime when we canNikos Mavrogiannopoulos2013-03-191-0/+5
* removed R20Nikos Mavrogiannopoulos2013-03-191-2/+2
* Salsa20R20 -> Salsa20Nikos Mavrogiannopoulos2013-03-191-6/+6
* The HMAC subsystem can now be used for other MAC algorithms, like UMAC. UMAC-...Nikos Mavrogiannopoulos2013-03-192-23/+17
* use RSA ciphersuite to compare ciphers.Nikos Mavrogiannopoulos2013-03-171-5/+18
* Added salsa20 cipher, and ciphersuites.Nikos Mavrogiannopoulos2013-03-172-8/+17
* gnutls-serv may run without certificate, but will issue a warningNikos Mavrogiannopoulos2013-03-141-2/+1
* gnutls-serv issues an error if no certificate and key pair was set.Nikos Mavrogiannopoulos2013-03-141-27/+51
* Added several ifdefs to avoid using disabled code.Nikos Mavrogiannopoulos2013-03-133-1/+12
* Added gnutls_session_get_desc()Nikos Mavrogiannopoulos2013-03-121-0/+5