Re: Logotype encoding

2010-11-23 Thread Dr. Stephen Henson
On Mon, Nov 22, 2010, Patrick Patterson wrote: Hi All: Here is a question for the ASN1 encoding gods :) Given: LogotypeExtn ::= SEQUENCE { communityLogos [0] EXPLICIT SEQUENCE OF LogotypeInfo OPTIONAL, issuerLogo [1] EXPLICIT LogotypeInfo OPTIONAL, subjectLogo [2]

Creating a PKCS#7 file using OpenSSL from the command line - is this possible?

2010-11-23 Thread richard.folwell
I'm fairly comfortable now using OpenSSL from the command line for basic operations: certificate management, encryption, decryption, signing and verification. However I need to create encrypted and signed files to meet PKCS#7, and cannot find any documentation online that explains how to do this.

Re: Creating a PKCS#7 file using OpenSSL from the command line - is this possible?

2010-11-23 Thread Dr. Stephen Henson
On Tue, Nov 23, 2010, richard.folw...@barclays.com wrote: I'm fairly comfortable now using OpenSSL from the command line for basic operations: certificate management, encryption, decryption, signing and verification. However I need to create encrypted and signed files to meet PKCS#7, and

Re: Logotype encoding

2010-11-23 Thread Patrick Patterson
Hi Steve: Please see reply inline. On 2010-11-23, at 2:41 PM, Dr. Stephen Henson wrote: On Mon, Nov 22, 2010, Patrick Patterson wrote: I believe that an indirect issuerLogo SHOULD be encoded in openssl.cnf as: [extra_extensions] 1.3.6.1.5.5.7.1.12 =

Re: Logotype encoding

2010-11-23 Thread Dr. Stephen Henson
On Tue, Nov 23, 2010, Patrick Patterson wrote: Hi Steve: You have the outer explicitly tagged issuerLogo field but you haven't tagged the choice option logotype_indirect which needs an implicit tag (taken from RFC3709 definition). Ok - what would the syntax of that be? I don't

Private Key from Windows Cert Store

2010-11-23 Thread Fili, Tom
I'm trying to load a private key file of a personal cert from a key file and load it like so: SSL_CTX_use_PrivateKey_file(pSSLContext, privateKeyFile, SSL_FILETYPE_PEM) However the certificate is in the Windows Certificate Store. I'm trying to write it out to a PEM file, but I'm not quite sure

openssl-1.0.0b - include\openssl empty headers files

2010-11-23 Thread EnigmaTrader
openssl-1.0.0b - include\openssl header All header files in there are zero length. Tried 0.9.8p.tar.gz also... Has to be something I am doing. Never run into this before. Using 7zip. __ OpenSSL Project

Identifying openssl version from lib

2010-11-23 Thread Muhammed Shafeek
Hi, How can I identify the exact openssl version from libssl. I've a server using libssl.so.0.9.8. I want to know the exact patch version (eg: 0.9.8j or 0.9.8k) from the lib. Is it possible? Thanks in advance Shafeek

Re: Identifying openssl version from lib

2010-11-23 Thread Pierre DELAAGE
Sorry for my previous improper answer ! it was targeting another thread... Le 24/11/2010 06:57, Muhammed Shafeek a écrit : Hi, How can I identify the exact openssl version from libssl. I've a server using libssl.so.0.9.8. I want to know the exact patch version (eg: 0.9.8j or 0.9.8k) from the

Re: Identifying openssl version from lib

2010-11-23 Thread Pierre DELAAGE
Hi, Apparently you are using 7zip on Linux or Unix environment. Some people complained recently that it is unable to restore proper symbolic links.. I use it on Windows and never had any problem, with various openssl archives up to 100a, probably because of some trick that replaces links by

Re: Identifying openssl version from lib

2010-11-23 Thread Richard Levitte
In message aanlkti=xi-zwhp+ooamahgrhhwqp3g0ibydquyyi0...@mail.gmail.com on Wed, 24 Nov 2010 11:27:12 +0530, Muhammed Shafeek shafee...@gmail.com said: shafeek76 How can I identify the exact openssl version from libssl. shafeek76 I've a server using libssl.so.0.9.8. I want to know the exact patch