[ANNOUNCE] OpenSSL 0.9.8 beta 6 released

2005-06-21 Thread Richard Levitte - VMS Whacker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 OpenSSL version 0.9.8 Beta 6 (FINAL!) = OpenSSL - The Open Source toolkit for SSL/TLS http://www.openssl.org/ OpenSSL is currently in a release cycle. The sixth beta is now released. The beta

Linker errors while compiling openssl v0.9.7g

2005-06-21 Thread Sitaram
Hi I am getting the following linker errors while compiling. I have used perl, nasm.exe to do the compilation. Help will be appreciated. Thanks in advance. link /nologo /subsystem:console /machine:I386 /opt:ref /dll /out:out32dl l\libeay32.dll /def:ms/LIBEAY32.def

Re: mini-ASN.1 compiler 0.9.8-beta5

2005-06-21 Thread pana
You find the error. The version used is 0.9.7e!!! Probably I uninstalled not well the old version. thanks pana 2005/6/16, Richard Levitte - VMS Whacker [EMAIL PROTECTED]: In message [EMAIL PROTECTED] on Thu, 16 Jun 2005 11:51:57 +0200, pana [EMAIL PROTECTED] said: panasa1 The error I get

Re: problem verifying signature from java

2005-06-21 Thread Dr. Stephen Henson
On Thu, Jun 16, 2005, coco coco wrote: Sorry to disappoint you, I've been banging my head on the monitor for 2 days now, going over the code and manual/api docs/examples/google for so many times, and I'm still having difficulties to get openssl and Java work together. All my crypto coding

Re: mini-ASN.1 compiler 0.9.8-beta5

2005-06-21 Thread pana
...now the problem is how to uninstall or upgrade openssl, because I try to do it but always the version is 0.9.7e. I simply removed the folder Is there an uninstall function? bye pana 2005/6/21, pana [EMAIL PROTECTED]: You find the error. The version used is 0.9.7e!!! Probably I uninstalled

Openssl Certification Keys?

2005-06-21 Thread Hokhold, Mark
Users, I'm not exactly sure what is causing this problem, but it doesn't seem (to me anyway) that syslog-ng likes the default certificate keys that I setup. Any help would be greatly appreciated. I have the following on my server and client solaris 9 systems: Syslog-ng

Decrypting RSA Private Key

2005-06-21 Thread Nick G.
Hello, I have a need to read an encrypted RSA Private Key generated using openssl with a java program. I have included some background at the end of this message, but my question is basically: how is the pass phrase converted into the key part? I can get the IV from the DEK-Info line, but I

Re: Decrypting RSA Private Key

2005-06-21 Thread Dr. Stephen Henson
On Tue, Jun 21, 2005, Nick G. wrote: Hello, I have a need to read an encrypted RSA Private Key generated using openssl with a java program. I have included some background at the end of this message, but my question is basically: how is the pass phrase converted into the key part? I can

problem with signature chain in X509 certificates

2005-06-21 Thread soukyan
Hello I have the following code: variables X509 * cert; and X509_PUBKEY * working_public_key; are previously instantiated. ASN1_BIT_STRING_free(working_public_key-public_key); working_public_key-public_key = ASN1_STRING_dup(cert-cert_info-key-public_key); if

Re: problem with signature chain in X509 certificates

2005-06-21 Thread Dr. Stephen Henson
On Tue, Jun 21, 2005, soukyan wrote: Hello I have the following code: variables X509 * cert; and X509_PUBKEY * working_public_key; are previously instantiated. ASN1_BIT_STRING_free(working_public_key-public_key); working_public_key-public_key =

Re: Openssl Certification Keys?

2005-06-21 Thread Andy W. Clements
It might be Stunnel-4.10. The developer states in the change-log that the 4.10 version is experimental and that the 4.09 is the stable version. I had connection problems on a FreeBSD 5.3 box with 4.10 and the 4.09 version cleared it up and everything works. --Andy On Tue, 2005-06-21 at 11:04

Re: problem with signature chain in X509 certificates

2005-06-21 Thread soukyan
Dr. Stephen Henson wrote: On Tue, Jun 21, 2005, soukyan wrote: Hello I have the following code: variables X509 * cert; and X509_PUBKEY * working_public_key; are previously instantiated. ASN1_BIT_STRING_free(working_public_key-public_key); working_public_key-public_key

Does datastructures free'd by ERR_remove_state grow?

2005-06-21 Thread Krishna M Singh
Hi all I'm working on implementing HTTPS support for a server that is expected to run 24x7. I have a question related to the memory leaks. Do these automatically allocated data structures that are freed with ERR_remove_state() grow? My system has threads that tend to live a very long time.

Re: problem with signature chain in X509 certificates

2005-06-21 Thread Dr. Stephen Henson
On Tue, Jun 21, 2005, soukyan wrote: Dr. Stephen Henson wrote: On Tue, Jun 21, 2005, soukyan wrote: Hello I have the following code: variables X509 * cert; and X509_PUBKEY * working_public_key; are previously instantiated.

Minor compiler nit moving from OpenSSL 0.9.7e to 0.9.7g

2005-06-21 Thread Victor Duchovni
Despite the man page not changing, the d2i_SSL_SESSION() prototype changed between OpenSSL 0.9.7e and 0.9.7g: 0.9.7e: SSL_SESSION *d2i_SSL_SESSION( SSL_SESSION **a, unsigned char **pp, long length); 0.9.7g: SSL_SESSION