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_3_5


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile.inc  1.15   20 years  deraadt   Split crypto routine sup again, but differently. This should make the mail flop...
[TXT] arc4random.3  1.17   23 years  aaron   typo; ciper -> cipher
[TXT] arc4random.c  1.10   20 years  djm   Discard first 256 bytes of keystream, as per recommendation in "Weaknesses in th...
[TXT] bcrypt.c  1.18   20 years  deraadt   ansi
[TXT] blowfish.3  1.12   20 years  jmc   wording improvement from Michael Knudsen;
[TXT] blowfish.c  1.17   21 years  markus   makeing local table static saves some bytes; idea from mickey@
[TXT] crypt.3  1.21   20 years  deraadt   unsplice crypt.c and morecrypt.c; start to document some bcrypt and md5crypt thi...
[TXT] crypt.c  1.18   20 years  deraadt   Split crypto routine sup again, but differently. This should make the mail flop...
[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] crypt2.c (in the Attic) [Hide]  1.1   20 years  deraadt   Split crypto routine sup again, but differently. This should make the mail flop...
[TXT] md5crypt.c (in the Attic) [Hide]  1.13   20 years  deraadt   ansi
[TXT] skipjack.c (in the Attic) [Hide]  1.2   25 years  deraadt   use stdlib; millert