An Alternative to Deimos' OpenSSL Bindings

Meta via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Jun 12 12:12:37 PDT 2016


I wanted to use OpenSSL from D but I noticed that the Deimos 
bindings are for version 1.0.0e, which according to OpenSSL.org 
is an out of date version. Are there any bindings for the latest 
version, or an alternative that I could use? I know I could use 
std.digest for SHA512, but I still need a secure random number 
generator.


More information about the Digitalmars-d-learn mailing list