Have query about certificates on-disk size on encoded szie of x509 certificate mismatch.

2013-08-07 Thread baban devkate
Hello, Have query about certificates on-disk size on encoded szie of x509 certificate mismatch. code snippet:- Status = ReadCertKeyFile ( ); //populates X509Data & X509DataSize by reading ca-int.crt of 0x3C9 bytes on-disk size FYI-ca-int.crt is chained from ca.crt BIOX509 = BIO_new_me

Re: Does OpenSSL support AES-256-CCM?

2013-08-07 Thread Wim Lewis
On 6 Aug 2013, at 12:57 PM, Richard Cook wrote: > I'm trying to determine if the current development version of OpenSSL > supports AES-256-CCM. I've cloned the repository from > https://github.com/openssl/openssl, built locally and tried the following > commands: > > ./openssl ciphers | grep C

openssl 6.2 hangs

2013-08-07 Thread Marlon Davis
To the openssl community; I have installed openssl 6.2 on my mac book pro and tried to ssh to a server and the ssh session hangs. The host server shows that a connection was established but I cannot return a prompt to indicate that I am connected to the server. Can someone advise? Thanks in ad

Does OpenSSL support AES-256-CCM?

2013-08-07 Thread Richard Cook
Hi, I'm trying to determine if the current development version of OpenSSL supports AES-256-CCM. I've cloned the repository from https://github.com/openssl/openssl, built locally and tried the following commands: ./openssl ciphers | grep CCM This yields no matches. The following, however, does:

Re: asn1 encoding routines error: x509_extension, from ssl3_get_server_cert

2013-08-07 Thread Frank Migge
Dear Mithun, I came across this thread by researching the same question: > > Does openssl support "S/MIME Capabilities" certificate extension? For the following shortened code: /* display the cert extension list here */ for (i=0; ivalue); } ...used with a CSR having that exte