<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libipsec, branch release/5.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2004-07-01T17:13:15Z</updated>
<entry>
<title>Back out last delta, it just unpolitely reverted some local changes.</title>
<updated>2004-07-01T17:13:15Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-07-01T17:13:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=86ab142d10d60ccd4161a107ab7eee8944da7c44'/>
<id>urn:sha1:86ab142d10d60ccd4161a107ab7eee8944da7c44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial import of RFC 2385 (TCP-MD5) digest support.</title>
<updated>2004-02-11T04:34:34Z</updated>
<author>
<name>Bruce M Simpson</name>
<email>bms@FreeBSD.org</email>
</author>
<published>2004-02-11T04:34:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1922fd129e288c22e9c0175a84c13c33cb9345cb'/>
<id>urn:sha1:1922fd129e288c22e9c0175a84c13c33cb9345cb</id>
<content type='text'>
This is the second of two commits; bring in the userland support to finish.

Teach libipsec and setkey about the tcp-md5 class of security associations,
thus allowing administrators to add per-host keys to the SADB for use by
the tcpsignature_compute() function.

Document that a single SPI must be used until such time as the code which
adds support to the SPD to specify flows for tcp-md5 treatment is suitable
for production.

Sponsored by:	sentex.net
</content>
</entry>
<entry>
<title>- plug memory leak.</title>
<updated>2003-11-05T09:41:23Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2003-11-05T09:41:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bd9f52d566a4e7d4881bc8df069dec2208235917'/>
<id>urn:sha1:bd9f52d566a4e7d4881bc8df069dec2208235917</id>
<content type='text'>
- fixed a length of the sadb extension in the case of pfkey_send_x5().
- used getprotobynumber() for printing a upper layer protocol name.
- modified the output format against the change of the setkey syntax
  about a icmp6 type/code.
- don't enumerate reserved fields.  use memset.

Obtained from:	KAME
</content>
</entry>
<entry>
<title>- errx() doesn't need `\n'.</title>
<updated>2003-10-26T12:00:27Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2003-10-26T12:00:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9713f5c1706681abd3304ec450d309d47c61e278'/>
<id>urn:sha1:9713f5c1706681abd3304ec450d309d47c61e278</id>
<content type='text'>
- use %u for unsigned variable.

Obtained from:	KAME
</content>
</entry>
<entry>
<title>stop use of NI_WITHSCOPEID.  it was deprecated.</title>
<updated>2003-10-21T20:11:47Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2003-10-21T20:11:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d24cb2490d10a6abfd24c7bba65db9a7dc011715'/>
<id>urn:sha1:d24cb2490d10a6abfd24c7bba65db9a7dc011715</id>
<content type='text'>
Obtained from:	KAME
</content>
</entry>
<entry>
<title>- support AES counter mode for ESP.</title>
<updated>2003-10-13T14:57:41Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2003-10-13T14:57:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b42ac57f4f2c183fda94189f1516ae3c1eff851f'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>- support AES XCBC MAC for AH</title>
<updated>2003-10-13T04:54:51Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2003-10-13T04:54:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c65ee7c758bc6f2301eea90a350c234582b45a30'/>
<id>urn:sha1:c65ee7c758bc6f2301eea90a350c234582b45a30</id>
<content type='text'>
- correct SADB_X_AALG_RIPEMD160HMAC to 8

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

Obtained from:	KAME
</content>
</entry>
<entry>
<title>mdoc(7): Properly mark C headers.</title>
<updated>2003-09-10T19:24:35Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-09-10T19:24:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=743d5d518c25e41a3e9026d400fa625efc306c82'/>
<id>urn:sha1:743d5d518c25e41a3e9026d400fa625efc306c82</id>
<content type='text'>
</content>
</entry>
<entry>
<title>style.Makefile(5)</title>
<updated>2003-08-18T15:25:39Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-08-18T15:25:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4f4a104ee88afa3e1dbff75adeec199348e0636a'/>
<id>urn:sha1:4f4a104ee88afa3e1dbff75adeec199348e0636a</id>
<content type='text'>
</content>
</entry>
</feed>
