Re: verify certificate - not from a file

2008-11-24 Thread Shahin Khorasani
f(!cert) retFree(7); return 0; } Regards, Shahin Khorasani __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Au

Re: pubkey format

2008-12-19 Thread Shahin Khorasani
Hi, You can download simple utility to transform PKCS#1 RSA public key to opnessh public key format from here: http://www.parssign.com/openssh_pk_linux.tar.gz It is free to use and linked statically on Linux (must works on most distributions) Regards, Shahin Khorasani Dhiva wrote

Re: pubkey format

2008-12-21 Thread Shahin Khorasani
Sorry, the source code is not available. but you can write a customized application (Mounir explained the format properly) - Shahin Khorasani Kyle Hamilton wrote: Can the source be made available? I would like to use it on MacOSX. -Kyle H On Fri, Dec 19, 2008 at 11:43 PM, Shahin

Re: verify certificate - not from a file

2008-12-29 Thread Shahin Khorasani
Hi Itay, I'm just a user/fan of curl project but I did not read the api documentation or source code. Anyway you can get free ssl certificates from this site: http://www.parssign.com/e-index.html and try them. Regrads, Shahin Khorasani Itay Dagan wrote: Hi Shahin Thanks again for your

Re: Get root certificates from System Store of Windows

2010-01-10 Thread Shahin Khorasani
, pContext)) { x509 = NULL; x509 = d2i_X509(NULL, pContext-pbCertEncoded, pContext-cbCertEncoded); if (x509) { X509_STORE_add_cert(store, x509); X509_free(x509); } } CertFreeCertificateContext(pContext); CertCloseStore(hStore, 0); } Shahin Khorasani NARUSE, Yui wrote: On Unix,

Re: SSL / zlib compression

2006-09-27 Thread Shahin Khorasani
the result compression is an optional layer (i think no compression used in well-known ssl implementation) and ur question answer : zlib-compression - encryption regards __ Shahin Khorasani PKI Dept. Sharif SecureWare Co. www.parssign.com

Re: Web-of-trust authentication in OpenSSL.

2006-09-27 Thread Shahin Khorasani
name why retroshare uses selfsigned pgp certificate . how can i find more people usinn this software regrads __ Shahin Khorasani PKI Dept. Sharif SecureWare Co. www.parssign.com

Re: [openssl.org #1400] spurious CRs in S/MIME clearsigned mails

2006-10-02 Thread Shahin Khorasani
, empty line, body) is CRLF, but at moment I cannot point to RFC. [SNIP] Roumen --- dear roumen the rfc you pointed them, are : rfc2045, rfc2311 , rfc3850(3854) regrads __ Shahin Khorasani PKI Dept. Sharif SecureWare Co. www.parssign.com

Re: how to generate RSA format data?

2010-02-02 Thread Shahin Khorasani
: A9 BD 1F 9B B1 AC 34 66 75 93 BF 48 82 EF 7C 88 : 08 0E 68 6B F3 B6 70 81 A0 BD A7 F8 1B 2E 3D 02 : 09 53 55 A7 8E E6 14 E0 FD CF 10 96 7A 85 FB 3F : 69 F5 4C 34 A7 7E 20 25 3F D3 84 00 CA A9 F6 EA : 8F 289 3: INTEGER 65537 : } : } : } Regards, Shahin Khorasani hunter li wrote: Hi, All, I