Re: openssl-0.9.6-1 gotcha vs openssh-2.2.0p1-5

2000-11-03 Thread Lutz Jaenicke
On Fri, Nov 03, 2000 at 01:45:59PM +0100, Villy Kruse wrote: On Wed, 1 Nov 2000, Lutz Jaenicke wrote: If you are using shared libraries, you either have to recompile your application or must make sure, that the correct shared library is being used. This is typically assured by including

[PATCH] Minor corrections

2000-11-03 Thread Lutz Jaenicke
Hi! I have just (successfully) tried to build openssl with shared libraries for HP-UX 10.20 using the new build-shared options. Two small corrections (not related to shared libs :-) were necessary. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU

Re: Loading shared libraries under HP-UX on PA32

2000-11-07 Thread Lutz Jaenicke
. Then later, the application can be linked with +b and/or +s option to specify the place where to search for the shared libraries. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl

Re: cvs commit: openssl/crypto/dso dso_dl.c

2000-11-08 Thread Lutz Jaenicke
and build $ENGINE_PATH/name_of_engine when calling shl_load() and/or the application calls some engine_setup(shared_lib_path) and this shared_lib_path is then used when constructing the complete path name to the shared library... Best regards, Lutz -- Lutz Jaenicke

Re: Constification

2000-11-08 Thread Lutz Jaenicke
(and hence the return value _must_not_ be "const char *"). Sorry, couldn't resist :-) Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Te

Re: cvs commit: openssl/crypto/dso dso_dl.c

2000-11-10 Thread Lutz Jaenicke
On Wed, Nov 08, 2000 at 10:15:36AM +0100, Richard Levitte - VMS Whacker wrote: From: Lutz Jaenicke [EMAIL PROTECTED] Lutz.Jaenicke I have not looked into the engine code. It should Lutz.Jaenicke however be possible to perform some string processing Lutz.Jaenicke inside OpenSSL to generate

Re: API request

2000-11-11 Thread Lutz Jaenicke
ave extended the documentation. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129 Universitaetsplatz 3-4, D-

Re: cvs commit: openssl/crypto/dso dso_dl.c

2000-11-11 Thread Lutz Jaenicke
for HP-UX enabled and have SHLIB_PATH evaluated in order to make life easier for application devlopers. (LD_LIBRARY_PATH is evaluated for dlopen() anyhow, so there is no additional risk involved for SHLIB_PATH.) Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] B

Re: cvs commit: openssl Makefile.org

2000-11-13 Thread Lutz Jaenicke
e degradation may occur. I am however not sure, whether "-w" is also recommendable for other platforms. Opinions? Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allg

Re: cvs commit: openssl/crypto/evp bio_enc.c evp.h

2000-11-14 Thread Lutz Jaenicke
orks great, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129 Universitaetsplatz 3-4, D-03044 Cottbus Fax. +49 3

Re: cvs commit: openssl Makefile.org

2000-11-14 Thread Lutz Jaenicke
On Tue, Nov 14, 2000 at 02:14:31PM -0600, Albert Chin-A-Young wrote: On Mon, Nov 13, 2000 at 04:48:48PM +0100, Richard Levitte - VMS Whacker wrote: From: Lutz Jaenicke [EMAIL PROTECTED] Lutz.Jaenicke The install-target will install the shared libraries Lutz.Jaenicke with permission &quo

Re: OpenSSL problems 11/16/00.

2000-11-16 Thread Lutz Jaenicke
compiler since 9.x, the bundled compiler is only for building the kernel. You must either buy HPs ANSI C compiler or install gcc (can be obtained from the HPUX Software Porting and Archive Center at http://hpux.connect.org.uk/ Best regards, Lutz -- Lutz Jaenicke

Re: filtering the cipher list at negotiation time

2000-11-27 Thread Lutz Jaenicke
(this includes DSA ciphers) will only be chosen, if DH parameters are set... What OpenSSL does not offer is a server-side "cipher choice" callback. The client sends a list of ciphers and an openssl server will always choose the first of the ciphers it does support. Best regards, Lut

Re: filtering the cipher list at negotiation time

2000-11-28 Thread Lutz Jaenicke
key and certificate is already there with SSL_CTX_check_private_key() but having a SSL_CTX_check_cert_chain() might make tracking down problems much easier. This is not a promise that I am going to write such a beast (at least not within a guaranteed schedule :-).] I hope this clarifies thing

