summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add LIB_CLOCK_GETTIME to crywrapGustavo Zacarias2013-12-271-0/+1
* corrected key ID size checkNikos Mavrogiannopoulos2013-12-231-1/+1
* compile libopts as a libtool librarygnutls_3_1_17Nikos Mavrogiannopoulos2013-11-232-5/+5
* corrected pathNikos Mavrogiannopoulos2013-11-231-1/+1
* doc updateNikos Mavrogiannopoulos2013-11-161-1/+1
* Check for overflows when setting time and allow a time of -1.Nikos Mavrogiannopoulos2013-11-163-4/+24
* corrected bug in gnutls-cli when used on IPv6 addresses.Nikos Mavrogiannopoulos2013-11-141-10/+10
* updated for new liboptsNikos Mavrogiannopoulos2013-11-101-10/+13
* updated liboptsNikos Mavrogiannopoulos2013-11-1037-966/+1210
* Distribute the autogen'erated files as .bak and enable them only if local lib...Nikos Mavrogiannopoulos2013-11-1020-18641/+0
* doc updateNikos Mavrogiannopoulos2013-11-101-0/+4
* Read GNUTLS_PKCS11_PIN environment variable.Nikos Mavrogiannopoulos2013-11-101-2/+14
* removed unused variableNikos Mavrogiannopoulos2013-11-101-1/+0
* Do not print private key parameters when exporting an encrypted private key.Nikos Mavrogiannopoulos2013-11-021-2/+5
* corrected type of path_lenNikos Mavrogiannopoulos2013-10-211-1/+1
* autogen'ed files updateNikos Mavrogiannopoulos2013-10-042-594/+169
* Fix srptool issuesAttila Molnar2013-10-041-2/+1
* Fix srptool issuesAttila Molnar2013-10-042-1/+3
* removed unused codeNikos Mavrogiannopoulos2013-08-041-41/+0
* Do not try to parse arbitrary objects as certificates.Nikos Mavrogiannopoulos2013-08-031-5/+6
* updated autogen generated filesNikos Mavrogiannopoulos2013-06-012-254/+778
* updated libopts' generated filesNikos Mavrogiannopoulos2013-05-2918-2892/+8153
* updated liboptsNikos Mavrogiannopoulos2013-05-2958-4771/+7407
* 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
* break the loop when a SIGALRM has been receivedNikos Mavrogiannopoulos2013-05-191-2/+3
* print message on certificate verificationNikos Mavrogiannopoulos2013-05-111-0/+4
* set the key purpose in certificate requestsNikos Mavrogiannopoulos2013-05-023-6/+11
* read_yesno() accepts a default value. By default certificates are marked as o...Nikos Mavrogiannopoulos2013-04-274-25/+30
* print the signatures used.Nikos Mavrogiannopoulos2013-04-041-0/+12
* corrected issue in ecccertfile optionNikos Mavrogiannopoulos2013-04-021-1/+1
* 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
* certtool's --to-p12 will now ask for a password to generate PKCS #12 files.Nikos Mavrogiannopoulos2013-02-101-2/+14
* Applied disable SNI patch from Daniel.Nikos Mavrogiannopoulos2013-02-014-35/+68
* Corrected issue in gnutls-cli-debug which tried connections to multiple hosts.Nikos Mavrogiannopoulos2013-01-291-2/+3
* Updated ranges patch.Nikos Mavrogiannopoulos2013-01-236-99/+133