
Hey, is it possible to use RSA_PSK as a TLS-ciphersuit in any TLS library? I didnt found such a ciphersuit in Network.TLS. Thanks in advance, Friedrich

This is not really a beginner question per se; you might have more luck asking on StackOverflow. -Brent On Tue, Jun 18, 2013 at 11:37:05AM +0200, Friedrich Wiemer wrote:
Hey,
is it possible to use RSA_PSK as a TLS-ciphersuit in any TLS library? I didnt found such a ciphersuit in Network.TLS.
Thanks in advance, Friedrich
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners

The GnuTLS wrapper seems to support TLS-PSK (with or without DHE):
http://hackage.haskell.org/packages/archive/hsgnutls/0.2.3.2/doc/html/Networ...
On Tue, Jun 18, 2013 at 5:37 AM, Friedrich Wiemer wrote: Hey, is it possible to use RSA_PSK as a TLS-ciphersuit in any TLS library?
I didnt found such a ciphersuit in Network.TLS. Thanks in advance,
Friedrich _______________________________________________
Beginners mailing list
Beginners@haskell.org
http://www.haskell.org/mailman/listinfo/beginners

Thanks Brent and Patrick, I'll try the GnuTLS wrapper. And wasn't shure about which mailing list, but thanks for answering! On 06/21/13 20:17, Patrick Mylund Nielsen wrote:
The GnuTLS wrapper seems to support TLS-PSK (with or without DHE): http://hackage.haskell.org/packages/archive/hsgnutls/0.2.3.2/doc/html/Networ...
On Tue, Jun 18, 2013 at 5:37 AM, Friedrich Wiemer
mailto:friedrichwiemer@gmail.com> wrote: Hey,
is it possible to use RSA_PSK as a TLS-ciphersuit in any TLS library? I didnt found such a ciphersuit in Network.TLS.
Thanks in advance, Friedrich
_______________________________________________ Beginners mailing list Beginners@haskell.org mailto:Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
participants (3)
-
Brent Yorgey
-
Friedrich Wiemer
-
Patrick Mylund Nielsen