RE: How to use PKCS5_PBKDF2_HMAC_SHA1()

2012-03-22 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of pkumarn > Sent: Wednesday, 21 March, 2012 01:46 > Coming to the usage, i really don't want to use HEX for the > PKCS5_PBKDF2_HMAC_SHA1(). I just want to input the values i got from > RAND_byes(). > > Here is what i am going to do, correct me if

RE: How to use AES_wrap_key() in openssl

2012-03-22 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of pkumarn > Sent: Wednesday, 21 March, 2012 02:02 > One more thanks from side for replying to this query.,.. my comments > inline... > Aside: Usenet convention is response lines, including 'inline' ones, have no prefix, and (all) quoted lines do

Re: Adding new cipher suites to Openssl

2012-03-22 Thread Lindani Phiri
OK, figured this one out. I had added my ciphers in the wrong order in cipher list in  s3_lib.c   - they need to be added in order of id (i will read the code comments next time :) ) Regards, Lindani From: Lindani Phiri To: "openssl-users@openssl.org" Sen