summaryrefslogtreecommitdiff
path: root/lib/auth/rsa_psk.c
Commit message (Expand)AuthorAgeFilesLines
* psk: Add basic support for RFC 9258 external PSK importer interfaceDaiki Ueno2023-05-041-2/+3
* build: re-indent codeDaiki Ueno2023-04-241-76/+70
* Indent codeZoltan Fridrich2023-01-271-46/+36
* Replace FSF snail mail addresses with URLStefan Kangas2022-12-271-3/+1
* Increase the limit of TLS PSK usernames from 128 to 65535 charactersZoltan Fridrich2022-07-081-1/+3
* psk: Allow non-NULL PSK usernamesAnder Juaristi2020-03-231-3/+2
* Remove redundant resets of variables after free()Tim Rühsen2019-02-221-1/+0
* Fix typos in lib/tmp-fix-typos-in-libTim Rühsen2019-01-041-1/+1
* Renamed _gnutls_auth_info_set() to _gnutls_auth_info_init().Tom Vrancken2018-10-181-1/+1
* kx: moved to new buffer APINikos Mavrogiannopoulos2018-02-191-1/+4
* rsa-psk: corrected memory leak on invalid decryptNikos Mavrogiannopoulos2017-08-091-0/+4
* priorities: share priority structures across sessionsNikos Mavrogiannopoulos2017-07-101-1/+1
* rsa-psk: Use the correct username datumtmp-fix-rsa-psk-cbNicolas Dufresne2017-05-061-2/+2
* deprecated _gnutls_rnd() in favor of exported gnutls_rnd()Nikos Mavrogiannopoulos2016-11-041-2/+2
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-9/+9
* removed legacy code.Nikos Mavrogiannopoulos2014-05-101-2/+2
* Removed the already unused secure alloc functions.Nikos Mavrogiannopoulos2014-04-181-1/+1
* use custom proc_server_kx for RSA-PSKNikos Mavrogiannopoulos2014-04-181-1/+18
* Made _gnutls_get_auth_info() safer to use.Nikos Mavrogiannopoulos2014-04-181-1/+5
* more fixes due to clangNikos Mavrogiannopoulos2014-03-081-2/+2
* long term keys are always overwrittenNikos Mavrogiannopoulos2013-11-271-1/+1
* better naming for free_datum functions.Nikos Mavrogiannopoulos2013-11-271-4/+4
* Added zeroization of keys in several parts within gnutls.Nikos Mavrogiannopoulos2013-11-271-4/+4
* reindented codeNikos Mavrogiannopoulos2013-11-081-326/+314
* author updategnutls_3_2_4Nikos Mavrogiannopoulos2013-08-311-2/+2
* Improvements in RSA-PSK.Nikos Mavrogiannopoulos2013-08-311-88/+39
* indented codeNikos Mavrogiannopoulos2013-08-301-78/+79
* Optimizations in RSA-PSK by removing unneeded code.Nikos Mavrogiannopoulos2013-08-301-93/+25
* ported patch for RSA-PSKFrank Morgner2013-08-301-0/+536