On Wed, Jun 1, 2011 at 5:49 PM, Robin Seggelmann <seggelm...@fh-muenster.de>wrote:
> > _key, but how can I find the PRF api used to calculate: > as Michael stated, the function SSL_tls1_key_exporter() is exactly what > you're looking for. The TLS Key Exporter is described in RFC 5705. The > patch #1830, which Michael also mentioned, is available for the current > OpenSSL 1.0.0 release on http://sctp.fh-muenster.de/dtls-patches.html and > already included in the development version of OpenSSL 1.0.1 in the CVS, > which can be checked out with: > > cvs -d anonym...@cvs.openssl.org:/openssl-cvs co -rOpenSSL_1_0_1-stable > openssl > > I see. This is added recently and it was not provided in 1.0.0d, and due to the version used in my system I must implement this function myself. The content of the patch is sufficient for me to implement the function. Thanks. > Best regards > Robin > > > > > > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > User Support Mailing List openssl-users@openssl.org > Automated List Manager majord...@openssl.org >