Re: OpenSSL on WinCE

2002-01-11 Thread Max Campos
I'm almost ready to release static libs for Palmhehe.. (sorry, there's this growing feud here @ work between Palm and PocketPC). - Max On Fri, 11 Jan 2002, Devaraj Das wrote: > Hi folks, > I am new to this group. I have a question regarding the OpenSSL port to > WinCE. I came to know from

Re: multiple calls on DecryptUpdate

2002-01-11 Thread Dr S N Henson
Cristina Nita-Rotaru wrote: > > Hello. > > There might be a problem with EVP_DecryptUpdate. > > My understanding was that EVP_EncryptUpdate can be called > multiple times and then conclude the encryption by calling > EVP_EncryptFinal. A similar mechanism applies for > EVP_DecryptUpdate and EVP_

Re: X509_NAME ASN.1 encoding

2002-01-11 Thread Dr S N Henson
Stefan Kotes wrote: > > All, > The ASN.1 DER encoding rules for "SET OF" collection say that the values of > the occurrences in this collection should be lexicographically ordered. I > have noticed that i2d_X509_NAME function omits this sorting for the > RelativeDistinguishedName member of the X5

X509_NAME ASN.1 encoding

2002-01-11 Thread Stefan Kotes
All, The ASN.1 DER encoding rules for "SET OF" collection say that the values of the occurrences in this collection should be lexicographically ordered. I have noticed that i2d_X509_NAME function omits this sorting for the RelativeDistinguishedName member of the X509-NAME. BTW, I saw the same beha

Slow CHIL

2002-01-11 Thread wslusarczyk
Hello, During test of nCipher module with openssl 0.9.7 snapshots I found a problem with module working very slow. What could cause these problem ? Explanation below: 1. Certificate Signing (private key RSA 1024 nCipher engine) ~~$ time for i in $(seq 1 100); do > demoCA/index.txt; openssl c

multiple calls on DecryptUpdate

2002-01-11 Thread Cristina Nita-Rotaru
Hello. There might be a problem with EVP_DecryptUpdate. My understanding was that EVP_EncryptUpdate can be called multiple times and then conclude the encryption by calling EVP_EncryptFinal. A similar mechanism applies for EVP_DecryptUpdate and EVP_DecryptFinal. In a test that I am running wher

Re: An openssl shared library versioning problem

2002-01-11 Thread Peter Breitenlohner
On Thu, 10 Jan 2002, Richard Levitte - VMS Whacker wrote: > They are binary compatible. I suggest you look in the openssh source > to see how it detects the version, and yes, it's a bit oversensitive. "ssh -v " reports a lot of debugging information, starting with: OpenSSH_3.0.2p1, SSH protoco

[ANNOUNCE] OpenPKG 1.0 (cross-platform RPM-based Unix software packaging)

2002-01-11 Thread Ralf S. Engelschall
Please excuse this slightly off-topic posting. People have wondered what I've done over the last 14 months and why further development on mod_ssl and my engagement in the OpenSSL and Apache projects had to be slowed down in this time. Most of my contributions were moved to the silent background.

GenerateKey in engine RSA method

2002-01-11 Thread afchine madjlessi
Hello everybody, We are implementing an new engine (based on openssl 0.9.6c) to use the RSA PKCS11 interface of our crypto hardware (Bull Trustway CC2000). We would like to access our C_GenerateKeyPair PKCS11 function through the openssl RSA_generate_key. So we are adding a new entry gen_key in t

OpenSSL on WinCE

2002-01-11 Thread Devaraj Das
Hi folks, I am new to this group. I have a question regarding the OpenSSL port to WinCE. I came to know from the mail archive that Steven Reddie was looking at it. Any more updates on the same? If the thing is done, can I have one version? Thanks and regards, Das.