Re: filtering the cipher list at negotiation time

2000-11-28 Thread Lutz Jaenicke
_ learning that there is no client certificate!? Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129 Universitaet

Re: filtering the cipher list at negotiation time

2000-11-28 Thread Lutz Jaenicke
, the same applies for the "outside OpenSSL" approach, call SSL_set_cipher_list() as appropriate. Inside OpenSSL, you should have a look into the ssl3_choose_cipher() function. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus

Re: 0.9.6 incompatible with 0.9.5a on Win32

2000-09-12 Thread Lutz Jaenicke
eople can and will work around the PRNG-needs-seed problem and use bad seeding. Now, we can discuss whether the design decision is a good one, and with the side effect given on windows (a startup time of a client of 1 minute as you described is not acceptable) I think that it will be reconside

Re: [cryptlib.o] Error 1

2000-12-06 Thread Lutz Jaenicke
or directory make[1]: Leaving directory `/home/vswami/kde-download/openssl-0.9.5a/crypto' make: *** [all] Error 1 -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik

Re: Problems compiling HP Openssl in 64 bit mode

2000-12-13 Thread Lutz Jaenicke
duce your setup. Having this said, and I don't think the configuration for HP-UX 64bit has changed significantly between versions, OpenSSL 0.9.6 is available for some time. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http:/

Re: what is doing undocumented SSL_CTX_load_verify_locations()

2001-01-04 Thread Lutz Jaenicke
http://www.openssl.org/docs/ssl/SSL_CTX_load_verify_locations.html -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129 Universitaetsplatz

Re: Random seed and possible blocking of /dev/random

2001-01-06 Thread Lutz Jaenicke
), but the directory structure is not portable enough. - /etc/egd-socket? (I would not use /dev as this is for device files only (and might lead to trouble on Linux-2.4 not even having a real /dev directory).) Comments? Booohs? Hoorays? Hooray, that may reduce the unnecessary traffic on openssl-* :-) Best

Re: Random seed and possible blocking of /dev/random

2001-01-06 Thread Lutz Jaenicke
On Sat, Jan 06, 2001 at 08:48:09PM +0100, Richard Levitte - VMS Whacker wrote: From: Lutz Jaenicke [EMAIL PROTECTED] Lutz.Jaenicke On Fri, Jan 05, 2001 at 09:49:56PM +0100, Richard Levitte - VMS Whacker wrote: Lutz.Jaenicke I don't know how select() would act on a regular Lutz.Jaenicke file

Re: Random seed and possible blocking of /dev/random

2001-01-07 Thread Lutz Jaenicke
to recompile. Let's rather add a list of places and have this static; stop on success. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik

Re: What means the error message SSL_connect: error in SSLv3 write cl ient key exchange A ?

2001-01-08 Thread Lutz Jaenicke
quot;hard error"). In case of a hard error, the error message is located on the stack. Maybe you have to extend libwww to provide this additional error information. Maybe the server has just closed down the connection. Regards, Lutz -- Lutz Jaenicke [EMAIL PR

Re: cvs commit: openssl/crypto/rand rand.h rand_egd.c rand_unix.c

2001-01-10 Thread Lutz Jaenicke
+ seeding like with /dev/[u]random will be performed. + Positions tried are: /etc/entropy, /var/run/egd-pool. + [Lutz Jaenicke] Is /etc/entropy a standard location for EGD? Otherwise, and maybe even if it is, I'd prefer an explicit file name such as /etc/egd-pool instead

Re: libsafe violation for /etc/ssl/openssl-0.9.6/apps/openssl, pid=18373; overflow caused by memcpy()

2001-01-11 Thread Lutz Jaenicke
s libsafe does not run on SuSE Linux 6.4, I cannot try myself. There was a short discussion on the SuSE-security mailing list about libsafe, the result was not very much in favor of libsafe; SuSE does not include it into the distribution.) Best regards, Lutz -- Lutz Jaenicke

Re: Bug report: OpenSSL 0.9.5a 1 Apr 2000

2001-01-20 Thread Lutz Jaenicke
snapshot as there is no 2.3.1p1 version of OpenSSH.) I run 2.3.0p1 in production on both HP-UX and Linux (OpenSSL 0.9.6) and never met the problem you describe... Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU

Re: need documentation on sha hashfunction

2001-01-21 Thread Lutz Jaenicke
). It does use much less machine dependent settings. Of course, if your appointment is explicitly to work with OpenSSL... Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl

Re: Peer certificate in SSL_SESSION structure.

2001-01-22 Thread Lutz Jaenicke
) ... to check whether the certificate passed verification... -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129 Universitaetsplatz 3-4, D

Re: Peer certificate in SSL_SESSION structure.

2001-01-23 Thread Lutz Jaenicke
client certificate is not used any where other than establishing the new session.. No, it is not used in the handshake again (that's why it must be kept inside the stored session). Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus

Re: Peer certificate in SSL_SESSION structure.

2001-01-23 Thread Lutz Jaenicke
On Tue, Jan 23, 2001 at 10:51:27AM +, Ben Laurie wrote: Lutz Jaenicke wrote: On Mon, Jan 22, 2001 at 04:41:41PM -0800, Nagaraj Bagepalli wrote: Thanks for your response. If I understand this correctly, certificate is stored in the session table so that application can retrieve

Re: Peer certificate in SSL_SESSION structure.

2001-01-24 Thread Lutz Jaenicke
.. you get the picture. This is one of the reasons that it OpenSSL only stores the peer's certificate but not the rest of the chain. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/

Re: UPDATE - Problem installing Openssl on HP-UX

2001-01-29 Thread Lutz Jaenicke
to 2.95.2 and it also works. I strongly recommend you to get rid of gcc-2.8.1 and install 2.95.2 instead. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine

Session cache size question

2001-02-01 Thread Lutz Jaenicke
:-) Did I miss something? Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129 Universitaetsplatz 3-4, D-03044 Cottbus

Re: cvs commit: openssl/crypto/rand rand_egd.c

2001-02-07 Thread Lutz Jaenicke
. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129 Universitaetsplatz 3-4, D-03044 Cottbus Fax. +49

Re: How to start SSL

2001-02-22 Thread Lutz Jaenicke
on installation and use. Sincere regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129 Universitaetsplatz 3-4, D-03044 Cottbus

Re: Session reuse on client side when the session runs SSLv2 fails

2001-03-02 Thread Lutz Jaenicke
be of type SSLv2, even if both the server and the client could do better. +1 to change this in both current and stable. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl

Re: Session reuse on client side when the session runs SSLv2 fails

2001-03-02 Thread Lutz Jaenicke
On Fri, Mar 02, 2001 at 12:30:05PM +0100, Richard Levitte - VMS Whacker wrote: From: Lutz Jaenicke [EMAIL PROTECTED] Lutz.Jaenicke The (needed) fix should have one side effect (from Lutz.Jaenicke conclusion, I did not try it): Since the SSL_connect() Lutz.Jaenicke is now performed

Re: cvs commit: openssl/ssl s23_meth.c

2001-03-02 Thread Lutz Jaenicke
, the bug should also affect it. Maybe the change should also be recorded to the changelog. Best, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] OpenSSL Project http://www.openssl.org/~jaenicke/ __ OpenSSL Project

Re: [ANNOUNCEMENT] OpenSSL 0.9.6a Beta 1 released

2001-03-13 Thread Lutz Jaenicke
On Tue, Mar 13, 2001 at 10:15:24PM +0100, Richard Levitte - VMS Whacker wrote: From: Lutz Jaenicke [EMAIL PROTECTED] Lutz.Jaenicke Hmm. The DSO code was considerably changed for the Lutz.Jaenicke 0.9.7 version and changes are not completed yet Lutz.Jaenicke (additional security aspects must

Re: [ANNOUNCEMENT] OpenSSL 0.9.6a Beta 1 released

2001-03-13 Thread Lutz Jaenicke
On Tue, Mar 13, 2001 at 10:56:44PM +0100, Richard Levitte - VMS Whacker wrote: From: Lutz Jaenicke [EMAIL PROTECTED] Lutz.Jaenicke 1.10 breaks existing functionality, since once ".sl" is Lutz.Jaenicke used, ".so" crypto engines will not be loaded any Lutz.Jaenicke l

Re: Problems with SSL_write ..

2001-03-15 Thread Lutz Jaenicke
) n bytes were sent; If (nBytesSent == 0) connection was closed with SSL shutdown alert (clean close); else call SSL_get_error() and check the error stack to find out what is going on; man SSL_get_error, ERR_get_error. Best regards, Lutz -- Lutz Jaenicke

Re: another crash on SSL_connect

2001-03-21 Thread Lutz Jaenicke
romFile106 __ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED] -- Lutz Jaenicke [EMAIL PROTECTED] B

Re: problem compiling openssl-0.9.6-beta2 on HP-UX 11.00

2001-03-22 Thread Lutz Jaenicke
ename) + len(extension); the second "len()" is obviously wrong and should be strlen(). The warning on line 98 seems to be caused by a longint conflict in the return types. I'll investigate further and check in a fix. Many thanks, Lutz -- Lutz Jaenicke

Re: problem compiling openssl-0.9.6-beta2 on HP-UX 11.00

2001-03-22 Thread Lutz Jaenicke
On Thu, Mar 22, 2001 at 10:07:36AM +0100, Lutz Jaenicke wrote: cc -I.. -I../../include -DTHREADS -D_REENTRANT -DDSO_DL +O3 +Optrs_strongly_typed +Olibcalls -Ae +ESlit -DB_ENDIAN -DBN_DIV2W - -DMD32_XARRAY -c dso_dl.c cc: "dso_dl.c", line 98: warning 604: Pointers are not

Re: your mail

2001-03-27 Thread Lutz Jaenicke
the old passphrase, you can use the "openssl rsa" command to modify passphrases. If you have lost or forgotten the old passphrase, you of course cannot recover the key (otherwise we could stop working on cryptography :-). Best regards, Lutz -- Lut

Re: your mail

2001-03-27 Thread Lutz Jaenicke
es that set the new encryption (or none when not specified). Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129 U

Re: [BUGS] Various bugs with PG7.1 8th March snapshot on Solaris 8INTEL

2001-03-28 Thread Lutz Jaenicke
changes :-). I did not check the details, but at least cyrus-sasl uses the DES part of OpenSSL, if found. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine

Re: [ANNOUNCEMENT] OpenSSL 0.9.6a Beta 3 released

2001-03-31 Thread Lutz Jaenicke
on less common platforms), and report any problems to [EMAIL PROTECTED]. Passed (normal and engine) on HP-UX 10.20 with both HP ANSI-C and gcc-2.95.2. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE

Re: Handshake Failure with some ciphers

2001-04-12 Thread Lutz Jaenicke
r a cipher with DSA authentication, a DSA certificate must be present on the server side. All DSA ciphers and some RSA ciphers (with EDH) also do need DH parameters. Openssl s_server has built in DH-parameters, so the last point cannot be your problem. Best regards, Lutz -- Lut

Re: OpenSSL IV and -K oddness

2001-04-15 Thread Lutz Jaenicke
then their initialization to 0 is nowhere enforced... I have never dealt with the "openssl enc" command so I'll have to look into it deeper before actually realizing a change. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus

Re: Cannot make

2001-04-19 Thread Lutz Jaenicke
compiler or install gcc. gcc for HP-UX 11 is available for free from HP's download site at http://devresource.hp.com/. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine

Re: SSL_CTX_use_PrivateKey_file(...) fails

2001-04-24 Thread Lutz Jaenicke
internally inside pem_lib.c , on line 451 , line PEMerr(PEM_F_PEM_DO_HEADER,PEM_R_BAD_DECRYPT) . Hmm. I just had a look into the source and would guess, that something is odd with the passphrase. Unfortunately you do not supply your password_cb. Best regards, Lutz -- Lutz Jaenicke

Re: Error message: random number generator:SSLEAY_RAND_BYTES / possible solution

2001-05-07 Thread Lutz Jaenicke
as a backup entropy source for openssl genrsa. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129

Re: reading in DSA private key problems....

2001-07-11 Thread Lutz Jaenicke
dsa:deleteme.param -keyform DER -new -x509 -nodes Because the -new overrides the -newkey option. -new has RSA hardcoded and as it is processed later in the list, its setting gets preference. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http

Re: reading in DSA private key problems....

2001-07-11 Thread Lutz Jaenicke
Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129 Universitaetsplatz 3-4, D-03044 Cottbus Fax. +49

Re: Possible bug in openssl 0.9.6b

2001-07-23 Thread Lutz Jaenicke
it: are you already using the latest version and/or can this problem be reproduced with it? Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik

Re: session resumption and bad mac

2001-07-23 Thread Lutz Jaenicke
indicate that it is fixed in later versions... Reading this ethereal printout is a bit hard. Can you supply the dump in tcpdump binary format so that it can be further processed e.g. with ssldump? Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus

Re: Possible bug in openssl 0.9.6b

2001-07-23 Thread Lutz Jaenicke
On Mon, Jul 23, 2001 at 11:20:17AM +0200, Lutz Jaenicke wrote: On Sun, Jul 22, 2001 at 05:57:21AM +, a y wrote: HMTL-gibberish... This indicates that there is a b missing in an `fopen(...,w)' that should read `fopen(...,wb)', such that a LF is transformed to CR/LF. I suppose you

