openssl and pdf signature

1999-06-04 Thread GOMEZ Henri
Did someone take a look at PDF Digital Signature and openssl ? http://partners.adobe.com/supportservice/devrelations/nonmember/acrosdk/DOCS /ppk_pdfspec.pdf ... . . S.L.I.B . . [_] . 5 Place Charles Béraud

Re: question regarding d2i_TYPE()

1999-06-04 Thread vf
> ... > >"length" here is not parameter value but the size of object just decoded > > Ah, OK ... this was my misunderstanding. > > So I can compare the before and after values of *pp to determine the length > of the decoded DER object. sure > >There's lots of user's (well, developer's) habits

Generating numbers for errors

1999-06-04 Thread Lutz Behnke
Hello OpenSSL developers, I am in need of a few extra error codes for my PKCS#11 extension, But I am not quite sure that I grasped all the details of the error code system. What I understand is that - the defines for the codes are in the '.err' files in their respective sections of the library

Re: Benchmark

1999-06-04 Thread Erwann ABALEA
Just run 'openssl speed' and enjoy... You can also give parameters to the 'openssl speed' command. On Fri, 4 Jun 1999, Pierre De Boeck wrote: > Where can I find a program that compute > benchmark time for the ciphers, digests and > public key alg of OpenSSL (I use the 0.9.3a version). -- Erwa

FW: Benchmark

1999-06-04 Thread Pierre De Boeck
Sorry for my question. The "speed" argument for the openssl exe is all what I need. -Original Message- From: Pierre De Boeck [mailto:[EMAIL PROTECTED]] Sent: Friday, June 04, 1999 2:01 PM To: Ssl-users; Ssl-dev Subject: Benchmark Hi all, Where can I find a program

Re: question regarding d2i_TYPE()

1999-06-04 Thread Dave Clark
At 10:46 PM 06/03/1999 , Vadim Fedukovich wrote: >> >> Hello; >> >> I'm attempting to convert a buffer containing a sequence of >> DER-encoded objects into a set of X509 objects. >> >> The documentation for d2i_TYPE: >> >> TYPE *d2i_TYPE(a, pp, length) >> TYPE **a; >> unsigned char

Benchmark

1999-06-04 Thread Pierre De Boeck
Hi all, Where can I find a program that compute benchmark time for the ciphers, digests and public key alg of OpenSSL (I use the 0.9.3a version). In other words, I would like to compute the kind of results that I can find in the times directory. Pierre De Boeck Sr System Eng

Re: question regarding d2i_TYPE()

1999-06-04 Thread Dr Stephen Henson
Dave Clark wrote: > > > >There's lots of user's (well, developer's) habits, shortcuts..etc > >based on this concept already so it's unlikey to get changed easily. > >What for do you need length of der-decoded objects? > > After verifying an X509 cert chain, I want to write the DER-encoded > obj

Re: Generating numbers for errors

1999-06-04 Thread Dr Stephen Henson
Lutz Behnke wrote: > > Hello OpenSSL developers, > > I am in need of a few extra error codes for my PKCS#11 extension, > But I am not quite sure that I grasped all the details of > the error code system. > > What I understand is that > - the defines for the codes are in the '.err' files in thei

Re: ca-fix required in openssl 0.9.3

1999-06-04 Thread Ralf S. Engelschall
In article <[EMAIL PROTECTED]> you wrote: > GOMEZ Henri wrote: >> >> Hi. >> >> Since openssl 0.9.3, ca-fix seems to be no more supported. >> Since I've got to generate CA cert and user certs (with pkcs12), I use a >> script >> modified from mca.sh found in mod_ssl. >> >> Question : How did I r

Re: Generating numbers for errors

1999-06-04 Thread Ulf Möller
This explanation probably should be added to the docs directory. > If all you are doing is adding reason and function codes to existing > libraries then you just need to add them in the C source files then type > "make errors" at the top level. Error codes will then be added to the > relevent hea

Re: question regarding d2i_TYPE()

1999-06-04 Thread Dave Clark
At 11:33 AM 06/04/1999 , Stephen N. Henson wrote: >Dave Clark wrote: >> >> >> >There's lots of user's (well, developer's) habits, shortcuts..etc >> >based on this concept already so it's unlikey to get changed easily. >> >What for do you need length of der-decoded objects? >> >> After verifying

Re: openssl-0.9.3

1999-06-04 Thread Ulf Möller
>When building openssl-0.9.3 on HP-UX 9.07 with the HP-UX native unbundled cc, >exptest dies with a floating point exception before even displaying the first >dot. This is independent from compiler optimization settings and reproducable >on different hardware. The stack tracebacks differ due to ra

Re: no subject

1999-06-04 Thread Ulf Möller
> I'm trying to compile the 0.9.2b OpenSSL source in an embedded >system. One of the unresolved externals I get is bn_qadd(), which is a >routine used by bn_sub() (bn_sub.c). I can't seem to find the implementation >of this routine anywhere in the OpenSSL source. The file bn_sub.c is not ac

sparc linux configuration

1999-06-04 Thread Ray Miller,,+44 (0)1865 283284,+44 (0)1865 435156
Hi, I just (successfully) installed and tested OpenSSL on a sparc running ultrapenguin. However, my first attempt failed miserably as the config script gets it wrong: bash-2.02$ ./config -t Operating system: sparc64-whatever-linux2 Configuring for linux-elf /usr/bin/perl ./Configure linux-elf I

more test problems

1999-06-04 Thread Mark Crispin
This happened when I built it without rsaref. testing rsa conversions p -> d p -> p d -> d p -> d d -> p p -> p ./rsa_oaep_test PKCS #1 v1.5 encryption/decryption ok OAEP encryption/decryption ok PKCS #1 v1.5 encryption/decryption ok OAEP encryption/decryption ok PKCS #1 v1.5 encryption/decryptio

test still fails

1999-06-04 Thread Mark Crispin
I rebuilt without optimization, and still get: Protocol SSLv2, cipher SSLv2, DES-CBC3-MD5 test sslv3 ERROR in SERVER 16177:error:1408C095:SSL routines:SSL3_GET_FINISHED:digest check failed:s3_both.c:147: 16177:error:140940E5:SSL routines:SSL3_READ_BYTES:ssl handshake failure:s3_pkt.c:651: Protoco

Re: test still fails

1999-06-04 Thread Dj Browne
Hey, thats great that your doing this...I was thinking about taking a shot at implementing this once I finish with the present project that I am on. (So maybe by StarWars II :) How far along is the work? I'll keep an eye out on the Pine site! Just wondering. Derek "An Avid (PC)Pine user"

Re: more test problems

1999-06-04 Thread Ulf Möller
> OAEP decryption (encrypted data) failed! > OAEP decryption (test vector data) failed! The SHA-1 implementation in version 0.9.3 does not work on some platforms. That may also account for the problems with SSL. Please get the bug fix release OpenSSL 0.9.3a. _