[gnutls-devel] GnuTLS | Work on issue #1464 (!1720)
Read-only notification of GnuTLS library development activities
gnutls-devel at lists.gnutls.org
Tue Mar 7 01:05:42 CET 2023
Merge request https://gitlab.com/gnutls/gnutls/-/merge_requests/1720 was reviewed by Daiki Ueno
--
Daiki Ueno started a new discussion on tests/suite/ciphersuite/generate-registry-ciphers.py: https://gitlab.com/gnutls/gnutls/-/merge_requests/1720#note_1303140859
> + cipher_suites = []
> + for row in csv_reader:
> + if row['registry_id'] == 'tls-parameters-4' and \
I got the following error when I run the script:
```console
$ python generate-registry-ciphers.py
Traceback (most recent call last):
File "/home/ueno/devel/gnutls/tests/suite/ciphersuite/generate-registry-ciphers.py", line 7, in <module>
if row['registry_id'] == 'tls-parameters-4' and \
~~~^^^^^^^^^^^^^^^
KeyError: 'registry_id'
```
--
Daiki Ueno started a new discussion on tests/suite/ciphersuite/registry-ciphers.py: https://gitlab.com/gnutls/gnutls/-/merge_requests/1720#note_1303140862
> -var registry_ciphersuites = {
This file is now generated with `generate-registry-ciphers.py`; maybe we can remove it entirely?
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1720
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/20230307/06cf9366/attachment.html>
More information about the Gnutls-devel
mailing list