Page MenuHomeFreeBSD

D2742.id.diff
No OneTemporary

D2742.id.diff

Index: head/secure/lib/libcrypt/crypt-blowfish.c
===================================================================
--- head/secure/lib/libcrypt/crypt-blowfish.c
+++ head/secure/lib/libcrypt/crypt-blowfish.c
@@ -167,6 +167,9 @@
switch (salt[1]) {
case 'a': /* 'ab' should not yield the same as 'abab' */
case 'b': /* cap input length at 72 bytes */
+ case 'y': /* same as 'b', for compatibility
+ * with openwall crypt_blowfish
+ */
minr = salt[1];
salt++;
break;

File Metadata

Mime Type
text/plain
Expires
Thu, May 21, 3:07 AM (6 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33370924
Default Alt Text
D2742.id.diff (511 B)

Event Timeline