summaryrefslogtreecommitdiff
path: root/lib/gnutls_psk.c
Commit message (Expand)AuthorAgeFilesLines
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-397/+0
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-201-14/+14
* PSK: added sanity check on PSK key size setNikos Mavrogiannopoulos2014-12-201-0/+7
* eliminated the leak of hint when deallocating the credentials.Nikos Mavrogiannopoulos2014-04-181-0/+1
* Made _gnutls_get_auth_info() safer to use.Nikos Mavrogiannopoulos2014-04-181-2/+2
* reindented codeNikos Mavrogiannopoulos2013-11-081-142/+131
* Moved gnutls_hex_(en|de)code functions from lib/gnutls_psk.c to lib/gnutls_st...Jaak Ristioja2013-02-211-59/+0
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* GTK-DOC fixes.Simon Josefsson2012-09-211-2/+2
* Cleanup copyright headers.Simon Josefsson2012-01-251-1/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-2/+2
* Run 'make update-copyright'.Simon Josefsson2012-01-161-2/+1
* updated documentationNikos Mavrogiannopoulos2011-08-101-5/+10
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* documentation fixesNikos Mavrogiannopoulos2011-07-231-1/+1
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* The auth_ and ext_ files were moved to respective directories.Nikos Mavrogiannopoulos2011-04-161-2/+2
* Corrected documentation of several API functions.Nikos Mavrogiannopoulos2011-04-101-1/+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