Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157297858
D2742.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
511 B
Referenced Files
None
Subscribers
None
D2742.id.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D2742: Add compatibility with $2y$ bcrypt hashes
Attached
Detach File
Event Timeline
Log In to Comment