summaryrefslogtreecommitdiff
path: root/lib/auth/psk.c
Commit message (Expand)AuthorAgeFilesLines
* psk: Add basic support for RFC 9258 external PSK importer interfaceDaiki Ueno2023-05-041-2/+2
* build: re-indent codeDaiki Ueno2023-04-241-66/+55
* Indent codeZoltan Fridrich2023-01-271-30/+26
* Increase the limit of TLS PSK usernames from 128 to 65535 charactersZoltan Fridrich2022-07-081-40/+24
* psk: Allow non-NULL PSK usernamesAnder Juaristi2020-03-231-5/+3
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* Renamed _gnutls_auth_info_set() to _gnutls_auth_info_init().Tom Vrancken2018-10-181-2/+2
* psk: save the username on auth info struct under TLS1.3Nikos Mavrogiannopoulos2018-04-061-1/+0
* Added support for out-of-band Pre-shared keys under TLS1.3Ander Juaristi2018-04-061-34/+0
* preinitialize variables to work-around warnings with clangNikos Mavrogiannopoulos2017-02-201-0/+1
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-3/+3
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-7/+7
* PSK: save the username in client side in the auth structureNikos Mavrogiannopoulos2015-08-211-1/+18
* removed legacy code.Nikos Mavrogiannopoulos2014-05-101-4/+4
* Avoid dual generation of key.Nikos Mavrogiannopoulos2014-04-181-10/+6
* Made _gnutls_get_auth_info() safer to use.Nikos Mavrogiannopoulos2014-04-181-2/+10
* more fixes due to clangNikos Mavrogiannopoulos2014-03-081-1/+1
* long term keys are always overwrittenNikos Mavrogiannopoulos2013-11-271-1/+1
* better naming for free_datum functions.Nikos Mavrogiannopoulos2013-11-271-3/+3
* Added zeroization of keys in several parts within gnutls.Nikos Mavrogiannopoulos2013-11-271-3/+3
* reindented codeNikos Mavrogiannopoulos2013-11-081-256/+246
* ported patch for RSA-PSKFrank Morgner2013-08-301-4/+0
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* session->key no longer needs to be an allocated structure.Nikos Mavrogiannopoulos2012-10-101-8/+8
* removed unused functions.Nikos Mavrogiannopoulos2012-09-301-4/+11
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-8/+8
* Collapse and cleanup copyright information.Simon Josefsson2012-01-161-2/+1
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+2
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* documentation fixesNikos Mavrogiannopoulos2011-07-231-2/+2
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* deinitialize PSK key memory.Nikos Mavrogiannopoulos2011-05-281-0/+2
* explicitly request for client key in server side.Nikos Mavrogiannopoulos2011-05-281-20/+6
* The auth_ and ext_ files were moved to respective directories.Nikos Mavrogiannopoulos2011-04-161-0/+386