The solution was to choice a EVP by signing the certificate
i = X509_sign(x, CApkey, EVP_sha256());
Best regards
Andreas
Am 09.07.2020 um 11:09 schrieb Andreas Tengicki:
Hello,
your first help in this project, helps much, but now some weeks later,
there is a new problem, and I cannot
Hello,
your first help in this project, helps much, but now some weeks later,
there is a new problem, and I cannot find any tipps via google.
For all the coding a have looked into the openssl examples.
I create a private key per code, the "openssl rsa -in
test_privatekey.pem -check" is fine
I c
ns with the cafile information
in apps.c this calls: SSL_CTX_load_verify_file, but the compiler can't
find this function.
Why? Thanks and sorry if I do not understand all details in the first try.
Best regards
Andreas
Am 06.05.2020 um 21:59 schrieb Michael Wojcik:
>> From: openssl-users [mailto:open
Hello,
I can not find a working mutual-TLS server/client example on github or
the whole internet. Only some example for pieces of code. Communication
via socket without and with encryption (openSSL) is working, but with
mTLS not. I believe that I theoretical understand mTLS, but the practice
will