Re: STARTTLS patch for imap and ftp

2007-02-23 Thread Goetz Babin-Ebell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello Lutz,
Lutz Jaenicke wrote:
 Goetz Babin-Ebell wrote:
 Lutz Jaenicke wrote:
 [...]
 Do you want something like the attached patch ?
 (untested, I'm off to bed...)
 Ok, I have reworked this section as discussed by using a buffering BIO and
 have committed everything to CVS. I would be most pleased if somebody would
 also cross-test it (the part with the multi-line IMAP response may require
 some more digging as the termination should be the . at the beginning
 of the response line, not the number of chars being less than 3!?)

Testet against cyrus imapd 2.1.18 and exim 4.50: OK.

You may drop the test for mbuf_len3 in the while() for the IMAP
. CAPABILITY response.
Has anyone seen a SMTP server return more than one line in the
SMTP opening message ?

Bye

Goetz
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iD8DBQFF3twx2iGqZUF3qPYRAscBAJ9/JrYHEqPOcLfgDShP8onKeRLYFgCffg7+
YqGeshjiakpwo4f9gDtPJa0=
=HzVN
-END PGP SIGNATURE-
__
OpenSSL Project http://www.openssl.org
Development Mailing List   openssl-dev@openssl.org
Automated List Manager   [EMAIL PROTECTED]


OpenSSL version 0.9.8e and 0.9.7m released

2007-02-23 Thread OpenSSL
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


   OpenSSL version 0.9.8e and 0.9.7m released
   ==

   OpenSSL - The Open Source toolkit for SSL/TLS
   http://www.openssl.org/

   The OpenSSL project team is pleased to announce the release of
   version 0.9.8e of our open source toolkit for SSL/TLS. This new
   OpenSSL version is a feature and bugfix release and incorporates
   enhancements and bugfixes to the toolkit.  For a complete list of
   changes, please see http://www.openssl.org/source/exp/CHANGES.

   The 0.9.8e release includes RFC3779 support and several cipher
   selection bugfixes.

   We also release 0.9.7m, which is the first full release of OpenSSL
   which can be linked against the validated FIPS 1.1.1 module.

   We consider OpenSSL 0.9.8e to be the best version of OpenSSL
   available and we strongly recommend that users of older versions
   upgrade as soon as possible. OpenSSL 0.9.8e is available for
   download via HTTP and FTP from the following master locations (you
   can find the various FTP mirrors under
   http://www.openssl.org/source/mirror.html):

 * http://www.openssl.org/source/
 * ftp://ftp.openssl.org/source/

   For those who want or have to stay with the 0.9.7 series of
   OpenSSL, we strongly recommend that you upgrade to OpenSSL 0.9.7m
   as soon as possible.  It's available in the same location as
   0.9.8e.

   The distribution file names are:

o openssl-0.9.8e.tar.gz
  MD5 checksum: 3a7ff24f6ea5cd711984722ad654b927
  SHA1 checksum: b429872d2a287714ab37e42296e6a5fbe23d32ff

o openssl-0.9.7m.tar.gz
  MD5 checksum: 74a4d1b87e1e6e1ec95dbe58cb4c5b9a
  SHA1 checksum: 546f6bcebdf72a633bad087469d3741a42f7b383

   The checksums were calculated using the following commands:

openssl md5 openssl-0.9.*.tar.gz
openssl sha1 openssl-0.9.*.tar.gz

   Yours,

   The OpenSSL Project Team...

Mark J. Cox Nils Larsch Ulf Möller
Ralf S. Engelschall Ben Laurie  Andy Polyakov
Dr. Stephen Henson  Richard Levitte Geoff Thorpe
Lutz JänickeBodo Möller



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iQEVAwUBRd7loKLSm3vylcdZAQId2AgAlHAyHW6ItIicPYMJ9QXY51O42sXZlDxz
fIlNHqKBZH3soo1+aRZkiJVSTKGW2f0fBzySW+TqupzFGNQrPOUVdH1QNlLAUB8X
25IgSDXg3rr9uQTHDB2eD7PgXftQJwGki2dFocJO0hKHt7DAQhkMHSsAvjrsP56F
4CXK+Qmkto3iJmIkMG0AQ3Z0IMvT6K/pCdPCuxL3xylouBa9r0D+VN/XDiIBDdTo
/SsB+5NMPX3GuigaUE4Yu9RGak8kSVQK1oSk4xOT2XxqRXV9dOJ2IikBRZ4V/xRZ
bH4y8N8vWLaZ2RXHFg0mkAZp6Hzn8BO9rZleHsHV8tzgoN6XZ1n5KA==
=l4Se
-END PGP SIGNATURE-
__
OpenSSL Project http://www.openssl.org
Development Mailing List   openssl-dev@openssl.org
Automated List Manager   [EMAIL PROTECTED]


[openssl.org #1493] -march=ultrasparc doesn't work on Solaris 9

2007-02-23 Thread via RT
I'm trying to build 0.9.7m with gcc 4.1.2 on Solaris 9 as follows:

$ ./Configure --prefix=/opt/openssl-0.9.7m shared solaris-sparcv9-gcc
$ make
[...]
making all in crypto...
make[1]: Entering directory `/src/security/openssl-0.9.7m/crypto'
gcc -I. -I.. -I../include -DOPENSSL_SYSNAME_ULTRASPARC -fPIC -DOPENSSL_PIC 
-DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -
DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -m32 -march=ultrasparc -O3 -fomit-frame-pointer 
-Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM   -c -
o cryptlib.o cryptlib.c
cc1: error: unrecognized command line option -march=ultrasparc
make[1]: *** [cryptlib.o] Error 1
make[1]: Leaving directory `/src/security/openssl-0.9.7m/crypto'
make: *** [sub_all] Error 1

According to:

http://marc2.theaimsgroup.com/?l=openssl-cvsm=116895528425044w=2

-mcpu was replaced with -march in the 0.9.7 branch only.  This change was never 
made to the 0.9.8 branch (which builds successfully for me).  If 
I switch -march back to -mcpu in the generated Makefile then everything works 
again.
__
OpenSSL Project http://www.openssl.org
Development Mailing List   openssl-dev@openssl.org
Automated List Manager   [EMAIL PROTECTED]