Re: No shared cipher sslv3 alert handshake failure

2001-07-23 Thread Lutz Jaenicke
Please check out the SSL_CTX_set_cipher_list manual page (use the online version at http://www.openssl.org/docs/ssl/SSL_CTX_set_cipher_list.html, as I have just updated the information with respect to this error message). Best regards, Lutz -- Lutz Jaenicke

Re: shared library versioning

2001-07-23 Thread Lutz Jaenicke
please don't expect binary compatibility coming soon. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129

Re: dsatest problem (error 0A071003) while testing openssl (both 0.9.6a and 0.9.6b)

2001-07-24 Thread Lutz Jaenicke
it, it sais the following: (make pid):error:0A7071003:dsa routines:DSA_do_verify:BN lib:dsa_ossl.c:305 Does anyone have an idea? Yes. At least post your operating system and compiler information :-) Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED

Re: how to add info to SSL SESSION PARAMETERS?

2001-07-26 Thread Lutz Jaenicke
to be extended to save the additional information. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129 Universitaetsplatz 3

Re: Bug Report dsa_lib.c OpenSSL 0.9.6x on Solaris 2.6 and 8

2001-07-26 Thread Lutz Jaenicke
has already been checked in this morning. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129 Universitaetsplatz 3

Re: Problem using SSL_set_verify with a callback

