[Haskell-cafe] OpenSSL question
Charles-Pierre Astolfi
cpa at crans.org
Sat Jan 1 23:49:25 CET 2011
Hi -cafe,
I'm using the OpenSSL package, and I don't see any way to forge my own keys.
(http://hackage.haskell.org/packages/archive/HsOpenSSL/0.9/doc/html/OpenSSL-RSA.html)
For example, in the case of RSA, I'm given the exponent and modulus
and I would like to create a public key from that, of type RSAPubKey.
Is it possible ? How should I do?
I'm not particularly tied to OpenSSL, anything that let me use RSA and
DSA would be fine.
Regards,
--
Cp
More information about the Haskell-Cafe
mailing list