Re: How put issuerUniqueID into certificate?

2007-05-07 Thread Kyle Hamilton
The ITU X.509v1? The X.509v3? The Internet Public Key Infrastructure Certificate Profile? Perhaps the Attribute Certificate profile? Or the Proxy Certificate profile? Or some other profile? Dr. Henson mentioned that it is deprecated, which means that it's likely in one of the older s

[no subject]

2007-05-07 Thread jfhuynh
Hello All, I have a question concerning SSL shutdown procedure. I build a SSL server which accepts sslv2, sslv3 and tlsv1 method. I work in asynchronous mode. Whenever I want to end a SSL session, I use SSL_shutdown API, then SSL_free of my SSL object, then the close of the socket, which is I th

Re: How put issuerUniqueID into certificate?

2007-05-07 Thread Dr. Stephen Henson
On Mon, May 07, 2007, Metalpalo wrote: > > Hello > > I don't know but in the certificate structure I see this: > issuerUniqueID [1] IMPLICIT UniqueIdentifier OPTIONAL, > -- If present, version MUST be v2 or v3 > subjectUniqueID [2] IMPLICIT UniqueIdentifier OPTION

hwoto compiling openssl PocketPC2003 with VS2005???

2007-05-07 Thread Czikó Zsolt
Hello, Do anybody know hwoto compie openssl for PocketPC2003 ARM targetusing VS2005??? I've successfully compiled for EVC4, but EVC4 lacks of new C++ features so I need VS2005 support... Any help? It would worth even some USD-s for me. Thank you! kakamatyi -

Re: How put issuerUniqueID into certificate?

2007-05-07 Thread Peter Sylvester
Kyle Hamilton wrote: I have never heard of issuerUniqueID and subjectUniqueID. If you can point to where you're learning about it, it would be possible for me to figure it out. X.509, where else? smime.p7s Description: S/MIME Cryptographic Signature

Re: 0.9.8.e build for Windows

2007-05-07 Thread Kaushalye Kapuruge
Hi, Check here... :) http://www.slproweb.com/products/Win32OpenSSL.html Cheers, Kaushalye janbar1 wrote: Hi, all :) It's my first post here and first newbie question ;] Where can I downlad 0.9.8.e build for Windows? I'm not a programmer and can't build it myself and like I was reading here it's

Re: How put issuerUniqueID into certificate?

2007-05-07 Thread Metalpalo
Hello I don't know but in the certificate structure I see this: issuerUniqueID [1] IMPLICIT UniqueIdentifier OPTIONAL, -- If present, version MUST be v2 or v3 subjectUniqueID [2] IMPLICIT UniqueIdentifier OPTIONAL, -- If present, versio

Re: Generate same private key

2007-05-07 Thread Kyle Hamilton
No, you cannot regenerate the private key. While keeping the seeds compromises some of the security of the private key, you cannot regenerate the private key from the seeds. -Kyle H On 5/6/07, Metalpalo <[EMAIL PROTECTED]> wrote: Hello everybody My question: Is possible to generate or recove

Re: How put issuerUniqueID into certificate?

2007-05-07 Thread Kyle Hamilton
I have never heard of issuerUniqueID and subjectUniqueID. If you can point to where you're learning about it, it would be possible for me to figure it out. -Kyle H On 5/7/07, Metalpalo <[EMAIL PROTECTED]> wrote: Hello My question is: How can I put issuerUniqueId and subjectUniqueID into the

How put issuerUniqueID into certificate?

2007-05-07 Thread Metalpalo
Hello My question is: How can I put issuerUniqueId and subjectUniqueID into the certificate? It is extension or not ? Thanks -- View this message in context: http://www.nabble.com/How-put-issuerUniqueID-into-certificate--tf3702370.html#a10353456 Sent from the OpenSSL - User mailing list archi

Extract certigicate from pem file

2007-05-07 Thread Metalpalo
Hello How can i extract some certificate from pem file. This file contains a number of certificates concatenaded together in pem format. Is possible extract only one certificate and save to new file? Does exists some option in openssl Thanks -- View this message in context: http://www.nabb