2001-07-26 Thread Lutz Jaenicke
into the object, but it is actually never used. This seems to be a bug :-) I'll have to go through this again to make sure that I did not miss anything and then consider the best strategy to solve this problem. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU

Re: Want to use certs and keys in memory instead of file

2001-07-27 Thread Lutz Jaenicke
of this array into the X509 and load it using SSL_CTX_use_certificate(). (OpenSSL rsa does not have a -C option, so transferring it into an array is left as an exercise to the reader :-) Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http

Re: Problem using SSL_set_verify with a callback

2001-07-30 Thread Lutz Jaenicke
. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129 Universitaetsplatz 3-4, D-03044 Cottbus Fax

Re: Want to use certs and keys in memory instead of file

2001-07-31 Thread Lutz Jaenicke
something There is a manual page for SSL_CTX_use_certificate in my copy of OpenSSL. A manual page for d2i_X509 does not exist, but the handling of all d2i_* functions is similar, so you can use the description of d2i_SSL_SESSION. Good night, Lutz -- Lutz Jaenicke

Re: Return string typos in SSL_state_string_long()

2001-08-07 Thread Lutz Jaenicke
, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129 Universitaetsplatz 3-4, D-03044 Cottbus Fax. +49 355 69-4153

Re: [PATCH] Bug fixes for BIO_get_num_renegotiates() and BIO_get_write_buf_size()

