www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 17958] New: Crypto interface in phobos

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 puremagic.com
          Reporter: andre 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.

--
Nov 01 2017