hi. i am new in this
industry. now i am in project. can anybody help me,
how to read the pem format file (like certificate).
i also try to using PEM_read_X509 but
still have error. can anybody give any advise or example
coding using Borland C++.Thank you.
Title: ??: Session Resumption.. d2i_SSL_SESSION() function..
n client side
>
> // store ssl session info to buf
> if(session)
> {
> nsessionLen = i2d_SSL_SESSION(session, NULL);
> //
> if(nsessionLen > 0)
> {
>
On Mon, 27 Aug 2001, Arno Puder wrote:
>
> Hi,
>
> certificates and private keys are usually stored in PEM-formatted files
> and are loaded using the functions SSL_CTX_use_certificate_file() and
> SSL_CTX_use_PrivateKey_file().
>
> If I want to hard code the keys in my application, such as
>
> ch
Hi,
When generating a certificate, is it possible to
add customized name attibutes (other than standard commonName etc.) to
distinguished name?
Yiqiang
Hi,
ya I did that, prior to i2d_SSL_SESSION(), SSL_SESSION_print() prints the
textual description of the cipher. But after doing i2d_SSL_SESSION() and
d2i_SSL_SESSION() it just prints the cipher_id, not the textual cipher
representation. I went inside the i2d_SSL_SESSION() code and found that
pSe
On Wed, Aug 29, 2001 at 01:54:38PM -0400, Aslam wrote:
> I'm doing session resumption on client side. For this of the previous
> session I did a i2d_SSL_SESSION() and in this session, I'm setting this
> SSL_SESSION ptr, which I obtained from d2i_SSL_SESSION().
> Now the problem is when I do a d2i
This email is for all those of you that were spammed by my "Out of Office" reply.
Please, please, please accept my sincere apologies.
A GroupWise filter failed to initialize properly, and instead of NOT replying to any
mail originating from outside the company I work for, it replied to ALL.
Hi,
I'm doing session resumption on client side. For this of the previous
session I did a i2d_SSL_SESSION() and in this session, I'm setting this
SSL_SESSION ptr, which I obtained from d2i_SSL_SESSION().
Now the problem is when I do a d2i_SSL_SESSION() to get the SSL_SESSION ptr,
the ptr->cipher
Hi there,
My platform is Red Hat 7.1 w/Apache 1.3.12 and I just bought a Verisign
certificate they sent me the certificate and I grab the gsid from their
website. I am certain that the CN used is identical to the server name in
the virtual host for my site. I put the certificate in a directory un
On Wed, Aug 29, 2001 at 03:57:07PM +0200, Peter Sommerlad wrote:
> we implemented a C++ iostream wrapper around sockets and ssl sockets.
> the ssl code we derived from apps/s_server.c for setting up
> the SSL_CTX. There the option SSL_OP_NON_EXPORT_FIRST
> is set:
> 615: if (hack) SSL_CTX_set_o
10 matches
Mail list logo