CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2016/09/21 11:50:05
Modified files: sbin/bioctl : bioctl.c Log message: Add support for automatically selecting the number of rounds to use with bcrypt pbkdf, based on system performance. This is based on the bcrypt autorounds code we have in libc. Discussed with djm@ and tedu@.