Recent content by DragonOsman

  1. D

    Porting Code for Pulling Root Certs from Windows Store to Linux -- How Do I Do It?

    I hope someone has knowledge of the Linux crypto API for this, as it seems I'll have to write conditional compilation code with #if directives after all. So yeah, how do I do this in Linux? Someone please help. Thanks.
  2. D

    Porting Code for Pulling Root Certs from Windows Store to Linux -- How Do I Do It?

    Thanks for the advice. Don't you at least know what OpenSSL functions are for pulling root certs from the root cert store? The wincrypt-specific code I have is for doing that, after all. I think it'd be simpler to just use OpenSSL instead of going the conditional compilation route.
  3. D

    Porting Code for Pulling Root Certs from Windows Store to Linux -- How Do I Do It?

    Hi, everyone. First post here. I have this server code I wrote in C++ a few years ago that I'm trying to enable ALPN and HTTP/2 support in. I've added code for ALPN already. I have code for pulling root certs from the Windows Cert Store in there that I want to port to Linux, but I want to...
Top