2001-08-16 Thread Lutz Jaenicke
On Thu, Aug 16, 2001 at 09:15:36AM -0500, Stephen Hinton wrote: This is the first patch I've submitted for OpenSSL. Feedback about what I did wrong (and what I did right) is appreciated. Well done. Patches have just been applied. Best regards, Lutz -- Lutz Jaenicke

SSL_COMP_* API

2001-08-20 Thread Lutz Jaenicke
anybody have an idea on why this distinction is being made? It doesn't make sense to me. (If nobody has an idea on why it should not be public, I will make it public.) Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU

Re: 0819 snapshot problem

2001-08-21 Thread Lutz Jaenicke
. One better should not work on Sundays. (fixed) Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129

Re: cvs commit: openssl/doc/ssl SSL_COMP_add_compression_method.pod ssl.pod

2001-08-21 Thread Lutz Jaenicke
an appropriate note tomorrow. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129 Universitaetsplatz 3-4, D

Re: OPenSSL fails to accept certificate chains over 16K

2001-08-24 Thread Lutz Jaenicke
specs don't set this limit, but rather allows 2^24 certificates. I understand the need to have some practical limit, but it should be setable by the application at run time. To be considered. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU

Re: SunOS gcc build patch

2001-08-25 Thread Lutz Jaenicke
! Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129 Universitaetsplatz 3-4, D-03044 Cottbus Fax. +49 355 69-4153

