Re: DSA_sign maximum digest length?

2005-06-15 Thread Nils Larsch
Andrey Warkentin wrote: Hi everybody, I am not at all familiar with OpenSSL or DSA, but I was tinkering around trying to get DSA_sign/DSA_verify to work. I've stumbled upon a peculiar issue I have not seen brought up anywhere else, or documented. Somehow I am not able to sign messages longer

Re: using AES encryption

2005-06-15 Thread Julien ALLANOS
Quoting Nils Larsch <[EMAIL PROTECTED]>: Julien ALLANOS wrote: Hello, I want to use AES encryption in my C application, but I am missing documentation. I only have openssl/aes.h but there isn't any manpage. Can someone points me to any how-to or source code? Thanks for you help. consider usin

Re: mini-ASN.1 compiler 0.9.8-beta5

2005-06-15 Thread pana
I used those commands: "openssl asn1parse -inform TXT -in in.txt -out out.tx" and "openssl asn1parse -genstr 'UTF8:Hello World' " Then I tryed to use it in the openssl.cnf file "myextension=IA5STRING:Hello World" Do you know where is the error? bye pana 2005/6/14, Nils Larsch <[EMAIL PROTECTED]>:

problem verifying signature from java

2005-06-15 Thread coco coco
I'm trying to get a client application written in C++ using OpenSSL to verify a signature sent by a server (in Java) and vice versa. Not sure I specified it correctly, but the signatures generated on both sides, from the same input data, are not the same, and therefore, can't be verify. And this

Re: DSA_sign maximum digest length?

2005-06-15 Thread Andrey Warkentin
Whoops - thanks a lot! I guess for now I'll use the SHA1-Init/Update/Final functions, then look at the EVP higher level interface. Thanks again for clarifying it. On 6/15/05, Nils Larsch <[EMAIL PROTECTED]> wrote: > Andrey Warkentin wrote: > > Hi everybody, > > > > I am not at all familiar with Op

make error on AMD64

2005-06-15 Thread Ronan McGlue
Hi i have a dual opteron box running slamd64 and am trying to compile openssl-engine-0.9.6m$./config ./config Operating system: x86_64-whatever-linux2 Configuring for linux-elf Configuring for linux-elf IsWindows=0 CC=gcc CFLAG =-fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN -DHAVE

Re: using AES encryption

2005-06-15 Thread Julien ALLANOS
Quoting Julien ALLANOS <[EMAIL PROTECTED]>: Quoting Nils Larsch <[EMAIL PROTECTED]>: Julien ALLANOS wrote: Hello, I want to use AES encryption in my C application, but I am missing documentation. I only have openssl/aes.h but there isn't any manpage. Can someone points me to any how-to or sou

Re: mini-ASN.1 compiler 0.9.8-beta5

2005-06-15 Thread Nils Larsch
pana wrote: I used those commands: "openssl asn1parse -inform TXT -in in.txt -out out.tx" "openssl asn1parse ..." doesn't support "TXT" input and "openssl asn1parse -genstr 'UTF8:Hello World' " works for me: [EMAIL PROTECTED]:~> openssl version OpenSSL 0.9.8-beta4-dev XX xxx [EMAIL PR

Re: using AES encryption

2005-06-15 Thread Nils Larsch
Julien ALLANOS wrote: ... Actually, I have tested the following: EVP_CIPHER_CTX_init(&ctx); EVP_CipherInit_ex(&ctx, EVP_aes_192_ecb(), NULL, key->data, NULL, 1); if (!EVP_CipherUpdate(&ctx, ciphertext->data, (int *) &ciphertext->length, plaintext->data, (int) plaintext->length

sendmail + STARTTLS w/ evolution = error:1408A0C1

2005-06-15 Thread Andy W. Clements
Hello All, I'm currently having a problem with setting up STARTTLS with my sendmail on my FreeBSD 5.3 box. I've used openssl to create the cert and key: openssl dsaparam 1024 -out dsa1024.pem openssl req -x509 -nodes -newkey dsa:dsa1024.pem -out mycert.pem -keyout mykey.pem my version of openss

RE: [Fwd: Re: Queries over OpenSSL programs]

2005-06-15 Thread Gayathri Sundar
Hi there, Can any body please tell me, where can I find the answers to these questions? Thanks -Rohan Original Message Subject: Re: Queries over OpenSSL programs From:"Rohan Shrivastava" <[EMAIL PROTECTED]> Date:Wed, June 8, 2005

RE: [Fwd: Re: Queries over OpenSSL programs]

2005-06-15 Thread Gayathri Sundar
Hi there, Can any body please tell me, where can I find the answers to these questions? Thanks -Rohan Original Message Subject: Re: Queries over OpenSSL programs From:"Rohan Shrivastava" <[EMAIL PROTECTED]> Date:Wed, June 8, 2005

Re: sendmail + STARTTLS w/ evolution = error:1408A0C1

2005-06-15 Thread Claus Assmann
On Wed, Jun 15, 2005, Andy W. Clements wrote: > I'm currently having a problem with setting up STARTTLS with my sendmail > on my FreeBSD 5.3 box. I've used openssl to create the cert and key: > > openssl dsaparam 1024 -out dsa1024.pem > openssl req -x509 -nodes -newkey dsa:dsa1024.pem -out mycer