Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 May 2010 07:07:55 +1000
From:      Peter Jeremy <peterjeremy@acm.org>
To:        Stacy Millions <stacy@Millions.Ca>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: MD2 Dependency in FreeBSD 8.0 - OpenSSL 1.0.0 Needs MD2 enabled
Message-ID:  <20100503210754.GB52895@server.vk2pj.dyndns.org>
In-Reply-To: <4BDED1E1.1060108@millions.ca>
References:  <20100503045136.GA1357@rwpc12.mby.riverwillow.net.au> <4BDED1E1.1060108@millions.ca>

next in thread | previous in thread | raw e-mail | index | archive | help

--IrhDeMKUP4DT/M7F
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On 2010-May-03 07:38:41 -0600, Stacy Millions <stacy@Millions.Ca> wrote:
>I have been playing with porting heimdal 1.3.2 for a couple days now; as=
=20
>far as I can tell, MD2 is not optional for heimdal. I see three options
>- build openssl 1.0.0 with MD2
>- build heimdal with hcrypto (it won't use openssl then)
>- patch heimdal to remove MD2 support

4) patch heimdal to dynamically detect the presence of MD2

Use dlsym(3) to check for the presence of MD2_Init() (and friends).
If they exist, support the MD2-based algorithms, otherwise return
HX509_ALG_NOT_SUPP if they are invoked.

--=20
Peter Jeremy

--IrhDeMKUP4DT/M7F
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (FreeBSD)

iEYEARECAAYFAkvfOyoACgkQ/opHv/APuIeLhwCffeqqRGovE7EUU0v5YP3KV45b
LeMAn3sy2Cr2WGBLwsOFubFVpHBT6/rX
=PcZy
-----END PGP SIGNATURE-----

--IrhDeMKUP4DT/M7F--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100503210754.GB52895>