Re: KDF algorithms

2013-07-05 Thread Aaron
Thanks so much for answering my question, Matthew. -- View this message in context: http://openssl.6102.n7.nabble.com/KDF-algorithms-tp45762p45779.html Sent from the OpenSSL - User mailing list archive at Nabble.com

Re: KDF algorithms

2013-07-03 Thread Matthew Donald
ALT1_SHA1 (SP 800-56A) > • HU_KDF_NIST_ALT1_SHA224 (SP 800-56A) > • HU_KDF_NIST_ALT1_SHA256 (SP 800-56A) > • HU_KDF_NIST_ALT1_SHA384 (SP 800-56A) > • HU_KDF_NIST_ALT1_SHA512 (SP 800-56A) > > Now my company is going to use OpenSSL instead. I checked OpenSSL > and it seems to me that OpenSSL doesn'

KDF algorithms

2013-07-03 Thread Aaron
800-56A) Now my company is going to use OpenSSL instead. I checked OpenSSL and it seems to me that OpenSSL doesn't support these KDF algorithms. My question is - is there any way to implement these algorithms in OpenSSL? Thanks so much in advance, Aaron -- View this message in co