<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/opencrypto, branch release/6.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2007-01-11T22:54:46Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2007-01-11T22:54:46Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2007-01-11T22:54:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=201f78d6b90635d961fa373ecd706e3786333b7e'/>
<id>urn:sha1:201f78d6b90635d961fa373ecd706e3786333b7e</id>
<content type='text'>
'RELENG_6_2_0_RELEASE'.

This commit was manufactured to restore the state of the 6.2-RELEASE image.
</content>
</entry>
<entry>
<title>MFC:	Synchronize opencrypto framework with HEAD version.</title>
<updated>2006-09-04T15:16:14Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2006-09-04T15:16:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7e5b36dada8705f0796623def19f7bcef0aa0cbd'/>
<id>urn:sha1:7e5b36dada8705f0796623def19f7bcef0aa0cbd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2006-03-05T00:48:05Z</updated>
<author>
<name>Wojciech A. Koszek</name>
<email>wkoszek@FreeBSD.org</email>
</author>
<published>2006-03-05T00:48:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4907ba87b605b618243345090cabea4df3d4c558'/>
<id>urn:sha1:4907ba87b605b618243345090cabea4df3d4c558</id>
<content type='text'>
   crypto.ko depends on zlib.

   Submitted by:   Ben Kelly &lt;bkelly at vadev.org&gt;
   Approved by:    rwatson
   Point hat to:   me
   MFC after:      1 day

Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2006-03-01T21:40:14Z</updated>
<author>
<name>Wojciech A. Koszek</name>
<email>wkoszek@FreeBSD.org</email>
</author>
<published>2006-03-01T21:40:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=24721f257bcf7acb8149daee9889d434cf1a428d'/>
<id>urn:sha1:24721f257bcf7acb8149daee9889d434cf1a428d</id>
<content type='text'>
  Connect zlib to the build.

  This patch fixes a problem, which exists if you have IPSEC in your kernel
  and want to have crypto support loaded as KLD. By moving zlib to separate
  module and adding MODULE_DEPEND directives, it is possible to use such
  configuration without complication. Otherwise, since IPSEC is linked with
  zlib (just like crypto.ko) you'll get following error:

          interface zlib.1 already present in the KLD 'kernel'!

  Approved by:    cognet (mentor)

Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>MFC:	sys/crypto/rijndael/rijndael-alg-fst.c	1.9,1.11</title>
<updated>2005-08-30T15:01:50Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2005-08-30T15:01:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=110cd34d63cb22664cc7ea65cc98b433544ba592'/>
<id>urn:sha1:110cd34d63cb22664cc7ea65cc98b433544ba592</id>
<content type='text'>
	sys/opencrypto/xform.c	1.6

Check key size for rijndael, as invalid key size can lead to kernel panic.
I checked other algorithms against this bug and it seems they aren't
affected.

Reported by:	Mike Tancsa &lt;mike@sentex.net&gt;
PR:		i386/84860
Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>MFC:	sys/opencrypto/cryptodev.c	1.26</title>
<updated>2005-08-19T12:04:19Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2005-08-19T12:04:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=378f5074ac334f801b1ff8b3ff84969d7b33cf77'/>
<id>urn:sha1:378f5074ac334f801b1ff8b3ff84969d7b33cf77</id>
<content type='text'>
Fix bogus check. It was possible to panic the kernel by giving 0 length.
This is actually a local DoS, as every user can use /dev/crypto if there
is crypto hardware in the system and cryptodev.ko is loaded (or compiled
into the kernel).

Reported by:    Mike Tancsa &lt;mike@sentex.net&gt;
Security:	Local DoS on systems with crypto HW and with /dev/crypto available
Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>malloc.h relies on param.h for a definition of MAXCPU.  I guess that there is</title>
<updated>2005-05-30T05:01:44Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2005-05-30T05:01:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e39e116ca2acbdc59c939a7ead8992d044f898d9'/>
<id>urn:sha1:e39e116ca2acbdc59c939a7ead8992d044f898d9</id>
<content type='text'>
other header pollution that makes this work right now, but it falls over when
doing a RELENG_5 -&gt; HEAD upgrade.
</content>
</entry>
<entry>
<title>just use crypto/rijndael, and nuke opencrypto/rindael.[ch].</title>
<updated>2005-03-11T17:24:46Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2005-03-11T17:24:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=df3c03a77336a90c2331bd7147fe017d78129247'/>
<id>urn:sha1:df3c03a77336a90c2331bd7147fe017d78129247</id>
<content type='text'>
the two became almost identical since latest KAME merge.

Discussed with:	sam
</content>
</entry>
<entry>
<title>- use 1/2 space for rijndael context in ipsec</title>
<updated>2005-03-11T12:45:09Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2005-03-11T12:45:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a40be31edbc6d9620de2a37f4e8b5010fe887cdd'/>
<id>urn:sha1:a40be31edbc6d9620de2a37f4e8b5010fe887cdd</id>
<content type='text'>
- rijndael_set_key() always sets up full context
- rijndaelKeySetupDec() gets back original protoype

Reviewed by:	sam
Obtained from:	OpenBSD
</content>
</entry>
<entry>
<title>refer opencrypto/cast.h directly.</title>
<updated>2005-03-11T12:37:07Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2005-03-11T12:37:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9f65b10b0f630647d9fb32277af106c6139bbe33'/>
<id>urn:sha1:9f65b10b0f630647d9fb32277af106c6139bbe33</id>
<content type='text'>
</content>
</entry>
</feed>
