[gnutls-devel] GnuTLS | ClientHello extension permutation (#1465)

Read-only notification of GnuTLS library development activities gnutls-devel at lists.gnutls.org
Mon Mar 13 02:33:12 CET 2023




Daiki Ueno commented on a discussion: https://gitlab.com/gnutls/gnutls/-/issues/1465#note_1310714243

I can directly point you to the code, but maybe it might make sense to see how the current code works. If you successfully build the source code you will get test server and client in `src/gnutls-serv` and `src/gnutls-cli`. You can establish a TLS connection with something like:
```console
$ src/gnutls-serv --x509certfile=doc/credentials/x509/cert-rsa-pss.pem --x509keyfile=doc/credentials/x509/key-rsa-pss.pem &
$ src/gnutls-cli -d4 --x509cafile=doc/credentials/x509/ca.pem localhost -p 5556
```
then you will see something like "Sending extension OCSP Status Request/5 (5 bytes)" in the output.

After that you see where the message comes from, with `git grep "Sending extension"` for example.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/issues/1465#note_1310714243
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/20230313/046f3328/attachment.html>


More information about the Gnutls-devel mailing list