index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
*
avoid module name conflict with opencrypto/rijndael.c.
ume
2003-11-12
1
-0
/
+0
*
cleanup rijndael API.
ume
2003-11-11
2
-1
/
+107
*
rijndael-alg-fst.[ch]:
ume
2003-11-10
4
-1634
/
+1332
*
Add a testcase which validates that the same buffer can be passed to
phk
2003-10-19
2
-0
/
+87
*
- revert to old rijndael code. new rijndael code broke gbde.
ume
2003-10-19
4
-1424
/
+1702
*
Fix alignment problem on 64 bit arch.
ume
2003-10-14
1
-0
/
+49
*
use BF_ecb_encrypt().
ume
2003-10-13
2
-2
/
+88
*
simplify and update rijndael code.
ume
2003-10-12
6
-1737
/
+1407
*
use opencrypto for RMD160.
ume
2003-10-12
2
-409
/
+0
*
drop useless define.
ume
2003-10-12
1
-3
/
+0
*
use bswap32() for big endian arch.
ume
2003-10-12
1
-1
/
+1
*
RIPEMD160 support
ume
2003-10-12
2
-0
/
+412
*
switch cast128 implementation to implementation by Steve Reid;
ume
2003-10-10
4
-1008
/
+790
*
one more opossite conditiion.
ume
2003-09-18
1
-1
/
+1
*
condition of padLen check was opposite.
ume
2003-09-17
1
-1
/
+1
*
Correctly bzero the entire context, not just the first sizeof(void *) bytes.
phk
2003-09-08
1
-6
/
+6
*
Use __FBSDID().
obrien
2003-06-10
9
-14
/
+30
*
Assembly files put thru the C preprocessor need to have C style comments.
obrien
2003-04-21
2
-78
/
+78
*
Remove some unnecessary casts.
silby
2003-01-25
1
-3
/
+3
*
make rc4 crypto support a module so other modules can depend on it
sam
2003-01-15
1
-0
/
+22
*
Make this compilable from userland as well.
phk
2002-11-01
1
-0
/
+4
*
Don't panic when we can just return an error code.
phk
2002-10-14
1
-2
/
+6
*
Fix some really pedantic GCC warnings.
markm
2002-07-15
1
-5
/
+5
*
Fixed AES encryption algorithm bug
suz
2002-05-24
1
-0
/
+1
*
Remove macros that are defined elsewhere.
markm
2002-04-21
1
-2
/
+0
*
just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.
suz
2002-04-19
2
-2
/
+2
*
Remove __P.
alfred
2002-03-20
8
-60
/
+55
*
- Speedup 3DES by using assembly code for i386.
ume
2002-03-05
15
-508
/
+5195
*
off by one error in Aaron Gifford's code. KAME PR 393.
ume
2002-02-26
1
-3
/
+3
*
fixed the cast128 calculation with a short cipher key length.
ume
2001-11-27
2
-4
/
+17
*
properly check DES weak key. KAME PR 363.
ume
2001-07-03
1
-5
/
+2
*
less warning
ume
2001-06-16
2
-82
/
+82
*
Sync with recent KAME.
ume
2001-06-11
28
-2377
/
+1485
*
Kernel crypto need binary key material, not symbolic ascii.
markm
2001-03-10
1
-0
/
+3
*
This commit was generated by cvs2svn to compensate for changes in r67957,
kris
2000-10-30
7
-0
/
+2024
|
\
|
*
Initial import of AES algorithm code (aka Rijndael) from KAME.
kris
2000-10-30
7
-0
/
+2024
*
Fix broken const'ness in declaration of sha1_loop().
archie
2000-10-09
2
-6
/
+4
*
sync with kame tree as of july00. tons of bug fixes/improvements.
itojun
2000-07-04
29
-450
/
+355
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
1
-1
/
+0
*
A simplified RC4 implementation for kernel use.
archie
2000-04-09
2
-0
/
+158
*
Fix bogus const-ness in declaration of sha1_loop().
archie
2000-04-09
2
-5
/
+3
*
Prototype fix for IPsec authentication related functions
shin
2000-02-10
2
-2
/
+2
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
2
-2
/
+2
*
IPSEC support in the kernel.
shin
1999-12-22
29
-0
/
+6172