<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/secure/lib, branch release/13.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F13.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F13.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2022-05-03T20:36:33Z</updated>
<entry>
<title>OpenSSL: Regen manual pages for OpenSSL 1.1.1o</title>
<updated>2022-05-03T20:36:33Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2022-05-03T19:12:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2b3d81ba7dfea48c4a76d526027d0907eaf19dae'/>
<id>urn:sha1:2b3d81ba7dfea48c4a76d526027d0907eaf19dae</id>
<content type='text'>
Approved by:	re (gjb, implicit, security)

(cherry picked from commit 9a3583bfbd1740a158b3916432286190e0f2bf60)
(cherry picked from commit 225a1494a5538364cddf9080b57d65277c6bfdf4)
</content>
</entry>
<entry>
<title>OpenSSL: Merge OpenSSL 1.1.1n</title>
<updated>2022-03-18T13:49:32Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2022-03-15T23:35:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e404b2562b1de8503ea2bfc9a1204b3b4c72511f'/>
<id>urn:sha1:e404b2562b1de8503ea2bfc9a1204b3b4c72511f</id>
<content type='text'>
Approved by:	re (delphij)

(cherry picked from commit 5ac766ab8ec23e780f108b7903d46e553d5e39d1)
(cherry picked from commit 97fe61d5bfdee2adc4d6ffb9b65a0cfb5bc5d317)
</content>
</entry>
<entry>
<title>openssh: update to OpenSSH v8.7p1</title>
<updated>2022-02-09T19:53:11Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2021-09-08T01:05:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=317a38ab65334cbd24bd020b20b11041423d142f'/>
<id>urn:sha1:317a38ab65334cbd24bd020b20b11041423d142f</id>
<content type='text'>
Some notable changes, from upstream's release notes:

- sshd(8): Remove support for obsolete "host/port" syntax.
- ssh(1): When prompting whether to record a new host key, accept the key
  fingerprint as a synonym for "yes".
- ssh-keygen(1): when acting as a CA and signing certificates with an RSA
  key, default to using the rsa-sha2-512 signature algorithm.
- ssh(1), sshd(8), ssh-keygen(1): this release removes the "ssh-rsa"
  (RSA/SHA1) algorithm from those accepted for certificate signatures.
- ssh-sk-helper(8): this is a new binary. It is used by the FIDO/U2F
  support to provide address-space isolation for token middleware
  libraries (including the internal one).
- ssh(1): this release enables UpdateHostkeys by default subject to some
  conservative preconditions.
- scp(1): this release changes the behaviour of remote to remote copies
  (e.g. "scp host-a:/path host-b:") to transfer through the local host
  by default.
- scp(1): experimental support for transfers using the SFTP protocol as
  a replacement for the venerable SCP/RCP protocol that it has
  traditionally used.

Additional integration work is needed to support FIDO/U2F in the base
system.

Deprecation Notice
------------------

OpenSSH will disable the ssh-rsa signature scheme by default in the
next release.

Reviewed by:	imp
MFC after:	1 month
Relnotes:	Yes
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D29985

(cherry picked from commit 19261079b74319502c6ffa1249920079f0f69a72)
(cherry picked from commit f448c3ed4ae1281861913a56377f9d93d49f8e8e)
(cherry picked from commit 1f290c707a19d1695c303e6c8ead9cc414ccc6dc)
(cherry picked from commit 0f9bafdfc325779e4ecc5154d5bb06c752297138)
(cherry picked from commit adb56e58e8db84d8087ebe3d3e7def0074cb5a90)
(cherry picked from commit 576b58108c1723c85e4dd00355e29bfe301dab11)
(cherry picked from commit 1c99af1ebe61cbaf633792941640dcd254acf921)
(cherry picked from commit 87152f34054921632016bc5eb4ab9f836fbaa522)
(cherry picked from commit 172fa4aa7577915bf5ace5783251821d3774dc05)
</content>
</entry>
<entry>
<title>Add assembly optimized code for OpenSSL on powerpc, powerpc64 and powerpc64le</title>
<updated>2021-12-29T13:45:29Z</updated>
<author>
<name>Piotr Kubaj</name>
<email>pkubaj@FreeBSD.org</email>
</author>
<published>2021-11-22T02:28:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ce35a3bc852d25cb989bc1f3dc4ddb723d7d5117'/>
<id>urn:sha1:ce35a3bc852d25cb989bc1f3dc4ddb723d7d5117</id>
<content type='text'>
Summary:
1. https://github.com/openssl/openssl/commit/34ab13b7d8e3e723adb60be8142e38b7c9cd382a
needs to be merged for ELFv2 support on big-endian.
2. crypto/openssl/crypto/ppccap.c needs to be patched.
Same reason as in https://github.com/openssl/openssl/pull/17082.

