Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 74b667a

Browse files
author
Neil Conway
committed
Replace 4-clause licensed blf.[ch] with blowfish implementation
from PuTTY with is under minimal BSD/MIT license. Marko Kreen.
1 parent 7d4c9a5 commit 74b667a

File tree

4 files changed

+477
-706
lines changed

4 files changed

+477
-706
lines changed

contrib/pgcrypto/README.pgcrypto

+2-3
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ I have used code from following sources:
639639
DES crypt() David Burren and others FreeBSD libcrypt
640640
MD5 crypt() Poul-Henning Kamp FreeBSD libcrypt
641641
Blowfish crypt() Solar Designer www.openwall.com
642-
Blowfish cipher Niels Provos OpenBSD sys/crypto
642+
Blowfish cipher Simon Tatham PuTTY
643643
Rijndael cipher Brian Gladman OpenBSD sys/crypto
644644
MD5 and SHA1 WIDE Project KAME kame/sys/crypto
645645
SHA256/384/512 Aaron D. Gifford OpenBSD sys/crypto
@@ -651,7 +651,6 @@ I have used code from following sources:
651651
-------------
652652

653653
* I owe a beer to Poul-Henning.
654-
* This product includes software developed by Niels Provos.
655654

656655

657656
10. References/Links
@@ -707,4 +706,4 @@ http://www.cs.ut.ee/~helger/crypto/[]::
707706
Collection of cryptology pointers.
708707

709708

710-
// $PostgreSQL: pgsql/contrib/pgcrypto/README.pgcrypto,v 1.18 2006/09/05 21:26:48 tgl Exp $
709+
// $PostgreSQL: pgsql/contrib/pgcrypto/README.pgcrypto,v 1.19 2007/03/28 22:48:58 neilc Exp $

0 commit comments

Comments
 (0)