| Age | Commit message (Expand) | Author |
| 2007-01-22 | Added missing const-qualifiers. | cbiere |
| 2007-01-21 | Added const-qualifiers. | cbiere |
| 2006-10-27 | Merge kernel and userland rmd160 and sha2 implementation. | christos |
| 2006-09-03 | static comes first | christos |
| 2006-05-10 | quell GCC 4.1 uninitialised variable warnings. | mrg |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-09-24 | RMD160_DIGEST_STRING_LENGTH is 41, including the terminating NUL. | elad |
| 2005-09-24 | Install rmd160.h to /usr/include/crypto. | elad |
| 2005-09-24 | RMD160File() gets const char *, add RMD160FileChunk(). | elad |
| 2005-09-24 | Define RMD160_DIGEST_STRING_LENGTH. | elad |
| 2005-09-11 | Lint warnings. | elad |
| 2005-08-23 | Remove stuff inside #if 0, remove __P macro usage, add helper routines | elad |
| 2005-08-22 | Make this usable both in kernel and userland. | elad |
| 2005-08-20 | Install sha2.h to /usr/include/crypto. | elad |
| 2005-07-21 | Remove unused functions SHA*_End() and SHA*_Data(). | tron |
| 2005-06-03 | Constify, to make it compile (at least). | martin |
| 2005-05-31 | add a missing const | christos |
| 2005-05-30 | sprinkle const | christos |
| 2005-05-17 | Yes, it was a cool trick >20 years ago to use "0123456789abcdef"[a] to | christos |
| 2005-04-19 | Make resultant hash length a symbolic define so other code can reuse the | blymn |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2003-11-28 | s/netbsd.org/NetBSD.org/g | keihan |
| 2003-11-16 | Move the Skipjack algorithm from sys/opencrypto to sys/crypto/skipjack. | tls |
| 2003-09-04 | bzero() 2nd arg mistake. found by openbsd guys, via kame | itojun |
| 2003-08-28 | rijndael-api-fst.h is not needed | itojun |
| 2003-08-27 | Add missing RCS ID. | thorpej |
| 2003-08-27 | simplify rijndael.c API - always schedule encrypt/decrypt key. | itojun |
| 2003-08-27 | Fix build problem caused by adding "const", remove "register" usage. | tron |
| 2003-08-27 | typo | itojun |
| 2003-08-27 | check and panic if key with wrong dir is passed | itojun |
| 2003-08-26 | * Const poison, ANSI'ify, like newer OpenSSL Blowfish code. | thorpej |
| 2003-08-26 | const an array. | thorpej |
| 2003-08-26 | Const poison, use ANSI-style. | thorpej |
| 2003-08-26 | Take a couple more opportunities to const poison. | thorpej |
| 2003-08-26 | Const poison. | thorpej |
| 2003-08-26 | Move the opencrypto CAST-128 implementation to crypto/cast128, removing | thorpej |
| 2003-08-26 | G/C opencrypto's local copy of rijndael. Adapt the extant rijndael | thorpej |
| 2003-08-24 | Make opencrypto depend on the "ripemd160" and "sha2" attributes, rather | thorpej |
| 2003-08-18 | Ensure that the IV is aligned for strict alignment machines. | elric |
| 2003-08-01 | Make this compile for big endian archs. | martin |
| 2003-07-28 | Clean up dependencies between opencrypto framework and sys/crypto, | jonathan |
| 2003-07-26 | Don't declare the sha2.c file twice, instead add opencrypto flag to | he |
| 2003-07-25 | add ripemd160 (for AH) | itojun |
| 2003-07-24 | make rijndael_cipherInit() to take binary IV, not hex IV, as before. | itojun |
| 2003-07-22 | add hmac-sha2 support. various cleanups (like avoid hardcoding '16'). | itojun |
| 2003-07-16 | "make regress" work under regress/sys/crypto/rijndael | itojun |
| 2003-07-16 | rijndael-api-fst.c is needed for cgd. pointed out by Love | itojun |
| 2003-07-15 | simplify and update rijndael code. markus@openbsd | itojun |
| 2003-02-09 | sprinkle some #ifdef __LINT__ until C9X named union member | drochner |
| 2002-11-18 | correct panic() condition - it was backwards. | itojun |