Re: openssl tool vs. EVP API missmatch for desx & des-ede3-cbc

2007-04-30 Thread Aaron Turner
crap... hit send not save... rest of the email is below On 4/30/07, Aaron Turner <[EMAIL PROTECTED]> wrote: I'm having a problem under OS X (10.4.9/Intel) where Openssl 0.9.8e (compiled from source) is returning different encrypted values using the cli (openssl enc) and the EVP interface for de

openssl tool vs. EVP API missmatch for desx & des-ede3-cbc

2007-04-30 Thread Aaron Turner
I'm having a problem under OS X (10.4.9/Intel) where Openssl 0.9.8e (compiled from source) is returning different encrypted values using the cli (openssl enc) and the EVP interface for desx and des-ede3-cbc. -- Aaron Turner http://synfin.net/ http://tcpreplay.synfin.net/ - Pcap editing & replay

Re: missing zone in date

2007-04-30 Thread Metalpalo
Hello And how to achieve that the GMT zone was correct. Because in the case of using parameter -enddate 491231235959+ or -enddate 491231235959+0100 the result is same Dec 31 23:59:59 2049 without GMT(word GMT is missed). In the case of using -days 365 the result: Apr 30 13:50:59 2008 GMT

Re: missing zone in date

2007-04-30 Thread Dr. Stephen Henson
On Sun, Apr 29, 2007, Metalpalo wrote: > > Hello everybody > > I have got problem. > > I created certificate via openssl utility follows by command:openssl.exe ca > -extensions v3_ROOT_CA -enddate 491231235959 -out %CA_Certificate% -in > %CA_Request% -keyfile %CA_Private_Key% -selfsign -config