summaryrefslogtreecommitdiff
path: root/lib/gnutls_psk.c
Commit message (Expand)AuthorAgeFilesLines
* PSK: set and read the hint in DHE-PSK ciphersuitesNikos Mavrogiannopoulos2016-08-241-0/+1
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-31/+31
* Added initial PKCS #11 support. Certtool can now print lists of certificatesNikos Mavrogiannopoulos2010-06-031-1/+1
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Fix GTK-DOC syntax. Unfortunately this looses some information.Simon Josefsson2010-02-171-15/+15
* Align indentation of GTK-DOC comments.Simon Josefsson2010-02-171-62/+62
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Indent code.Simon Josefsson2009-11-051-2/+2
* Fix typos in documentation.Simon Josefsson2009-08-111-7/+7
* Doc fix.Simon Josefsson2009-05-271-4/+4
* Doc fixes.Simon Josefsson2009-05-261-5/+5
* Doc fixes for GTK-DOC.Simon Josefsson2009-05-131-9/+9
* result_size in gnutls_hex_encode behaves as documented. It now holds the size...Nikos Mavrogiannopoulos2009-01-271-2/+5
* Indent code.Simon Josefsson2008-07-021-1/+1
* Doc fix.Simon Josefsson2008-06-041-70/+74
* Add gnutls_psk_set_server_credentials_hint.Simon Josefsson2008-06-041-2/+27
* Add gnutls_psk_client_get_hint function. Use it.Simon Josefsson2008-06-031-0/+27
* Doc fix, remove verbose 'This function ...'Simon Josefsson2008-03-061-1/+1
* Doc fix, remove verbose 'This function will' stuff.Simon Josefsson2008-03-061-4/+4
* Doc fix.Simon Josefsson2007-11-141-49/+43
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Fix pointer mix for different sized variables.Simon Josefsson2007-08-161-3/+5
* Use *_t types consistently.Simon Josefsson2007-08-131-2/+2
* (gnutls_psk_set_client_credentials): Fix prototype.Simon Josefsson2007-04-111-2/+4
* Indent more.Simon Josefsson2005-12-151-4/+4
* Completed the DHE-PSK ciphersuite additions.Nikos Mavrogiannopoulos2005-11-161-3/+7
* some documentation updatesNikos Mavrogiannopoulos2005-11-151-3/+4
* gnutls_anon_set_params_function was renamed to gnutls_anon_set_server_params_...Nikos Mavrogiannopoulos2005-11-151-2/+2
* added DHE-PSK ciphersuites and some cleanups.Nikos Mavrogiannopoulos2005-11-151-0/+33
* Doc fix.Simon Josefsson2005-11-151-5/+6
* Use GNU coding style.Simon Josefsson2005-11-071-97/+120
* more psk stuffNikos Mavrogiannopoulos2005-11-071-495/+132
* This is the initial commit in the 1.3 branch. Ported from the PSK branch:Nikos Mavrogiannopoulos2005-11-071-0/+700