Re: OPenSSL fails to accept certificate chains over 16K

2001-08-25 Thread Lutz Jaenicke
On Fri, Aug 24, 2001 at 06:31:56PM -0700, Doug Kaufman wrote: On Fri, 24 Aug 2001, Lutz Jaenicke wrote: On Thu, Aug 23, 2001 at 02:21:27PM -0500, Douglas E. Engert wrote: ! #if defined(MSDOS) !defined(WIN32) ! 1024*30, /* 30k max cert list :-) */ ! #else

Re: bug in OpenSSL ssl\s3_clnt.c: SSL handshake fails

2001-08-28 Thread Lutz Jaenicke
will therefore be part of the next release. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129 Universitaetsplatz 3-4, D

Re: [PATCH] for 0.9.67b shared libraries on HPUX using GCC and native ld

2001-09-09 Thread Lutz Jaenicke
an undocumented -Fl option (at least on 10.20). -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129 Universitaetsplatz 3-4, D-03044 Cottbus

Re: OPenSSL fails to accept certificate chains over 16K

2001-09-11 Thread Lutz Jaenicke
On Sat, Aug 25, 2001 at 01:59:24PM +0200, Lutz Jaenicke wrote: I'll add it to the TODO list. If we change this to a dynamic limit, we could start with 16kB (platform independant) and then applications may decide at will. 16kB should be sufficient in most cases, because the construct

Re: [PATCH] Compiling as shared library on HP-UX 11.XX

2001-09-13 Thread Lutz Jaenicke
the shared library support from 0.9.7-dev to 0.9.6x? Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129 Universitaetsplatz 3-4, D

Re: function declarations with no parameter specifications

2001-10-20 Thread Lutz Jaenicke
supply a patch, we will strongly consider applying it :-) Please only take care of the current development snapshot (0.9.7-dev). The development for 0.9.6c is more or less finished and for compatibility reasons we should leave this point as is. Best regards, Lutz -- Lutz Jaenicke

Re: [patch] 0.9.6b: Allow loading of uninstalled shared libraries

2001-10-30 Thread Lutz Jaenicke
somewhat complicated (besides building with +O4=optimization at link time)... Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel

Re: RAND_add() and the entropy...

2001-11-14 Thread Lutz Jaenicke
not count it as a really unpredictable input. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129 Universitaetsplatz 3

