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
Where cred.conf is just a standard certificate configuration file of form:
distinguished_name = req_distinguished_name
prompt = no
[ req_distinguished_name ]
C = ...
ST = ...
L = ...
O = ...
OU = ...
CN = ...
emailAddress = ...
Let me know if I can provide more information, because I am not sure what would help. I know that the program launches if you comment out the following in context.cc:
To be honest, I now do believe that it is an OpenSSL issue, since the integrated OpenSSL client does not work either. Maybe one should put up an issue on that repository.
I have also looked into the FFI code and it seems that brainpoolP160r1 is not supported, but switching that inside of the code does not really help as we got some other issues, but I cannot remember right now.
Greetings, I get this error:
Not just when using this library in my project, but also when testing the example.
The certificate I am using (self signed test certificate) can be obtained by:
Where
cred.conf
is just a standard certificate configuration file of form:Let me know if I can provide more information, because I am not sure what would help. I know that the program launches if you comment out the following in
context.cc
:The text was updated successfully, but these errors were encountered: