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
/
netinet6
/
esp_core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
With exception of the if_name() macro, all definitions in net_osdep.h
brooks
2006-08-04
1
-2
/
+0
*
refer opencrypto/cast.h directly.
ume
2005-03-11
1
-1
/
+9
*
/* -> /*- for license, minor formatting changes, separate for KAME
imp
2005-01-07
1
-1
/
+1
*
- m_cat() may free the mbuf on 2nd arg, so m_pkthdr manipulation has
ume
2003-11-15
1
-5
/
+5
*
enable aes-xcbc-mac and aes-ctr, again.
ume
2003-11-10
1
-4
/
+0
*
- revert to old rijndael code. new rijndael code broke gbde.
ume
2003-10-19
1
-0
/
+4
*
use BF_ecb_encrypt().
ume
2003-10-13
1
-22
/
+6
*
- support AES counter mode for ESP.
ume
2003-10-13
1
-12
/
+18
*
- RIPEMD160 support
ume
2003-10-12
1
-1
/
+1
*
switch cast128 implementation to implementation by Steve Reid;
ume
2003-10-10
1
-10
/
+4
*
- fix typo in comment.
ume
2003-10-07
1
-2
/
+1
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-4
/
+4
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-4
/
+4
*
o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and
bmilekic
2002-12-19
1
-1
/
+1
*
- use des_ecb3_encrypt().
ume
2002-03-05
1
-11
/
+9
*
Oops, now, encription and decription are separate function.
ume
2002-03-05
1
-2
/
+2
*
- Speedup 3DES by using assembly code for i386.
ume
2002-03-05
1
-2
/
+2
*
fixed the cast128 calculation with a short cipher key length.
ume
2001-11-27
1
-1
/
+2
*
Fix fencepost error causing creation of 0-length mbufs when the boundary
fenner
2001-08-20
1
-2
/
+2
*
Sync with recent KAME.
ume
2001-06-11
1
-868
/
+713
*
sync with kame tree as of july00. tons of bug fixes/improvements.
itojun
2000-07-04
1
-151
/
+209
*
Remove unneeded #include <sys/kernel.h>
phk
2000-04-29
1
-1
/
+0
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
1
-1
/
+0
*
IPSEC support in the kernel.
shin
1999-12-22
1
-0
/
+1236