how add new OID into OpenSSL core?

2001-10-18 Thread Martin Szotkowski
Hi, is possible and how add my private OID into OpenSSL core. I mean into /crypto/objects/ * . Maybe into objects.txt and how translate it to *.c code. thanks Martin __ OpenSSL Project http://www.

asn1 -> der question

2001-07-23 Thread Martin Szotkowski
Hi all, can me someone explain, how is encoded e.g. OCTET_STRING whit UNKNOWN length into DER code? Especially if data in octed_string contain 0x00 0x00. thanks Martin __ OpenSSL Project http://ww

Re: How to create a certificate revokation request

2001-04-04 Thread Martin Szotkowski
try look at CMC (RFC ) and CMP/CRMF (RFC 2510 / 2511) Martin > Hi all, > are there openssl commands to generate a certificate revokation request? > > Is the command > openssl x509 -x509toreq -signkey key.pem -in cert.pem -out > cert.req > a possible candidate? > > Has a certificate

BIO problem

2001-01-24 Thread Martin Szotkowski
Hi all, I have 2 READ BIOs and I want concatenate it. Because this BIOs are large copy one BIO to other is too slow. In some case is possible, that this two BIOs are different type. I found this function but nothing get. I think this will be good function for example open certificates files and pu

Re: what is ISO 9796?

2000-12-11 Thread Martin Szotkowski
> 'net. Although I appreciate that this standard covers data encryption, I > don't think it's that relevant to this list. Anyone care to differ? I can use OpenSSL with HW engine which support only iso9796 (:-<) Martin __ OpenSS

Re: what is ISO 9796?

2000-12-11 Thread Martin Szotkowski
375299 Fax: +44 (0) 1733 370848 [EMAIL PROTECTED] > > > > -Original Message- > > From: Martin Szotkowski [mailto:[EMAIL PROTECTED]] > > Sent: 11 December 2000 15:03 > > To: [EMAIL PROTECTED] > > Subject: what is ISO 9796? > > > >

what is ISO 9796?

2000-12-11 Thread Martin Szotkowski
have anybody description (or short description) of this document? Martin __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Man

Re: bad certificate request

2000-09-06 Thread Martin Szotkowski
thanks Steve, Where can I obtain dumpasn1? (openssl asn1parse is slightly easy) > Anyway I've updated the development version to store the original > encoding and work out signatures from that. It will now verify your > request correctly. It will be in the next snapshot and OpenSSL 0.9.6 When

Re: bad certificate request

2000-09-05 Thread Martin Szotkowski
thanks Steve, > Excellent, someone has actually included the data for a change. > > The problem is that the request is improperly encoded. I looked in the request. Version is 2, but in PKCS10 is version 1. Maybe there is the problem. (where is defined pkcs10 version 2?) > > It uses a non standa

bad certificate request

2000-09-04 Thread Martin Szotkowski
Hi, our CA obtain this certificate request, but when we try issue certificate with openssl 0.9.5a openssl ca -config ca.cfg -in cert.req this error occured: Using configuration from ca.cfg Check that the request matches the signature Signature did not match the certificate request but when I try

Re: import certificate in ie

2000-08-11 Thread Martin Szotkowski
in IE5 you can use xenroll.InstallPKCS7(sz10) but I don't know if sz10 may be X.509 or only PKCS#7 Martin - Original Message - From: "Arnaud De Timmerman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 11, 2000 7:44 AM Subject: import certificate in ie > > > Dear all,

difference between OpenSSL and BSAFE libs?

2000-05-26 Thread Martin Szotkowski
Hi all, In our company we have used OpenSSL few years (from SSLeay 8.x) but my chiefs want increase our image buying BSAFE libraries. When I tested SSL-C this look like OpenSSL. (I know both start from SSLeay) Are somewhere document differences betwteen this two products? Go both by same way? Is s

Re: v3 extension

2000-03-28 Thread Martin Szotkowski
> Poom Malakul wrote: > > > > Does openssl 0.9.5 support full of v3 extension ? > > Not all of them but many of the more common extensions. Is hard to implement more v3 extensions? How OpenSSL look at PKIX WG, support or will support RFC 2459? Martin _