[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 03:11:58 CET 2023
Manogjna Singuluri commented on a discussion on tests/suite/ciphersuite/generate-registry-ciphers.py: https://gitlab.com/gnutls/gnutls/-/merge_requests/1720#note_1303198520
> +import csv
> +
> +with open('tls-parameters-4.csv') as csv_file:
> + csv_reader = csv.DictReader(csv_file)
> + cipher_suites = []
> + for row in csv_reader:
> + if row['registry_id'] == 'tls-parameters-4' and \
Worked on it! will be resolved with the latest commit.please go through it
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1720#note_1303198520
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/cc7e06ac/attachment-0001.html>
More information about the Gnutls-devel
mailing list