You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we are using certtool in testing scripts (setup.sh) to generate certificates. We can replace this by openssl tools and drop dependency on gnutls-utils (RHEL / Fedora).
Please notice that there is no specific problem with certtool or gnutls-utils. It is just not necessary to use it when openssl is available anyway and having less dependencies feels always better.
The text was updated successfully, but these errors were encountered:
I would love to reduce our dependencies and that should allow us to handle the CKK_EC_EDWARDS case with 3.1 behavior which gnutls certtool can't currently handle.
Currently, we are using certtool in testing scripts (setup.sh) to generate certificates. We can replace this by openssl tools and drop dependency on gnutls-utils (RHEL / Fedora).
Please notice that there is no specific problem with certtool or gnutls-utils. It is just not necessary to use it when openssl is available anyway and having less dependencies feels always better.
The text was updated successfully, but these errors were encountered: