Need money for school?

2006-05-12 Thread Rajeshwar Singh Jenwar
Hi! Have a look... http://progressingpromotion.com/r/?r=2cc9283a-330f-1029-8d2f-00132060c3d9&i=gmail&z=1&tc=15 Talk soon! __ OpenSSL Project http://www.openssl.org Development Mailing List

Re: Loading CRL to Client

2006-01-13 Thread Rajeshwar Singh Jenwar
On 1/13/06, am0ykam0te (sent by Nabble.com) <[EMAIL PROTECTED]> wrote: my version of openssl does not have the constant flags you included.. (X509_V_FLAG_CRL_CHECK|X509_V_FLAG_CRL_CHECK_ALL).. View this message in context: Re: Loading CRL to ClientSent from the OpenSSL - Dev forum at Nabble.c

Re: Loading CRL to Client

2006-01-13 Thread Rajeshwar Singh Jenwar
On 1/13/06, am0ykam0te (sent by Nabble.com) <[EMAIL PROTECTED]> wrote: I tried using these 3 code snippets but my client still accepts the server certificate I included in the CRL.BTW Im using OpenSSL 0.9.6h pStore = SSL_CTX_get_cert_store(ctx); pLookup = X509_STORE_add_lookup(pStore, X509_LOOKUP

Re: Loading CRL to Client

2006-01-12 Thread Rajeshwar Singh Jenwar
On 1/13/06, am0ykam0te (sent by Nabble.com) <[EMAIL PROTECTED]> wrote: Can any body tell me API's on loading crl's on a client. View this message in context: Loading CRL to ClientSent from the OpenSSL - Dev forum at Nabble.com. int X509_STORE_add_crl(X509_STORE *ctx, X509_CRL *x)

Re: Verify a signed & private key pair

2005-08-29 Thread Rajeshwar Singh Jenwar
ur private key#openssl rsa -in ksbkey.pem  -check -- Prakash Rajeshwar Singh Jenwar <[EMAIL PROTECTED]> wrote: Hi, How to verify a signed certificate by a CA(.pem) &  coresponding private key(.pem) ? It is just to verify that someone has played with private key or not. Thx. Rajeshwar Sin

OPENSSL_gmtime() is not ported for pSOS

2005-08-25 Thread Rajeshwar Singh Jenwar
Hi ALL, OPENSSL_gmtime() defines in O_time.c internally calls "struct tm* " through gmtime() but in pSOS gmtime() always retuen NULL. So can we say OPENSSL_gmtime() will always fails fro pSOS ? Can anyone suugest proper porting ! ___

RSA_privtae_eccrypt() is causing the STACK DUMP !!!

2005-08-04 Thread Rajeshwar Singh Jenwar
Hi All, I am using pSOS on ARM 7.0 LE board. RSA_private_encrypt() which is needed to "signing the private key with hash" is causing a "STACK CRASH" ? The Function trace is :- RSA_private_encrypt() -> RSA_eay_private_encrypt() -> loop of ( BN_mod_exp_mount() -> BN_from_montgomery() ) and it i