[Issue 17958] New: Crypto interface in phobos
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Nov 1 15:23:06 UTC 2017
https://issues.dlang.org/show_bug.cgi?id=17958
Issue ID: 17958
Summary: Crypto interface in phobos
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P1
Component: phobos
Assignee: nobody at puremagic.com
Reporter: andre at s-e-a-p.de
In discussion https://forum.dlang.org/thread/osnema$d5s$1@digitalmars.com it
became clear, including crypto logic into phobos might be a pandora box and
should be avoided.
An alternative is to provide a crypto interface within phobos with
implementations for SChannel (windows api), mbedtls, openssl, ...
As a starting point, I am interested in RSA Digital Signature Validation but
The crypto interface should be open for any algorithm.
--
More information about the Digitalmars-d-bugs
mailing list