summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gnutls-cli will no longer allow the session to proceed if DANE verification f...Nikos Mavrogiannopoulos2014-04-191-4/+5
* Both DANE and PKI verification are advisory when --tofu is being used.Nikos Mavrogiannopoulos2014-04-182-41/+48
* doc updateNikos Mavrogiannopoulos2014-04-171-1/+1
* documentation update.Nikos Mavrogiannopoulos2014-04-171-2/+2
* Do not print certificates twice.Nikos Mavrogiannopoulos2014-04-171-2/+0
* Updated TOFU documentation. Suggested by Jens Lechtenboerger.Nikos Mavrogiannopoulos2014-04-171-1/+1
* added newlines to p11tool error messagesNikos Mavrogiannopoulos2014-04-171-5/+5
* several bug fixes in certtool.Nikos Mavrogiannopoulos2014-04-152-12/+12
* use the same cflags for included programs as with library.Nikos Mavrogiannopoulos2014-04-151-10/+0
* Added the PFS priority string.Nikos Mavrogiannopoulos2014-04-141-2/+2
* Added bind gnulib module.Nikos Mavrogiannopoulos2014-04-094-2/+68
* Added connect gnulib module.Nikos Mavrogiannopoulos2014-04-094-2/+75
* Replaced gnutls_certificate_verify_peers3() with the extendable gnutls_certif...Nikos Mavrogiannopoulos2014-04-094-6/+22
* Allow using the --provider parameter in gnutls-cli and certtool to specify a ...Nikos Mavrogiannopoulos2014-04-055-3/+58
* changed the behavior in certtool's PKCS #8 key export with no passwordNikos Mavrogiannopoulos2014-04-034-5/+22
* Updated documentation on null-password and password options of certtool.Nikos Mavrogiannopoulos2014-04-031-2/+2
* Combined the code to set CRL next update with certificate expiration date.Nikos Mavrogiannopoulos2014-04-024-29/+19
* corrected typoNikos Mavrogiannopoulos2014-04-021-1/+1
* improved error messageNikos Mavrogiannopoulos2014-04-021-1/+1
* When a CRL serial number is not specified, generate a time-based one.Nikos Mavrogiannopoulos2014-04-024-25/+28
* fixes for 'medium' levelNikos Mavrogiannopoulos2014-03-262-2/+2
* the longer e-mail caused crash in autogen's manpage generationNikos Mavrogiannopoulos2014-03-201-1/+1
* Certtool can now write more than a single crl_dist_point.Nikos Mavrogiannopoulos2014-03-193-23/+39
* initialize pointerNikos Mavrogiannopoulos2014-03-121-1/+1
* serv.c Fix memory leak for *crtinfo pointer. The reference is lost if an allo...Luis G.F2014-03-121-3/+6
* use the number of seconds as serial in 32-bit systemsNikos Mavrogiannopoulos2014-03-111-2/+6
* more fixes due to clangNikos Mavrogiannopoulos2014-03-081-1/+1
* removed unused variables.Nikos Mavrogiannopoulos2014-03-081-6/+2
* Fix build failures on autogen'ed docsKevin Cernekee2014-03-081-20/+20
* updated gnulibKevin Cernekee2014-03-082-2/+3
* use psktool-argsNikos Mavrogiannopoulos2014-03-071-2/+2
* Rename psk-args.def to psktool-args.defKevin Cernekee2014-03-073-3/+3
* session tickets can be disabledNikos Mavrogiannopoulos2014-03-051-0/+4
* NEW_PADDING has been removed.Nikos Mavrogiannopoulos2014-03-051-1/+1
* Added getpass in src/glNikos Mavrogiannopoulos2014-03-0428-2/+2939
* more gl updatesNikos Mavrogiannopoulos2014-03-042-2/+1
* changes for new gnulib in src/Nikos Mavrogiannopoulos2014-03-041-1/+2
* added missing declarationNikos Mavrogiannopoulos2014-03-041-0/+1
* All socket options were moved to src/glNikos Mavrogiannopoulos2014-03-0487-2/+19607
* fixed more memory leaks in crywrapNikos Mavrogiannopoulos2014-03-031-0/+10
* addressed memory leak in crywrap.cNikos Mavrogiannopoulos2014-03-031-2/+4
* replace select() on windowsNikos Mavrogiannopoulos2014-03-021-13/+18
* updated gnulibNikos Mavrogiannopoulos2014-03-0192-160/+2035
* documented the defaultsNikos Mavrogiannopoulos2014-02-282-2/+2
* Add required prioritiesNikos Mavrogiannopoulos2014-02-281-4/+4
* New option --stricttofu for gnutls-cliJens Lechtenboerger2014-02-232-5/+20
* corrected email in texiNikos Mavrogiannopoulos2014-02-201-1/+1
* better error printingNikos Mavrogiannopoulos2014-02-191-140/+140
* removed debuggingNikos Mavrogiannopoulos2014-02-191-5/+0
* certtool allows setting name constraints.Nikos Mavrogiannopoulos2014-02-194-7/+118