<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/netinet6/esp_core.c, branch release/5.2.1</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>- m_cat() may free the mbuf on 2nd arg, so m_pkthdr manipulation has</title>
<updated>2003-11-15T06:18:09+00:00</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2003-11-15T06:18:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=fc8f306fc16c5573d4b3ec697a32ff52064e63c1'/>
<id>fc8f306fc16c5573d4b3ec697a32ff52064e63c1</id>
<content type='text'>
  to happen before the call to m_cat().
- correct signedness mixups.
- remove variable that is only assigned too but not referenced.

Obtained from:	KAME
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  to happen before the call to m_cat().
- correct signedness mixups.
- remove variable that is only assigned too but not referenced.

Obtained from:	KAME
</pre>
</div>
</content>
</entry>
<entry>
<title>enable aes-xcbc-mac and aes-ctr, again.</title>
<updated>2003-11-10T10:39:14+00:00</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2003-11-10T10:39:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=db5400180673dce820a718cd16cbb14fd64e24f4'/>
<id>db5400180673dce820a718cd16cbb14fd64e24f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- revert to old rijndael code.  new rijndael code broke gbde.</title>
<updated>2003-10-19T21:28:34+00:00</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2003-10-19T21:28:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9132d5071c4252769968b4dc94f0e40af2596802'/>
<id>9132d5071c4252769968b4dc94f0e40af2596802</id>
<content type='text'>
- since aes-xcbc-mac and aes-ctr require functions in new
  rijndael code, aes-xcbc-mac and aes-ctr are disabled for now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- since aes-xcbc-mac and aes-ctr require functions in new
  rijndael code, aes-xcbc-mac and aes-ctr are disabled for now.
</pre>
</div>
</content>
</entry>
<entry>
<title>use BF_ecb_encrypt().</title>
<updated>2003-10-13T19:26:08+00:00</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2003-10-13T19:26:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=66c7fe40566e1cc1c9a64d0c3820e46ccc8b9ae7'/>
<id>66c7fe40566e1cc1c9a64d0c3820e46ccc8b9ae7</id>
<content type='text'>
Obtained from:	KAME
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Obtained from:	KAME
</pre>
</div>
</content>
</entry>
<entry>
<title>- support AES counter mode for ESP.</title>
<updated>2003-10-13T14:57:41+00:00</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2003-10-13T14:57:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b42ac57f4f2c183fda94189f1516ae3c1eff851f'/>
<id>b42ac57f4f2c183fda94189f1516ae3c1eff851f</id>
<content type='text'>
- use size_t as return type of schedlen(), as there's no error
  check needed.
- clear key schedule buffer before freeing.

Obtained from:	KAME
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- use size_t as return type of schedlen(), as there's no error
  check needed.
- clear key schedule buffer before freeing.

Obtained from:	KAME
</pre>
</div>
</content>
</entry>
<entry>
<title>- RIPEMD160 support</title>
<updated>2003-10-12T09:41:42+00:00</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2003-10-12T09:41:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=492528c051c93c3c37a5f455115eb8da8a1892ba'/>
<id>492528c051c93c3c37a5f455115eb8da8a1892ba</id>
<content type='text'>
- pass size arg to ah-&gt;result (avoid assuming result buffer size)

Obtained from:	KAME
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- pass size arg to ah-&gt;result (avoid assuming result buffer size)

Obtained from:	KAME
</pre>
</div>
</content>
</entry>
<entry>
<title>switch cast128 implementation to implementation by Steve Reid;</title>
<updated>2003-10-10T15:06:16+00:00</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2003-10-10T15:06:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7aab01fa765c51644e6356c4e18848f8011712cc'/>
<id>7aab01fa765c51644e6356c4e18848f8011712cc</id>
<content type='text'>
smaller footprint.

Obtained from:	KAME
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
smaller footprint.

Obtained from:	KAME
</pre>
</div>
</content>
</entry>
<entry>
<title>- fix typo in comment.</title>
<updated>2003-10-07T17:46:18+00:00</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2003-10-07T17:46:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=06cd0a3f97cb59dda08996c0b36d02bfddcdca45'/>
<id>06cd0a3f97cb59dda08996c0b36d02bfddcdca45</id>
<content type='text'>
- style.

Obtained from:	KAME
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- style.

Obtained from:	KAME
</pre>
</div>
</content>
</entry>
<entry>
<title>Back out M_* changes, per decision of the TRB.</title>
<updated>2003-02-19T05:47:46+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-02-19T05:47:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a163d034fadcfb4a25ca34a2ba5f491c47b6ff69'/>
<id>a163d034fadcfb4a25ca34a2ba5f491c47b6ff69</id>
<content type='text'>
Approved by: trb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by: trb
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove M_TRYWAIT/M_WAITOK/M_WAIT.  Callers should use 0.</title>
<updated>2003-01-21T08:56:16+00:00</updated>
<author>
<name>Alfred Perlstein</name>
<email>alfred@FreeBSD.org</email>
</author>
<published>2003-01-21T08:56:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=44956c9863dc03344b03bdf6a83acf4e743f8e50'/>
<id>44956c9863dc03344b03bdf6a83acf4e743f8e50</id>
<content type='text'>
Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT.
</pre>
</div>
</content>
</entry>
</feed>
