On Wed, Jan 23, 2019 at 02:56:09PM +0100, Norbert Hartl wrote:
> I don’t think so. We use RSA public key validation. It does not seem
> that libsodium supports that. 
>
> A binding to libcrypto would be best :)

Hi Norbert,

  https://github.com/PierceNg/OpenSSL-Pharo

To load:

  Metacello new
        baseline: 'OpenSSL';
        repository: 'github://PierceNg/OpenSSL-Pharo/src-st';
        load.

I'm writing a proper README.md. For now the unit tests show what's there
and how to use. For RSA, see LcEvpPublicKeyTest.

I started this with the goal of writing a Let's Encrypt client. That
goal is now dropped, as there are enough tools out there that make LE
integration easy. I'll wrap more of libcrypto as and when I need them.
Contributions welcome. :-) 

Pierce

Reply via email to