<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/modules/crypto, branch releng/6.1</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC:</title>
<updated>2006-03-01T21:40:14+00:00</updated>
<author>
<name>Wojciech A. Koszek</name>
<email>wkoszek@FreeBSD.org</email>
</author>
<published>2006-03-01T21:40:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=24721f257bcf7acb8149daee9889d434cf1a428d'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  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)
</pre>
</div>
</content>
</entry>
<entry>
<title>just use crypto/rijndael, and nuke opencrypto/rindael.[ch].</title>
<updated>2005-03-11T17:24:46+00:00</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2005-03-11T17:24:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=df3c03a77336a90c2331bd7147fe017d78129247'/>
<id>df3c03a77336a90c2331bd7147fe017d78129247</id>
<content type='text'>
the two became almost identical since latest KAME merge.

Discussed with:	sam
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the two became almost identical since latest KAME merge.

Discussed with:	sam
</pre>
</div>
</content>
</entry>
<entry>
<title>Push m_apply() and m_getptr() up into the colleciton of standard mbuf</title>
<updated>2003-12-15T21:49:41+00:00</updated>
<author>
<name>Bruce M Simpson</name>
<email>bms@FreeBSD.org</email>
</author>
<published>2003-12-15T21:49:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=37621fd5d93015b59e08fc1278cbabfbf393fa7b'/>
<id>37621fd5d93015b59e08fc1278cbabfbf393fa7b</id>
<content type='text'>
routines, and purge them from opencrypto.

Reviewed by:	sam
Obtained from:	NetBSD
Sponsored by:	spc.org
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
routines, and purge them from opencrypto.

Reviewed by:	sam
Obtained from:	NetBSD
Sponsored by:	spc.org
</pre>
</div>
</content>
</entry>
<entry>
<title>Module-ize the 'core' crypto stuff. This may still need to be compiled</title>
<updated>2002-10-16T14:31:34+00:00</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2002-10-16T14:31:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f544a528731c3d599bb1d7b5828acd21a1fd543d'/>
<id>f544a528731c3d599bb1d7b5828acd21a1fd543d</id>
<content type='text'>
into the kernel by default (if required), but other modules can now
depend() on this.

Fix inter-module dependancy.

Earlier version OK'ed by:	sam
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
into the kernel by default (if required), but other modules can now
depend() on this.

Fix inter-module dependancy.

Earlier version OK'ed by:	sam
</pre>
</div>
</content>
</entry>
</feed>
