error message during creation of a CSR

2005-11-13 Thread Thomas Schachtner
Hi group, I have a problem with openssl giving an error message when creating a CSR. The command line I am using is: /usr/bin/openssl req -passout pass:test -keyout /srv/www/vhosts/ipsec/certs/test.pem -out /srv/www/vhosts/ipsec/certs/test.pem -rand /dev/urandom -days 365 -new -subj

EVP_DecryptFinal_ex fails on larger files

2005-11-13 Thread clarksom
I am trying to make a C++ class to make encrytion and decrytion simple using the blowfish algorithm with openssl. Anyways, I have modelled my program around http://www.linuxgazette.com/issue87/misc/vinayak/sym_funcs.c.txt which is a C program for reading and writing files, with encrytion using

EVP_Decrypt_Final_ex fails on larger files

2005-11-13 Thread clarksom
I am trying to make a C++ class to make encrytion and decrytion simple using the blowfish algorithm with openssl. Anyways, I have modelled my program around http://www.linuxgazette.com/issue87/misc/vinayak/sym_funcs.c.txt which is a C program for reading and writing files, with encrytion using

PKCS7: what can be the content type (part of Content info ) other than simple data in Signed data

2005-11-13 Thread Konark
Hello Steve, Once again Thanks for your last solution ( Digest info ). I have small doubt about ... what can be the content type (part of Content info ) other than simple data in Signed data. Structure description SignedData ::= SEQUENCE { version

Problem with DSS ciphersuites

2005-11-13 Thread Nadav Golombick
I am trying to perform a handshake using DSS cipher suites. Everytime I attempt it, I get a no shared cipher message. The certificate I am using contains RSA certificates and DSA public and private keys (chained certificate). What am I doing wrong? -- Nadav Golombick

Re: Problem with DSS ciphersuites

2005-11-13 Thread Victor B. Wagner
On 2005.11.14 at 08:08:07 +0200, Nadav Golombick wrote: I am trying to perform a handshake using DSS cipher suites. Everytime I attempt it, I get a no shared cipher message. The certificate I am using contains RSA certificates and DSA public and private keys (chained certificate). What am I