Re: RAND_add() and the entropy...

2001-11-14 Thread Lutz Jaenicke
On Wed, Nov 14, 2001 at 10:59:57AM -0800, Michael Sierchio wrote: Lutz Jaenicke wrote: The entropy parameter should tell, how much uncertainty is in the data provided. If we choose a value of 0, we mean that there may be entropy in it, but maybe an attacker can predict the value, so

Re: Documentation of SSL_get1_session()

2001-11-19 Thread Lutz Jaenicke
. Thanks, I have rephrased the corresponding paragraph. Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129 Universitaetsplatz 3

Re: Creating PEM file from peer cert

2001-11-20 Thread Lutz Jaenicke
() to obtain the X509 objects. You can then simply write them to file using the PEM_write_X509()/PEM_write_bio_X509() function. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl

Re: session reuse from client side

2001-11-20 Thread Lutz Jaenicke
have any problems due to this behaviour? Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129 Universitaetsplatz

Re: verify(1) man page

2001-10-08 Thread Lutz Jaenicke
for consistency with other messages. Will be fixed in a minute. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129

Re: problem in s_client -- comments on fix?

2001-10-14 Thread Lutz Jaenicke
to your needs, as it is intended for application and not for testing? Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69

Re: problem in s_client -- comments on fix?

2001-10-14 Thread Lutz Jaenicke
it to this list :-) Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129 Universitaetsplatz 3-4, D-03044 Cottbus

Re: problem in s_client -- comments on fix?

2001-10-16 Thread Lutz Jaenicke
On Tue, Oct 16, 2001 at 02:30:03PM +0100, Adam Back wrote: On Sun, Oct 14, 2001 at 06:19:30PM +0200, Lutz Jaenicke wrote: [...] * If you have any patch to submit that will improve the behaviour of s_client you are most welcome to post it to this list :-) OK, here you go, someone

Re: bug and solution wrt SSL_set_verify()

2001-12-05 Thread Lutz Jaenicke
X509_STORE_CTX_set_verify_cb() introduced to allow the necessary settings. [Lutz Jaenicke] The fix will be available in 0.9.6c (due out in the next days!?) and 0.9.7. Nevertheless: thanks for your effort! Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU

Re: platform hpux-m68k-gcc

2001-12-06 Thread Lutz Jaenicke
be detectable... Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129 Universitaetsplatz 3-4, D-03044 Cottbus

Re: argument to app_verify_callback function

2001-12-09 Thread Lutz Jaenicke
an insight into other peoples work. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129 Universitaetsplatz 3-4, D-03044

Re: segmentation violations and bus errors with OpenSSL and OpenSSH

2001-12-11 Thread Lutz Jaenicke
. Just increasing buffer allocations only hides the problem, it does not solve it. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik

Re: Clarification??

2001-12-13 Thread Lutz Jaenicke
On Thu, Dec 13, 2001 at 10:06:45AM +0100, Srikanta Nayak wrote: How openSSL will looks EGD ? Is there any such documentation available on net related to it? http://www.openssl.org/support/faq.html#USER1 Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus

Re: prob using the d2i_x509_fp();

2001-12-13 Thread Lutz Jaenicke
been read by PEM_read_X509(). Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129 Universitaetsplatz 3-4, D-03044

Re: client authentication prob

2001-12-17 Thread Lutz Jaenicke
of X509_STORE_CTX_get_error(ctx); is significant. If not sure, you should start without a callback function and see, whether the certificate verification fails (it should). Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU

Re: EAP-TLS

2001-12-21 Thread Lutz Jaenicke
however can offer you the standard answer for cases without sockets: use BIO-pairs. This way you have full control over the complete I/O process. I do use BIO-pairs in my Postfix/TLS patchkit available at http://www.aet.tu-cottbus.de/personen/jaenicke/postfix_tls/ Best regards, Lutz -- Lutz

Re: OpenSSL doubts

2002-01-08 Thread Lutz Jaenicke
. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129 Universitaetsplatz 3-4, D-03044 Cottbus Fax

<    1   2   3   4   5   6   7   8   >