summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt/Makefile.inc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* typoderaadt1997-04-161-2/+2
|
* documentation for arc4random. this is out of memory, might needprovos1997-04-151-2/+3
| | | | some corrections.
* prelim manpage, cleanup, fixed crippled plaintext: sed does a niceprovos1997-02-161-3/+4
| | | | job on replacing everything, just wouldnt skip it
* added bcrypt + blowfishprovos1997-02-131-2/+3
|
* arc4random() number generator, for use with things like RPC xid's.dm1996-12-281-2/+2
|
* Add md[245] routines in libc/md, remove md5 from libc/crypt. Add $OpenBSD$niklas1996-06-031-2/+2
|
* add md5crypt()deraadt1996-05-301-2/+2
|
* Update prototypes to match declarationstholo1996-03-251-2/+3
| | | | | Remove unused variables Install all man-page links
* non-USA crypto code by davidb@werj.com.au. The source has been splitderaadt1995-12-161-0/+8
& copied into two pieces so that use of crypt() pulls in a crypt.o that contains only that one programmer interface -- this permits USA export of binaries that use crypt() for authentication purposes. morecrypt.c contains the other DES programmer interfaces commonly used.