An Alternative to Deimos' OpenSSL Bindings
Meta via Digitalmars-d-learn Sun, 12 Jun 2016 12:16:52 -0700
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.
- An Alternative to Deimos' OpenS... Meta via Digitalmars-d-learn
- Re: An Alternative to Deim... Peter Lewis via Digitalmars-d-learn
- Re: An Alternative to Deim... Vladimir Panteleev via Digitalmars-d-learn
- Re: An Alternative to ... David Nadlinger via Digitalmars-d-learn
