<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/crypto, branch upstream/11.0.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=upstream%2F11.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=upstream%2F11.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2016-09-22T15:55:27Z</updated>
<entry>
<title>MFS:	r306195</title>
<updated>2016-09-22T15:55:27Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2016-09-22T15:55:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=17ed644781df3284f4e6f7b3fe29047fcce54565'/>
<id>urn:sha1:17ed644781df3284f4e6f7b3fe29047fcce54565</id>
<content type='text'>
Merge OpenSSL 1.0.2i.

Approved by:	re (gjb, implicit), so (delphij)
</content>
</entry>
<entry>
<title>MFH (r303832): check whether each key file exists before adding it</title>
<updated>2016-08-11T08:29:15Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2016-08-11T08:29:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=64f44a7c96c53f7f7722c45a647a513c5624ae56'/>
<id>urn:sha1:64f44a7c96c53f7f7722c45a647a513c5624ae56</id>
<content type='text'>
PR:		208254
Approved by:	re (kib)
</content>
</entry>
<entry>
<title>MFH (r303716, r303719): drop SSH1 support, disable DSA by default</title>
<updated>2016-08-05T15:32:35Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2016-08-05T15:32:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=44a8f55c90454e47b54d15343f20017551f3e027'/>
<id>urn:sha1:44a8f55c90454e47b54d15343f20017551f3e027</id>
<content type='text'>
PR:		208254
Approved by:	re (gjb)
Relnotes:	yes
</content>
</entry>
<entry>
<title>Revert r301551, which added blacklistd(8) to sshd(8).</title>
<updated>2016-06-24T23:22:42Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2016-06-24T23:22:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=faebc97a1cb4f0a36a39f0ba9c1b266e070c5f4f'/>
<id>urn:sha1:faebc97a1cb4f0a36a39f0ba9c1b266e070c5f4f</id>
<content type='text'>
This change has functional impact, and other concerns raised
by the OpenSSH maintainer.

Requested by:	des
PR:		210479 (related)
Approved by:	re (marius)
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>Add blacklist support to sshd</title>
<updated>2016-06-07T16:18:09Z</updated>
<author>
<name>Kurt Lidl</name>
<email>lidl@FreeBSD.org</email>
</author>
<published>2016-06-07T16:18:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c0cc364181387bbd94be77451ebcf69bc23ed2a5'/>
<id>urn:sha1:c0cc364181387bbd94be77451ebcf69bc23ed2a5</id>
<content type='text'>
Reviewed by:	rpaulo
Approved by:	rpaulo (earlier version of changes)
Relnotes:	YES
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D5915
</content>
</entry>
<entry>
<title>openssl: change SHLIB_VERSION_NUMBER to reflect the reality</title>
<updated>2016-06-03T14:09:38Z</updated>
<author>
<name>Andriy Gapon</name>
<email>avg@FreeBSD.org</email>
</author>
<published>2016-06-03T14:09:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=056f620e09cd6d17a7d0b405dd63af9b3107a72e'/>
<id>urn:sha1:056f620e09cd6d17a7d0b405dd63af9b3107a72e</id>
<content type='text'>
Some consumers actually use this definition.

We probably need some procedure to ensure that SHLIB_VERSION_NUMBER
is updated whenever we change the library version in
secure/lib/libssl/Makefile.
</content>
</entry>
<entry>
<title>libkrb5: Fix potential double-free</title>
<updated>2016-05-11T23:25:59Z</updated>
<author>
<name>Conrad Meyer</name>
<email>cem@FreeBSD.org</email>
</author>
<published>2016-05-11T23:25:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f74fc686705c09ec2f724831028c923f623fd880'/>
<id>urn:sha1:f74fc686705c09ec2f724831028c923f623fd880</id>
<content type='text'>
If krb5_make_principal fails, tmp_creds.server may remain a pointer to freed
memory and then be double-freed.  After freeing it the first time, initialize
it to NULL, which causes subsequent krb5_free_principal calls to do the right
thing.

Reported by:	Coverity
CID:		1273430
Sponsored by:	EMC / Isilon Storage Division
</content>
</entry>
<entry>
<title>Merge OpenSSL 1.0.2h.</title>
<updated>2016-05-03T18:50:10Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2016-05-03T18:50:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b8721c16431dbd57e4dbc5d96c3369dc46e1b580'/>
<id>urn:sha1:b8721c16431dbd57e4dbc5d96c3369dc46e1b580</id>
<content type='text'>
Relnotes:	yes
</content>
</entry>
<entry>
<title>Import OpenSSL 1.0.2h.</title>
<updated>2016-05-03T18:00:27Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2016-05-03T18:00:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=57f1256b1a087adbdf8e5c080dd9ed7975de939a'/>
<id>urn:sha1:57f1256b1a087adbdf8e5c080dd9ed7975de939a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Re-add AES-CBC ciphers to the default cipher list on the server.</title>
<updated>2016-03-11T00:23:10Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2016-03-11T00:23:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c3c6c935fca17c15194dafc56ee3bf4ef9ecd35e'/>
<id>urn:sha1:c3c6c935fca17c15194dafc56ee3bf4ef9ecd35e</id>
<content type='text'>
PR:		207679
</content>
</entry>
</feed>
