[gnutls-devel] GnuTLS | Allow non null terminated usernames for psk (#586)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Fri Feb 8 22:46:06 CET 2019


@juaristi Did you check that there is no old nettle version in /usr/local ? Is the system nettle recent enough ? If not, build the latest version and install it to /usr/local (don't forget `ldconfig` afterwards).

The current compile error I see is
```
psk_passwd.c:138:1: error: conflicting types for '_gnutls_psk_pwd_find_entry'
 _gnutls_psk_pwd_find_entry(gnutls_session_t session,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from psk_passwd.c:29:
./../auth/psk_passwd.h:24:5: note: previous declaration of '_gnutls_psk_pwd_find_entry' was here
 int _gnutls_psk_pwd_find_entry(gnutls_session_t, char *username,
     ^~~~~~~~~~~~~~~~~~~~~~~~~~
```

Which clearly looks like WIP.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/issues/586#note_139697401
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20190208/25c4ee39/attachment.html>


More information about the Gnutls-devel mailing list