CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2015/07/23 16:19:03
Modified files: lib/libc/crypt : cryptutil.c Log message: permit "bcrypt" as an alias for "blowfish". this is, after all, what 99% of the world calls it. allow just "bcrypt" without params to mean auto-tune ("bcrypt,a"). default remains 8 rounds (for now) ok deraadt