On Thu, 20 Feb 2003 10:53:49 +, Andrew Marlow wrote:
>Yes, it's annoying that OpenSSL did this, but there it is.
>OpenSSL 0.9.7 has this file in the source tree, it just doesn't
>install it!
Because this file is for OpenSSL internal use only.
>OpenSSL 0.9.6 installs it properly, so I
On Wed, 19 Feb 2003 22:49:03 +0900 (JST), [EMAIL PROTECTED] wrote:
(B
(B>I think, you must close socket, for finishing SSL_read().
(B>Ya..., It's not a "gentle" way.
(B>Or, may be you can use non-blocking sockets.
(B
(BNO! Do not *ever* close a socket in one thread while it is bei
Title: Certificate question
Does anyone out there have detailed information on how one could accomplish the following:
Create one OpenSSL certificate that functions as a SERVER Certificate and the Root CA at the same time?
In other words, I go through the process of generating a newreq.pe
On Fri, Feb 21, 2003, Austin Krauss wrote:
> Hello all, I've used the PKCS12_parse( ) function to obtain a stack of CA
>certificates from a PKCS12 buffer. Now I'd like to load these certificates as trusted
>CAs in my SSL_CTX object. My first attempt at this goes something like:
>
> /* And add
Hello all, I've used the PKCS12_parse( ) function
to obtain a stack of CA certificates from a PKCS12 buffer. Now I'd like to load
these certificates as trusted CAs in my SSL_CTX object. My first attempt at this
goes something like:
/* And add the CAs to our trusted stack
*/ cert_store =
On Fri, Feb 21, 2003, Hadmut Danisch wrote:
> On Fri, Feb 21, 2003 at 02:44:10PM +0100, Dr. Stephen Henson wrote:
>
> > in the first part (before any sections). Then add something like:
> > [init_section]
> > oid_section=asn1_oids
> > [asn1_oids]
> > whatever_oid=1.2.3.4
> >
> > to then end of t
On Fri, Feb 21, 2003 at 02:44:10PM +0100, Dr. Stephen Henson wrote:
> in the first part (before any sections). Then add something like:
> [init_section]
> oid_section=asn1_oids
> [asn1_oids]
> whatever_oid=1.2.3.4
>
> to then end of the config file. The objects added should then be visible to
> a
On Fri, Feb 21, 2003, Hadmut Danisch wrote:
> Hi,
>
> I have a question about defining arbitrary extensions.
> I want to generate certificates with a new extension, so
> I defined something like
>
> [ OIDs ]
>
> kurz= 1.3.6.1.4.1.11009
>
>
> but it doesn't work as expected:
>
>
Hi,
I have a question about defining arbitrary extensions.
I want to generate certificates with a new extension, so
I defined something like
[ OIDs ]
kurz= 1.3.6.1.4.1.11009
but it doesn't work as expected:
- If I have an entry like
kurz = "kurz"
in an distinguish