Thread overview
[Issue 17958] Crypto interface in phobos
Nov 01, 2017
Andre
Feb 09, 2018
Seb
Feb 14, 2018
Andre
Dec 17, 2022
Iain Buclaw
November 01, 2017
https://issues.dlang.org/show_bug.cgi?id=17958

--- Comment #1 from Andre <andre@s-e-a-p.de> ---
*** Issue 16510 has been marked as a duplicate of this issue. ***

--
February 09, 2018
https://issues.dlang.org/show_bug.cgi?id=17958

Seb <greensunny12@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |greensunny12@gmail.com

--- Comment #2 from Seb <greensunny12@gmail.com> ---
Hmm, not sure if this wouldn't be a huge effort for Phobos + given that crypto needs to be able to be patched within hours, I'm inclined to make this a WONTFIX too.

The best library solution I know is this https://github.com/LightBender/SecureD

--
February 14, 2018
https://issues.dlang.org/show_bug.cgi?id=17958

--- Comment #3 from Andre <andre@s-e-a-p.de> ---
(In reply to Seb from comment #2)
> Hmm, not sure if this wouldn't be a huge effort for Phobos + given that crypto needs to be able to be patched within hours, I'm inclined to make this a WONTFIX too.
> 
> The best library solution I know is this https://github.com/LightBender/SecureD

If in Phobos crypto functionality isn't directly implemented but a nice wrapper is available around operation system crypto libraries (on windows SChannel) / OpenSSL /... then neither Phobos needs to be patched nor the application developer needs to ship a new version of his application.

The crypto fix will be provided by the operation system (windows update in case
of windows...)
(Delphi is using this approach)

What I suggest is a crypto interface in Phobos with implementations for SChannel / OpenSSL / ...

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=17958

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--
December 01
https://issues.dlang.org/show_bug.cgi?id=17958

--- Comment #4 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/phobos/issues/10269

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--