summaryrefslogtreecommitdiff
path: root/src/psk.c
Commit message (Expand)AuthorAgeFilesLines
* src: generate option handling code from JSONDaiki Ueno2022-01-141-1/+1
* psktool: tighten allocation checkDaiki Ueno2021-05-111-1/+5
* psktool: Fix hex-encoding logic of usernameDaiki Ueno2020-10-311-4/+11
* psktool: encode username if it contains special characterDaiki Ueno2020-10-301-32/+70
* build: write "FILE *fp" instead of "FILE *fd"tmp-fileioDaiki Ueno2020-05-301-23/+23
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* psktool: allow up to 512-byte keysNikos Mavrogiannopoulos2017-11-221-1/+1
* psktool: remove unused variablesNikos Mavrogiannopoulos2017-09-241-4/+2
* psktool: increased default key size to 256-bitsNikos Mavrogiannopoulos2017-06-051-1/+1
* psktool: do not assume any default key fileNikos Mavrogiannopoulos2017-06-051-4/+4
* clarify documentation and arguments for psktoolDaniel Kahn Gillmor2017-06-051-2/+2
* Mark with (void) the remove() function and other unchecked functionsNikos Mavrogiannopoulos2017-04-061-3/+3
* psktool: corrected resource leak on failureNikos Mavrogiannopoulos2014-09-171-0/+1
* Rename psk-args.def to psktool-args.defKevin Cernekee2014-03-071-1/+1
* reindented codeNikos Mavrogiannopoulos2013-11-081-208/+187
* Corrected possible buffer overruns in included programs and examples.Nikos Mavrogiannopoulos2013-10-091-3/+3
* included programs no longer depend on GPL/LGPLv3 elements of gnulib to preven...Nikos Mavrogiannopoulos2013-08-051-2/+0
* gnulib only contains lgplv2 modulesNikos Mavrogiannopoulos2013-08-051-2/+0
* removed unused functions.Nikos Mavrogiannopoulos2012-06-071-11/+0
* psktool also uses libopt.Nikos Mavrogiannopoulos2012-01-211-22/+27
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* simplified copyright years.Nikos Mavrogiannopoulos2011-11-111-1/+1
* extra.h is no more.Nikos Mavrogiannopoulos2011-10-201-1/+0
* gnutls/crypto.h no longer includes functions to register ciphers.Nikos Mavrogiannopoulos2011-06-021-1/+1
* Define variables within the intended scope (not windows). Based on patch by LRN.Nikos Mavrogiannopoulos2011-04-101-0/+2
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-19/+19
* Deprecate the netconf password and use a key only.Nikos Mavrogiannopoulos2010-11-191-41/+10
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-3/+3
* exported gnutls_rnd().Nikos Mavrogiannopoulos2010-06-031-1/+1
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-3/+3
* Fix license.Simon Josefsson2010-01-271-10/+11
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Indent code.Simon Josefsson2009-11-051-1/+1
* Several bug fixes by Fabian Keil (some were modified by me).Nikos Mavrogiannopoulos2009-07-151-0/+5
* Fix syntax-check warnings.Simon Josefsson2009-05-031-1/+4
* Use more warnings. Fix many warnings.Simon Josefsson2008-11-171-1/+3
* Use gnulib for --version.Simon Josefsson2008-09-011-23/+18
* Minor randomness API cleanups.Simon Josefsson2008-07-091-1/+1
* Indent code.Simon Josefsson2008-07-021-4/+3
* avoid using gc_ functions for random data.Nikos Mavrogiannopoulos2008-06-301-3/+3
* Fix warning regarding undeclared getpass replacement.Simon Josefsson2008-06-181-0/+1
* Merge branch 'gnutls_with_netconf'Simon Josefsson2008-06-041-10/+38
|\
| * psktool: Support --netconf-hint.Simon Josefsson2008-06-031-11/+39
* | Use umask unconditionally.Simon Josefsson2008-05-201-3/+1
|/
* GPL parts under GPLv3System User2007-12-071-6/+5
* Use *_t types consistently.Simon Josefsson2007-08-131-2/+2
* Fix --version to conform to FSF standards, to fix make distcheck.Simon Josefsson2006-08-061-3/+5
* Use GNU coding style.Simon Josefsson2005-11-071-148/+177
* This is the initial commit in the 1.3 branch. Ported from the PSK branch:Nikos Mavrogiannopoulos2005-11-071-0/+260