R: Problem with multiple level CA

2011-02-17 Thread Federico Berton
Have you added the ROOTCA certificate in the trusted root certificate? FEDERICO BERTON AREA SVILUPPO Via Europa, 20 35015 Galliera Veneta (PD) TEL. 049.9988200 FAX 049.9471337 http://www.trivenet.it -Messaggio originale- Da: owner-openssl-us...@openssl.org [mailto:owner-openssl-us

R: Problem with multiple level CA

2011-02-17 Thread Federico Berton
Yes, regardless of the OS because it needs to know that you approve that your home-made ROOT CA is credible. FEDERICO BERTON AREA SVILUPPO Via Europa, 20 35015 Galliera Veneta (PD) TEL. 049.9988200 FAX 049.9471337 http://www.trivenet.it -Messaggio originale- Da: owner-openssl-us

R: New User Problem

2011-04-28 Thread Federico Berton
Hi FBE, It seems that you are missing the '-new' parameter in Step 3, in order to create the certificate request file. However, in order to create a self signed certificate you have also the '-x509' param: openssl req -new -x509 -key server1.key -out server1.crt -Messaggio originale-

R: openssl.exe crashes generating a CSR

2011-04-28 Thread Federico Berton
Hi Jesse, Did you installed the related c++ runtime files? FEDERICO BERTON I ran this command on my Win 7 x64 machine: c:\GnuWin32\bin>openssl req -new -key switchvox.key -out switchvox.csr -config ..\share\openssl.

R: gmail smtp server authentication??

2011-05-10 Thread Federico Berton
(MAIL FROM, RCPT TO etc) However you can follow this guide http://www.fehcom.de/qmail/smtpauth.html for smtp auth methods. FEDERICO BERTON AREA SVILUPPO Via Europa, 20 35015 Galliera Veneta (PD) TEL. 049.9988200 FAX 049.9471337 http://www.trivenet.it -Messaggio originale- Da: owner-opens

Save a pkcs#7 structure to a file

2010-06-23 Thread Federico Berton
Hi guys, I am trying to save a pkcs#7 structure with sign-and-enveloped data to a file but I can't find the appropriate function. I know that i should use somewhat kind of BIO. Can somebody help me? Thanks in advance and sorry for my bad english. Berton Federico

PKCS#7 and CMS Signed-And-Enveloped-Data command line

2010-07-01 Thread Federico Berton
command-line like openssl cms -sign -in myfile.xml -signer sender.crt -inkey sender.key -binary \ | openssl cms -compress \ | openssl cms -encrypt -des3 -out signed-and-enveloped.data recipient.crt Thanks in advance. FEDERICO BERTON AREA SVILUPPO Via Europa, 20 35015 Galliera

R: Command line

2010-07-29 Thread Federico Berton
ificate request: openssl req -new -key rsa.key -days 365 -set_serial 01 -out certificate_req.pem Finally, use the CA to sign the certificate request: openssl x509 -out certificate.pem -CA ca.crt -CAkey ca.key -set_serial 01 -req -days 365 -in certificate_req.pem FEDERICO BERTON AREA SVILUPPO Via