summaryrefslogtreecommitdiff
path: root/src/psk.c
Commit message (Collapse)AuthorAgeFilesLines
* psktool: corrected resource leak on failureNikos Mavrogiannopoulos2014-09-171-0/+1
|
* Rename psk-args.def to psktool-args.defKevin Cernekee2014-03-071-1/+1
| | | | | | | | | Other utilities generate invoke-%.texi from %-args.def, but currently invoke-psktool.texi is generated from psk-args.def. If we make psktool conform to the same convention as the other utilities, we can use a generic pattern to handle all of them the same way. Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
* reindented codeNikos Mavrogiannopoulos2013-11-081-208/+187
|
* Corrected possible buffer overruns in included programs and examples.Nikos Mavrogiannopoulos2013-10-091-3/+3
| | | | | Corrected possible buffer overruns in included programs and examples. Reported by Pedro Ribeiro <pedrib@gmail.com>.
* included programs no longer depend on GPL/LGPLv3 elements of gnulib to ↵Nikos Mavrogiannopoulos2013-08-051-2/+0
| | | | prevent their accidental inclusion in the library.
* 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
| | | | | | | | | | | | | | Thus the following functions - gnutls_crypto_bigint_register - gnutls_crypto_cipher_register - gnutls_crypto_digest_register - gnutls_crypto_mac_register - gnutls_crypto_pk_register - gnutls_crypto_rnd_register - gnutls_crypto_single_cipher_register - gnutls_crypto_single_digest_register - gnutls_crypto_single_mac_register are only available internally via crypto-backend.h.
* 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
| | | | several editors tabs can be configured not to be 8 spaces and this produces artifacts with the current indentation that is a mixture of tabs and spaces.
* 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
| | | | | Reported by Massimo Gaspari <massimo.gaspari@alice.it> in <http://permalink.gmane.org/gmane.network.gnutls.general/1281>.
* Merge branch 'gnutls_with_netconf'Simon Josefsson2008-06-041-10/+38
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile.am NEWS configure.in doc/examples/Makefile.am doc/gnutls.texi doc/manpages/Makefile.am src/cli.c src/psk-gaa.c src/psk.gaa tests/Makefile.am
| * 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
* PSK ciphersuites have been added. * The session resumption data are now system independent.