pkcs#7 sign with OpenSSL

2011-12-15 Thread Pietro Romanazzi
I've lost the note. Could you help me. Thanks Pietro Romanazzi __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Automated List Ma

Verify p7m countersignatures

2010-11-16 Thread Pietro Petteni
wrong and there is a function that does what I need, please show it to me!! All suggestions are welcome. Thanks, Pietro -- Pietro Petteni I videogiochi non influenzano i bambini. Voglio dire, se Pac-Man avesse influenzato la nostra generazione, staremmo tutti saltando in sale scure, mastica

SSL_accept error

2009-12-18 Thread Pietro Romanazzi
553     Timeout   : 300 (sec)     Verify return code: 0 (ok) --- 220 smtpout.fastweb-pec.it ESMTP Service ready It seems that the certificate is good and the handshake ends with success. The OpenSSL version is OpenSSL> version OpenSSL 0.9.7a Feb 19 2003 OpenSSL> Any idea? Bes

Who can help me with this error? ECDH

2008-09-18 Thread Pietro Albano
Hi all i develped this program, but when i run it i receive Segmentation Fault, pls help me this this software is my project for exame :( I attach source this is error from gdb: EC_write_point (point=0x804c998, group=0x804c4b8, ctx=0x804c318, str=0x804971d "Punto condiviso P (x,y): ", out=

ECDH

2008-07-05 Thread Pietro Albano
Hi all, I must develop a simple program to do ECDH. This is an example of what i think: EC_POINT_mul(group,Q,NULL,EC_KEY_get0_public_key(a),EC_KEY_get0_private_key(a),ctx); EC_POINT_mul(group,R,NULL,EC_KEY_get0_public_key(a),EC_KEY_get0_private_key(b),ctx); EC_POINT_mul(group,A,NULL,Q,EC_KEY_ge

EC-Elgamal not work fine

2008-07-05 Thread Pietro Albano
Hi all, I developed EC-Elgamal crypto schema, work fine till I use NIST Prime-Curve, but when I try to work on NIST Binary-Curve crypted point is egual to decrypted poit. This is source code, pls help me :( #include #include #include #include "../e_os.h" #include /* for OPENSSL_NO_E

How to generate bilinear map

2008-07-04 Thread Pietro Albano
Hi all, Who can help me to generate bilinear map? __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Automated List Manager

RE: Subtract betwen two EC_POINT

2008-07-04 Thread Pietro Albano
Thanks for the interest, i resolved with EC_POINT_invert(). EC-Elgamal work fine :) Il giorno ven, 04/07/2008 alle 11.56 -0600, Bill Colvin ha scritto: > Pietro: OpenSSL seems to provide add, double, invert and multiply > routines for EC points. There does not seem to be an explicit r

Subtract betwen two EC_POINT

2008-07-04 Thread Pietro Albano
Hi all, I'm newby on openssl coding, I developing Elgamal chiper , i need subtract two EC_POINT who can help me? __ OpenSSL Project http://www.openssl.org User Support Mailing List

why PKCS12_parse() returns 0?

2000-10-23 Thread Pietro
", MB_OK); } ret = PKCS12_parse( p12, password, &privkey, &cert, &ca); } Pietro __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

Re: generating a certificate chain in pkcs7 format using OpenSSL?

2000-09-20 Thread Pietro
try this: "openssl crl2pkcs7 -out pkcs7chain -nocrl -certfile usercert -certfile ca1cert -certfile ca2cert " and so on for any other certs in the chain. Pietro > Does anyone know how to generate a certificate chain in pkcs7 form using > OpenSSL?

Re: Suggestion: smime -noexpire

2000-08-31 Thread Pietro
sort. You need to the time the text was signed. I realy would like to have the last word and decide to trust or not a message signature and certificate, and I think that a command line flag of meaning "don't care if cert is actually expired" would be useful. Other comments? Piet

Re: Why IE can't use my certificate?

2000-08-29 Thread Pietro
All I recall is that it works from SP 4 upwards. Pietro > Hi, > Thanks for Coronado's answer first. > But I think my problem is not that. > I generated three certificates,one is self siged for CA,one is for IIS server,and > the last one is for IE.The last two are sige

Re: I'm still so very confused about certificates

2000-08-28 Thread Pietro
Your are right, anyway export restrictions have been almost removed or heavy modified and maybe we are going off topic :-) Pietro > "[EMAIL PROTECTED]"<[EMAIL PROTECTED]> writes: > > > there has been a generation of browsers supporting SSLv3 AND USA export &g