History log of /openbsd-src/lib/libc/crypt/crypt.3 (Results 1 – 25 of 46)
Revision Date Author Comments
# f0e1d484 09-Jan-2025 jsg <jsg@openbsd.org>

When describing v3 crypt, be specific as to which machine was simulated.
feedback jmc@ ok deraadt@ schwarze@


# 4c974c3f 06-Apr-2015 tedu <tedu@openbsd.org>

bludgeon DES support out of crypt. long live the bcrypt.


# 12232044 08-Dec-2014 tedu <tedu@openbsd.org>

delete documentation for deleted DES interfaces


# cdaa683c 02-Dec-2014 schwarze <schwarze@openbsd.org>

macro cleanup; kaspars at bankovskis dot net


# 4cf9cf84 25-Nov-2014 tedu <tedu@openbsd.org>

no need for md5 xr


# 608633c1 20-Nov-2014 tedu <tedu@openbsd.org>

split crypt_checkpass off into a new file


# 6133b474 18-Nov-2014 jmc <jmc@openbsd.org>

add crypt_newhash to NAME and add an MLINK;


# dee4fe2a 17-Nov-2014 tedu <tedu@openbsd.org>

add new function crypt_newhash to simplify creating new hashes.
does most of the work pwd_gensalt did, but also creates the hash.
(unused yet)


# 76f5fa13 16-May-2014 jmc <jmc@openbsd.org>

update NAME and MLINKS for previous;


# af0c5a4b 16-May-2014 tedu <tedu@openbsd.org>

document crypt_checkpass


# 1b320b9c 16-May-2014 sthen <sthen@openbsd.org>

use $2b in the bcrypt example, ok tedu


# 05fedc11 12-May-2014 tedu <tedu@openbsd.org>

remove md5crypt.
while changing things, add a crypt_checkpass wrapper that handles most of
the edge cases. (not quite ready for production, though.)
ok deraadt


# dccb3d59 19-Mar-2014 tedu <tedu@openbsd.org>

right or wrong, bcrypt() is declared in pwd.h, not unistd.h


# 7d353dc4 16-Jul-2013 schwarze <schwarze@openbsd.org>

use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@


# 64d4e987 05-Jun-2013 tedu <tedu@openbsd.org>

Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze


# f1c2634a 21-Apr-2013 tedu <tedu@openbsd.org>

this man page is mostly about password hashing now (you really don't
want to be using DES) and some of the notes about the export controls
are no longer so relevant. ok deraadt jmc


# adc9b693 20-Apr-2013 tedu <tedu@openbsd.org>

Xr encrypt(1) to give people a hint if they just want a password string


# 9054dd35 30-Nov-2012 stsp <stsp@openbsd.org>

Document a known bug in the DES crypt cipher implementation which we're
not going to fix in order to stay compatible with legacy password data.
Nobody should use DES crypt anyway these days.
See http

Document a known bug in the DES crypt cipher implementation which we're
not going to fix in order to stay compatible with legacy password data.
Nobody should use DES crypt anyway these days.
See http://www.freebsd.org/security/advisories/FreeBSD-SA-12:02.crypt.asc
for details about this bug.

Discussed with deraadt and beck about half a year ago (I'm pruning Ms
from my tree).

show more ...


# e17cce25 02-Jun-2012 guenther <guenther@openbsd.org>

Update STANDARDS section for a few <stdlib.h> functions
Update SYNOPSIS for setkey() to show it's in <stdlib.h>

ok jmc@, millert@


# 5b551360 08-Oct-2007 pyr <pyr@openbsd.org>

add a RETURN VALUES section.
ok jmc@


# 9490d37c 31-May-2007 jmc <jmc@openbsd.org>

convert to new .Dd format;


# 7dfe0c51 02-Oct-2005 jmc <jmc@openbsd.org>

add bcrypt_gensalt, bcrypt, and md5crypt, to the .Nm list;


# 19d11cf1 26-May-2005 millert <millert@openbsd.org>

sync setkey prototype with reality


# 1e5ede29 25-Feb-2005 cloder <cloder@openbsd.org>

Be correct in our man pages when talking about NUL termination (that is,
termination with '\0') vs. null termination.
Input from krw@, jaredy@, jmc@. OK deraadt@


# c3cd83f2 06-Apr-2004 djm <djm@openbsd.org>

some of these functions are prototyped in pwd.h; ok deraadt@


12