summaryrefslogtreecommitdiff
path: root/lib/srp.c
Commit message (Collapse)AuthorAgeFilesLines
* Renamed CHECK_AUTH macro to CHECK_AUTH_TYPE to be more clear what it checks.Tom Vrancken2018-10-181-1/+1
| | | | Signed-off-by: Tom Vrancken <dev@tomvrancken.nl>
* session state: combined srp and dh prime bits variablesNikos Mavrogiannopoulos2018-02-191-1/+1
| | | | | | | They were being used for the same purpose, and SRP as well as DH, do not overlap to require two different variables. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* gnutls_srp_verifier: corrected memory leakNikos Mavrogiannopoulos2017-08-091-0/+6
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* tolerate non-valid UTF8 passwords when decryptingNikos Mavrogiannopoulos2016-11-201-4/+4
|
* _gnutls_calc_srp_sha: normalize the password prior to useNikos Mavrogiannopoulos2016-11-201-5/+18
|
* deprecated _gnutls_rnd() in favor of exported gnutls_rnd()Nikos Mavrogiannopoulos2016-11-041-1/+1
|
* doc: Update description of credential alloc/dealloc functionsAttila Molnar2016-02-101-8/+4
| | | | | | Get rid of "This structure is complex enough to manipulate directly..." text which suggests that these functions are optional, "helper" functions when in fact their usage is required for encapsulation reasons.
* helper.c -> file.cNikos Mavrogiannopoulos2015-12-301-1/+1
|
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-0/+838