Approved by:	jkim, jhibbits, alfredo (MFC to stable/13)
MFC after:	1 month
Differential Revision: https://reviews.freebsd.org/D33076

(cherry picked from commit 3a60869237b8b315fe66497cf5299ec08b688533)
</content>
</entry>
<entry>
<title>OpenSSL: Merge OpenSSL 1.1.1m</title>
<updated>2021-12-14T22:43:19Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2021-12-14T21:01:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=aeef12228a4574609c37560c3a89f0bc63bee5b8'/>
<id>urn:sha1:aeef12228a4574609c37560c3a89f0bc63bee5b8</id>
<content type='text'>
(cherry picked from commit 754c4757c9cb225c66eb3297f2a8be198786fcc9)
</content>
</entry>
<entry>
<title>ssh: move common Makefile boilerplate to a new ssh.mk</title>
<updated>2021-11-08T21:24:09Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2021-11-02T18:48:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a0880129a545dbb7ff35b456429b12e55146ef5d'/>
<id>urn:sha1:a0880129a545dbb7ff35b456429b12e55146ef5d</id>
<content type='text'>
This moves SSHDIR and ssh_namespace.h handling to a common location,
and will simplify future work such as adding U2F support (D32509).

Reviewed by:	kevans
MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D32808

(cherry picked from commit 9d63429fa16352f58037ac2aa6ddc734b25e8331)
</content>
</entry>
<entry>
<title>OpenSSL: Reduce diff with the upstream</title>
<updated>2021-09-03T17:10:57Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2021-09-01T04:10:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f7fe1ce49e7ae131de831e5ed211e0fb36c66014'/>
<id>urn:sha1:f7fe1ce49e7ae131de831e5ed211e0fb36c66014</id>
<content type='text'>
(cherry picked from commit 649ccdd753790069623e192185d133fd26a03bf9)
</content>
</entry>
<entry>
<title>OpenSSL: Regen manual pages for 1.1.1l</title>
<updated>2021-09-03T17:10:23Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2021-09-01T04:09:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f2e93641f7465ce20fbb4ea75341e69b234e5df1'/>
<id>urn:sha1:f2e93641f7465ce20fbb4ea75341e69b234e5df1</id>
<content type='text'>
(cherry picked from commit d594d17b8569fb7bc22263e7da3fd626b99d9203)
</content>
</entry>
<entry>
<title>pkgbase: Put openssl in its own package</title>
<updated>2021-06-30T07:24:31Z</updated>
<author>
<name>Emmanuel Vadot</name>
<email>manu@FreeBSD.org</email>
</author>
<published>2021-05-02T15:46:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=632e3f2f3a66cea437a93169b0f907931348ffb5'/>
<id>urn:sha1:632e3f2f3a66cea437a93169b0f907931348ffb5</id>
<content type='text'>
This is useful for upgrade and also to make tiny jail so they won't
depend on FreeBSD-utilities (where openssl was packaged before).

MFC after:	1 month
Differential Revision:	https://reviews.freebsd.org/D30081
</content>
</entry>
<entry>
<title>libcrypto: Add symbol versions for symbols added since 1.1.1d.</title>
<updated>2021-06-09T21:53:42Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2021-05-28T22:18:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f8edb3f9c725e5b4a60981ee19a56395b0497e13'/>
<id>urn:sha1:f8edb3f9c725e5b4a60981ee19a56395b0497e13</id>
<content type='text'>
While here, trim a spurious local: I missed when added SSL_sendfile.

PR:		255277
Reported by:	yuri
Reviewed by:	jkim
Differential Revision:	https://reviews.freebsd.org/D30483

(cherry picked from commit 7ad70d22c667173586c04fc13dd315995d78fbbf)
</content>
</entry>
</feed>
