summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* removed unneeded codeNikos Mavrogiannopoulos2013-03-111-5/+0
* When requesting DANE data resolve a service name into a port number. Reported...Nikos Mavrogiannopoulos2013-03-101-2/+24
* updates in danetoolNikos Mavrogiannopoulos2013-03-074-57/+107
* updated example template.Nikos Mavrogiannopoulos2013-03-073-3/+3
* Removed unused code.Nikos Mavrogiannopoulos2013-03-051-4/+0
* changes to avoid compilation of programs that cannot be.Nikos Mavrogiannopoulos2013-03-031-22/+32
* Use ARCFOUR cipher by default to be compatible with devices like android that...Nikos Mavrogiannopoulos2013-03-011-1/+1
* Added verify flags for DANE to enforce verification and restrict it to a field.Nikos Mavrogiannopoulos2013-03-014-148/+221
* use set_int when neededNikos Mavrogiannopoulos2013-02-181-1/+1
* cleaned up the PIN calling in TPMNikos Mavrogiannopoulos2013-02-161-2/+6
* Added convenience functions to avoid ugly casting in simple programs.Nikos Mavrogiannopoulos2013-02-162-6/+2