Is openssl works on WIN2k8 server

2008-05-14 Thread Prathima Dandapani -X (pdandapa - HCL at Cisco)
Hello, Anyone tried executing openssl on WIN2k8 server? Is it officially supported? Thanks in advance, Prathima.

RE: Q about ssleay_rand_add Vul. and command line openssl req tool

2008-05-14 Thread David Schwartz
Harakiri wrote: > i've not digged through the whole openssl source yet - but it > seems to me that the recent Debian > Issue with the ssleay_rand_add method here > http://svn.debian.org/viewsvn/pkg-openssl/openssl/trunk/rand/md_ra > nd.c?rev=141&view=diff&r1=141&r2=140&p1=openssl/trunk/rand/md_ra

Q about ssleay_rand_add Vul. and command line openssl req tool

2008-05-14 Thread Harakiri
Hello, i've not digged through the whole openssl source yet - but it seems to me that the recent Debian Issue with the ssleay_rand_add method here http://svn.debian.org/viewsvn/pkg-openssl/openssl/trunk/rand/md_rand.c?rev=141&view=diff&r1=141&r2=140&p1=openssl/trunk/rand/md_rand.c&p2=/openssl/tru

Re: Use ssh-format key

2008-05-14 Thread jimmy bahuleyan
Jameson "Chema" Quinn wrote: I have a public key in the following format: ssh-dss B3NzaC1kc3MAAACBANp8I4YOSRlhoLGkHzRL1n0oOyrZUpJwxAv2nYgfeFtCxGT1V3S5yPchB/eQhOlh2qsRD9C85FFQPhIIoGhcFObQ8JApDhGC7Ry/9rU+kygRMvc5QwKR2nmGHb2S8NV8GwqAZXfYCM9IEwErS8BY+H0PGzJtBXw926fwz7YgJmZLFQCzrVxVqen0ZQ08E

Re: Issue with encrypting emails using openssl

2008-05-14 Thread Patrick Patterson
On May 14, 2008 08:05:30 am Viresh Singh wrote: > Hi > I am trying to create a certificate authority. I am trying secure emails > from my clients to my server. The client certificates import fine. Trying > to send a signed email work fine but encrypting the email does not. It > states that the

Regarding builing fips and openssl shared object for ARM

2008-05-14 Thread Peter Park
I am a newbie for this. I need your help I'd like to build fips and openssl shared object for ARM. But I am having a hard time to build it. So, could you enlighten me about this? compile enviroment : redhat 7.2 1. build openssl-fips-1.1.2 ./config fips make make install ===> this one is compile

Use ssh-format key

2008-05-14 Thread Jameson "Chema" Quinn
I have a public key in the following format: ssh-dss B3NzaC1kc3MAAACBANp8I4YOSRlhoLGkHzRL1n0oOyrZUpJwxAv2nYgfeFtCxGT1V3S5yPchB/eQhOlh2qsRD9C85FFQPhIIoGhcFObQ8JApDhGC7Ry/9rU+kygRMvc5QwKR2nmGHb2S8NV8GwqAZXfYCM9IEwErS8BY+H0PGzJtBXw926fwz7YgJmZLFQCzrVxVqen0ZQ08EimzTtBimRvvAwAAAIBGqpPGAw9fUcBRM

Issue with encrypting emails using openssl

2008-05-14 Thread Viresh Singh
Hi I am trying to create a certificate authority. I am trying secure emails from my clients to my server. The client certificates import fine. Trying to send a signed email work fine but encrypting the email does not. It states that the intended recipient has missing or invalid certificates,

EC Private Key ASN1 Representation

2008-05-14 Thread Alvarez, Daniel
According to the SEC1 document, the EC Private key representation is as follows: ECPrivateKey{CURVES:IOSet} ::= SEQUENCE { version INTEGER { ecPrivkeyVer1(1) } (ecPrivkeyVer1), privateKey OCTET STRING, parameters [0] Parameters{{IOSet}} OPTIONAL, publicKey [1] BIT STRING OPTIONAL } >From page 82