enc-aes-cbc and enc-aes-ecb

2008-02-08 Thread Robert B. Williams
1)Is there a publication for the way the iv and the key are generated from the text based password? I assume that enc uses the same method for all modes. 2)Is there a publication for how the salt integrates into the cipher, and the determination of the key and iv? I am trying to develop a javas

Re: SSL specification -reg

2008-02-08 Thread Mohamad Badra
Try this: http://wp.netscape.com/eng/ssl3/ Then click on previous draft of the SSL 3.0 Specification or on most recent Draft SSL 3.0 specification. Best regards, Badra Thanaraj, Udayakumar (STSD-OpenVMS) a écrit : Hi, Where can I find specifications or rfcs for SSL. I came to know that the

SSL specification -reg

2008-02-08 Thread Thanaraj, Udayakumar (STSD-OpenVMS)
Hi, Where can I find specifications or rfcs for SSL. I came to know that the official site is @ http://home.netscape.com/eng/ssl3/ssl-toc.html. But I had no luck to access this link as it fails to connect. Please let me know if there is an alternate site wherein I can get this info. Thanks, Uday

How to set the IV in an engine

2008-02-08 Thread Davide Vernizzi
Hi all, I'm trying to write an engine for EVP ciphers; everything is fine, but I've problems to set the IV. Should the IV be set using the EVP_CipherInit_ex function? If yes, why in the application (openssl-snapshot-20080107) such a function is called: - with iv=NULL the first time (apps/enc.c:55