OpenBSD CVS

src/lib/libc/crypt/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / lib / libc / crypt

Current tag: OPENBSD_2_8_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile.inc  1.13   24 years  millert   Add missing MLINKs
[TXT] arc4random.3  1.16   24 years  deraadt   flesh
[TXT] arc4random.c  1.5   24 years  deraadt   Set j = i after arc4random key schedule to be more like arc4 stream cipher; from...
[TXT] bcrypt.c  1.13   23 years  provos   return error if salt is too small; pr 1336
[TXT] blowfish.3  1.9   24 years  aaron   Repairs.
[TXT] blowfish.c  1.14   24 years  provos   speed up blowfish by > 20%.
[TXT] crypt.3  1.17   24 years  deraadt   type decl error
[TXT] crypt.c  1.13   26 years  niklas   $OpenBSD$
[TXT] cast.c (in the Attic) [Hide]  1.2   25 years  provos   s/u8/u_int8_t/, s/u32/u_int32_t, put castsb.h into cast.c and include header fil...
[TXT] md5crypt.c (in the Attic) [Hide]  1.9   26 years  kstailey   tabify
[TXT] morecrypt.c (in the Attic) [Hide]  1.9   26 years  niklas   $OpenBSD$
[TXT] skipjack.c (in the Attic) [Hide]  1.2   25 years  deraadt   use stdlib; millert