<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/secure/lib/libssl/Makefile, branch stable/13</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=stable%2F13</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=stable%2F13'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2023-08-23T17:43:30Z</updated>
<entry>
<title>Remove $FreeBSD$: one-line sh pattern</title>
<updated>2023-08-23T17:43:30Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-22T01:32:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=023fc80ee38a117fa65b2ccb2abf8bdc7dbd6fd9'/>
<id>urn:sha1:023fc80ee38a117fa65b2ccb2abf8bdc7dbd6fd9</id>
<content type='text'>
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

Similar commit in main:
(cherry picked from commit d0b2dbfa0ecf)
</content>
</entry>
<entry>
<title>openssl: install pc files</title>
<updated>2022-10-12T08:34:03Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2022-08-26T14:02:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=41067961b6f3a0b5667e40e768b7b46e4092348e'/>
<id>urn:sha1:41067961b6f3a0b5667e40e768b7b46e4092348e</id>
<content type='text'>
most programs in ports are looking for .pc files in order to get the
necessary information on how to compile and link against openssl.

The ports now also has a way to hide or force a path for pkgconf.

Providing .pc files along with openssl in base will allow (once all
the supported version of FreeBSD has it) so improve the framework to
deal with openssl in base vs openssl in ports (and libressl)

This will also greatly reduce the number of patches necessary to
workaround the build systems which only knows how to detect where
openssl is installed via pkgconf.

PR:		266051
MFC After:	3 weeks
Reviewed by:	jkim, delphij
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D36360

(cherry picked from commit b323fa85f15268ac44b8ff90faf90bce5d87b608)
</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>OpenSSL: Support for kernel TLS offload (KTLS)</title>
<updated>2021-02-05T00:03:20Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2021-01-16T00:17:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c1c52cd57e8810ca294d02220dfa72607c9a5567'/>
<id>urn:sha1:c1c52cd57e8810ca294d02220dfa72607c9a5567</id>
<content type='text'>
This merges upstream patches from OpenSSL's master branch to add
KTLS infrastructure for TLS 1.0-1.3 including both RX and TX
offload and SSL_sendfile support on both Linux and FreeBSD.

Note that TLS 1.3 only supports TX offload.

A new WITH/WITHOUT_OPENSSL_KTLS determines if OpenSSL is built with
KTLS support.  It defaults to enabled on amd64 and disabled on all
other architectures.

Sponsored by:	Netflix

(cherry picked from commit aa906e2a4957db700d9e6cc60857e1afe1aecc85)
</content>
</entry>
<entry>
<title>Fix a typo in the cpp macro defined for PIC.</title>
<updated>2020-08-13T20:28:35Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2020-08-13T20:28:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1e04d9ff3e2565a402e449eb59b30b826bb2894a'/>
<id>urn:sha1:1e04d9ff3e2565a402e449eb59b30b826bb2894a</id>
<content type='text'>
In practice this isn't used in OpenSSL outside of some sparc-specific
code.

Reviewed by:	delphij
Differential Revision:	https://reviews.freebsd.org/D26058
</content>
</entry>
<entry>
<title>Replace OPENSSL_NO_SSL3_METHODs with dummies</title>
<updated>2020-07-01T00:59:28Z</updated>
<author>
<name>Conrad Meyer</name>
<email>cem@FreeBSD.org</email>
</author>
<published>2020-07-01T00:59:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=80a315ffb6053e5e2b1a0d07d7571fad0e0a64bd'/>
<id>urn:sha1:80a315ffb6053e5e2b1a0d07d7571fad0e0a64bd</id>
<content type='text'>
SSLv3 has been deprecated since 2015 (and broken since 2014: "POODLE"); it
should not have shipped in FreeBSD 11 (2016) or 12 (2018).  No one should use
it, and if they must, they can use some implementation outside of base.

There are three symbols removed with OPENSSL_NO_SSL3_METHOD:

SSLv3_client_method
SSLv3_method
SSLv3_server_method

These symbols exist to request an explicit SSLv3 connection to a server.
There is no good reason for an application to link or invoke these symbols
instead of TLS_method(), et al (née SSLv23_method, et al).  Applications
that do so have broken cryptography.

Define these symbols for some pedantic definition of ABI stability, but
remove the functionality again (r361392) after r362620.

Reviewed by:	gordon, jhb (earlier-but-equivalent version both)
Discussed with:	bjk, kib
Differential Revision:	https://reviews.freebsd.org/D25493
</content>
</entry>
<entry>
<title>Bump base OpenSSL libraries versions to avoid conflict with port's libraries.</title>
<updated>2018-10-25T13:37:57Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2018-10-25T13:37:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=89250cff0c9af8a2c976020468fbe9637b846dd3'/>
<id>urn:sha1:89250cff0c9af8a2c976020468fbe9637b846dd3</id>
<content type='text'>
Reported by:	many
Reviewed by:	gjb
Sponsored by:	The FreeBSD Foundation
MFC after:	3 hours
</content>
</entry>
<entry>
<title>Build libssl for amd64.</title>
<updated>2018-09-19T00:24:00Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2018-09-19T00:24:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=85a025545fac7b155662fc534348ed8e326fca90'/>
<id>urn:sha1:85a025545fac7b155662fc534348ed8e326fca90</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add OpenSSL symbol version maps.</title>
<updated>2018-09-13T23:51:54Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2018-09-13T23:51:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cec27dca41f49438670a4222883f41d468a2d25b'/>
<id>urn:sha1:cec27dca41f49438670a4222883f41d468a2d25b</id>
<content type='text'>
Note the files are not automatically generated for now.
</content>
</entry>
<entry>
<title>Catch up with manual page removal from secure/lib/libssl.</title>
<updated>2018-09-13T23:46:27Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2018-09-13T23:46:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0ea17a70cec7636a6491fa510ab87021204eb18c'/>
<id>urn:sha1:0ea17a70cec7636a6491fa510ab87021204eb18c</id>
<content type='text'>
</content>
</entry>
</feed>
