RE: Reading certificate and public key from memory

2008-10-02 Thread Ajeet kumar.S
Hi Dan, Please try like: char *key = "-BEGIN RSA PRIVATE KEY- \n"\ "jGK1T++C+Np4As+ KoaO2NCiCBN5UQJRzXBsZvLDoN6IcfxJwXklp560jrKiIZ8VU\n"\ .. . "Drys2uVaAzmRhS6tGJ2fdwPnlSLJrQbHuP938BkyxNhdYN8drfqb\n"\ "-END RSA PRIVA

Re: FIPS 0.9.8

2008-10-02 Thread Kyle Hamilton
FIPS-1.1.2 (which is the currently-valid FIPS module) will only work with 0.9.7. FIPS-1.2 (which is currently under test) will work with 0.9.8 when Steve (not sure if it's H or M) makes a release that will link with a FIPS-1.2 module. -Kyle H On Thu, Oct 2, 2008 at 6:35 AM, Thomas J. Hruska <[EM

Re: FIPS fail

2008-10-02 Thread Michael S. Zick
On Thu October 2 2008, Thomas J. Hruska wrote: > Thomas J. Hruska wrote: > > Feel free to follow along with this e-mail: > > > > http://www.slproweb.com/download/bad_openssl.zip > > > > I just zipped up the contents of the 'out32dll' directory. What you see > > is what I've got in my out32dll d

Re: FIPS fail

2008-10-02 Thread Thomas J. Hruska
Thomas J. Hruska wrote: Feel free to follow along with this e-mail: http://www.slproweb.com/download/bad_openssl.zip I just zipped up the contents of the 'out32dll' directory. What you see is what I've got in my out32dll directory. And now onto the main part of the e-mail. This is my fir

Re: -startdate problem

2008-10-02 Thread Dr. Stephen Henson
On Thu, Oct 02, 2008, Gabor HALASZ wrote: > Hi! > > First, sorry for my english...Second, I tried to renew one of our > certificates, and I got an invalid certificates if I specified the > notBefore value: > > Validity > Not Before: Oct 2 00:00:00 2008 > Not Afte

Re: Cannot create keystore using Purify instrumented binaries.

2008-10-02 Thread Tim Hudson
Sanjith Chungath wrote: I am getting thousands of UMRs and finally one segmentation error and a core dump while trying to create a keystore. Am using 0.9.8g. Everything works fine without purify. I also tried rebuilding openssl with PURIFY" compiler option. But that also didnt help me. Compi

Need to read the private key from a buffer

2008-10-02 Thread prashanth s joshi
Hi , if I want SSL to read the private key from a buffer , what are the things that need to be changed in the SSL code? what are the steps that are needed to be carried out? Thanks, Prashanth

Year 2038 problem

2008-10-02 Thread Alex Chen
When we use openssl to generate the certificate, we add a certain time, i.e. thirty years, to the time when the certificate is created. It is 2008 now and this makes the expiration date 2038. Unfortunately this triggers the infamous year 2038 problem http://en.wikipedia.org/wiki/Year_2038_probl

Leaks in Initialization of library 0.9.8 i compiled with VC 7.1 under Windows

2008-10-02 Thread Stanislav Mikhailenko
CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON); SSLeay_add_ssl_algorithms(); SSL_load_error_strings(); ERR_remove_state(0); ERR_free_strings(); EVP_cleanup(); CRYPTO_cleanup_all_ex_data(); ENGINE_cleanup(); CONF_modules_unload(1); This

Re: Cannot create keystore using Purify instrumented binaries.

2008-10-02 Thread Geoff Thorpe
On Thursday 02 October 2008 06:40:53 Sanjith Chungath wrote: > I am getting thousands of UMRs and finally one segmentation error and > a core dump while trying to create a keystore. Am using 0.9.8g. > Everything works fine without purify. I also tried rebuilding openssl > with PURIFY" compiler opti

FIPS 0.9.8

2008-10-02 Thread Thomas J. Hruska
One thing I forgot to ask about my FIPS issues: Is FIPS 0.9.8x-compatible/compliant? Based on everything I've read, I am under the impression that only 0.9.7m is compatible/compliant and that the team is still working on 0.9.8. -- Thomas Hruska Shining Light Productions Home of BMP2AVI, Nuc

simple example

2008-10-02 Thread xpdf
Where is simple example to use symetric crypto with AES? __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Automated List Manager

Re: exception with purify in bn_mont.c:402 (v=bn_mul_add_words(rp,np,nl,(rp[0]*n0)&BN_MASK2);)

2008-10-02 Thread Andy Polyakov
I am getting exception in crypto\bn\bn_mont.c:402 (v=bn_mul_add_words(rp,np,nl,(rp[0]*n0)&BN_MASK2);) while executing with Rational purify. Does it mean that you can confirm that the program works if not executed with purify? I think bn_mul_add_words called as assembly code from crypto\bn\a