<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/secure/usr.bin, branch release/4.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F4.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F4.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2000-06-09T07:23:25Z</updated>
<entry>
<title>MFC: OpenSSH 2.1.0</title>
<updated>2000-06-09T07:23:25Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2000-06-09T07:23:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=54c89f7728b5197369b2fb80075edc96af4f2747'/>
<id>urn:sha1:54c89f7728b5197369b2fb80075edc96af4f2747</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Buildworld fixes for NO_OPENSSH and NO_OPENSSL</title>
<updated>2000-03-09T06:29:05Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2000-03-09T06:29:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bb49f794f5ee647d19e458b23eca844a3a85f813'/>
<id>urn:sha1:bb49f794f5ee647d19e458b23eca844a3a85f813</id>
<content type='text'>
Approved by:	jkh
</content>
</entry>
<entry>
<title>MFI: Make ssh and sshd link in the krb5 part of make release.</title>
<updated>2000-03-03T20:34:05Z</updated>
<author>
<name>John Hay</name>
<email>jhay@FreeBSD.org</email>
</author>
<published>2000-03-03T20:34:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=aa77fdaa473a4ef8ca04f5e79bb7f1dd843164b3'/>
<id>urn:sha1:aa77fdaa473a4ef8ca04f5e79bb7f1dd843164b3</id>
<content type='text'>
Reviewed by:	markm
</content>
</entry>
<entry>
<title>New distribution names.</title>
<updated>2000-02-28T19:25:34Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2000-02-28T19:25:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e1eaf14cd7f9b9c9c95d5daee822911a2d18a890'/>
<id>urn:sha1:e1eaf14cd7f9b9c9c95d5daee822911a2d18a890</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge from internat.freebsd.org repo, minus change to rsa_eay.c (missing)</title>
<updated>2000-02-26T13:13:03Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2000-02-26T13:13:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9fa5f5fd96e61991c4cb06bb4ab5c0e4bc9a7a99'/>
<id>urn:sha1:9fa5f5fd96e61991c4cb06bb4ab5c0e4bc9a7a99</id>
<content type='text'>
Reorganize and unify libcrypto's interface so that the RSA implementation
is chosen at runtime via dlopen().

This is a checkpoint and may require more tweaks still.
</content>
</entry>
<entry>
<title>Merge from internat.freebsd.org; deal with -DRSAref the same way as</title>
<updated>2000-02-25T14:15:31Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2000-02-25T14:15:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=42a75d55f1b1a84c4f964635e94596da292da44d'/>
<id>urn:sha1:42a75d55f1b1a84c4f964635e94596da292da44d</id>
<content type='text'>
libcrypto - not that it means much on the US code tree.
</content>
</entry>
<entry>
<title>Don't pull in libRSAglue for the rsaref case.  Since this is linked</title>
<updated>2000-02-25T08:21:35Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2000-02-25T08:21:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8df7a1fa297795e48ec8e70d0e003d580ec64b65'/>
<id>urn:sha1:8df7a1fa297795e48ec8e70d0e003d580ec64b65</id>
<content type='text'>
dynamically by default, we use the dlopen() calls to load librsaref.so
on US code trees.
</content>
</entry>
<entry>
<title>Build everything properly. This means:</title>
<updated>2000-02-24T18:59:34Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2000-02-24T18:59:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c9f2d5f4831961e16b54b2893d6ef13b760eceaf'/>
<id>urn:sha1:c9f2d5f4831961e16b54b2893d6ef13b760eceaf</id>
<content type='text'>
o Don't b uild libdes.

o Crypto is now housed in libcrypto (with a compatability symlink to
  libdes)

o RSA may depend on RSAREF at your locale.

o OpenSSH is now a part of the base system.
</content>
</entry>
<entry>
<title>Add the OpenSSH userland-building Makefiles.</title>
<updated>2000-02-24T17:00:55Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2000-02-24T17:00:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c23e256eefa3a3fa4d991e28c9cad41c1bfef81b'/>
<id>urn:sha1:c23e256eefa3a3fa4d991e28c9cad41c1bfef81b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Diff reducer. Comes from Internat.</title>
<updated>2000-02-24T09:52:37Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2000-02-24T09:52:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=97dacfda2b0a1bf6015f4c6efef8bdc3e9f952b8'/>
<id>urn:sha1:97dacfda2b0a1bf6015f4c6efef8bdc3e9f952b8</id>
<content type='text'>
</content>
</entry>
</feed>
