[openssl.org #378] building without md5

2002-12-04 Thread Christian Hohnstaedt via RT
System and version: --- OpenSSL 0.9.7 BETA 4 Host: Debian woody (3.0) Type: - Building , Configuration error Description: when configuring openssl with: './config -no-md5' make depend fails because it includes 'md5.h' in 'test/hmactest.c' and 'ssl/s3_srvr.c'

[openssl.org #378] building without md5

2002-12-04 Thread Richard Levitte via RT
MD5 is one of those algorithms that's used so much it isn't easy to disable. However, you only had problems in two files with it, we're apparently doing fine. I'll investigate and get back to you. [[EMAIL PROTECTED] - Wed Dec 4 11:09:43 2002]: > System and version: > --- > Ope

[openssl.org #378] building without md5

2003-02-14 Thread Lutz Jaenicke via RT
[levitte - Wed Dec 4 21:19:17 2002]: > MD5 is one of those algorithms that's used so much it isn't easy to > disable. However, you only had problems in two files with it, we're > apparently doing fine. I'll investigate and get back to you. Hmm. In ssl/s3_srvr.c it seems, that both digest leng

[openssl.org #378] building without md5

2003-03-27 Thread Richard Levitte via RT
[jaenicke - Fri Feb 14 16:39:21 2003]: > [levitte - Wed Dec 4 21:19:17 2002]: > > > MD5 is one of those algorithms that's used so much it isn't easy to > > disable. However, you only had problems in two files with it, we're > > apparently doing fine. I'll investigate and get back to you. > >

[openssl.org #378] building without md5

2014-06-27 Thread Rich Salz via RT
You can't build ssl3 without MD5. Removing MD5 isn't supported. In theory it might be possible to build the crypto library and then not build libssl, but that's also not supported -- edit the makefile by hand to not build ssl if you need that. __

[openssl.org #378] building without md5

2014-06-27 Thread Rich Salz via RT
You can't build ssl3 without MD5. Removing MD5 isn't supported. In theory it might be possible to build the crypto library and then not build libssl, but that's also not supported -- edit the makefile by hand to not build ssl if you need that. __