]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove the RFC 1319 MD2 Message-Digest Algorithm routines from libmd.
authorDavid E. O'Brien <obrien@FreeBSD.org>
Sat, 28 Apr 2012 02:48:51 +0000 (02:48 +0000)
committerDavid E. O'Brien <obrien@FreeBSD.org>
Sat, 28 Apr 2012 02:48:51 +0000 (02:48 +0000)
commit9b9c301802a0f643ec0b52cfc6479e44dec99b76
treef51908ea9494d7691cc1869f33a48fa2a2707863
parent50e13823c886e23d420c28e412d59c50f8530318
Remove the RFC 1319 MD2 Message-Digest Algorithm routines from libmd.

1. The licensing terms for the MD2 routines from RFC is not under a BSD-like
   license.  Instead it is only granted for non-commercial Internet
   Privacy-Enhanced Mail.
2. MD2 is quite deprecated as it is no longer considered a cryptographically
   strong algorithm.

Discussed with: so (cperciva), core
ObsoleteFiles.inc
lib/libmd/Makefile
lib/libmd/md2.copyright [deleted file]
lib/libmd/md2.h [deleted file]
lib/libmd/md2c.c [deleted file]
lib/libmd/mdX.3