summaryrefslogtreecommitdiff
path: root/lib/auth_psk.c
Commit message (Expand)AuthorAgeFilesLines
* MAX_SRP_USERNAME -> MAX_USERNAME_SIZENikos Mavrogiannopoulos2010-06-261-2/+2
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Update copyright years.Simon Josefsson2010-01-271-1/+1
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Move definitions in gnutls_auth_int.h to gnutls_auth.h and update callers.Simon Josefsson2008-09-011-1/+1
* Indent code.Simon Josefsson2008-07-021-1/+1
* Generate server key exchange (psk identity hint). Invoke client callback.Simon Josefsson2008-06-041-3/+72
* Allow for server key exchange message to be optional for PSK ciphers.Simon Josefsson2008-05-151-1/+1
* Parse psk_identity_hint field.Simon Josefsson2008-05-151-2/+78
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Use *_t types consistently.Simon Josefsson2007-08-131-5/+5
* Indent more.Simon Josefsson2005-12-151-5/+6
* Replace uint16 with uint16_t.Simon Josefsson2005-12-091-2/+2
* Completed the DHE-PSK ciphersuite additions.Nikos Mavrogiannopoulos2005-11-161-19/+18
* added DHE-PSK ciphersuites and some cleanups.Nikos Mavrogiannopoulos2005-11-151-29/+68
* Use GNU coding style.Simon Josefsson2005-11-071-106/+119
* more psk stuffNikos Mavrogiannopoulos2005-11-071-35/+72
* This is the initial commit in the 1.3 branch. Ported from the PSK branch:Nikos Mavrogiannopoulos2005-11-071-0/+168