<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/secure/lib/libcrypto/Makefile, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2020-10-20T17:00:43Z</updated>
<entry>
<title>Move generated OpenSSL assembly routines into the kernel sources.</title>
<updated>2020-10-20T17:00:43Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2020-10-20T17:00:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=bc3d5698008e9b3b19495e853cbc2598979ccf8a'/>
<id>urn:sha1:bc3d5698008e9b3b19495e853cbc2598979ccf8a</id>
<content type='text'>
Sponsored by:	Netflix
</content>
</entry>
<entry>
<title>Install man5 and man7 for OpenSSL.</title>
<updated>2020-01-22T01:15:57Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2020-01-22T01:15:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=a9e3baa5625d20c476c46582612da807c20c158b'/>
<id>urn:sha1:a9e3baa5625d20c476c46582612da807c20c158b</id>
<content type='text'>
Note config.5 and crypto.7 are not installed because we have conflicts.

Requested by:	phk
MFC after:	1 month
</content>
</entry>
<entry>
<title>Merge OpenSSL 1.1.1d.</title>
<updated>2019-09-10T21:08:17Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2019-09-10T21:08:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=da327cd22e88f26f6cab9d4c45805b512139aa11'/>
<id>urn:sha1:da327cd22e88f26f6cab9d4c45805b512139aa11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pkgbase: Put a lot of binaries and lib in FreeBSD-runtime</title>
<updated>2019-09-05T14:13:08Z</updated>
<author>
<name>Emmanuel Vadot</name>
<email>manu@FreeBSD.org</email>
</author>
<published>2019-09-05T14:13:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=a7b5a3d48640f3f5898b05328d71c2949b6b7098'/>
<id>urn:sha1:a7b5a3d48640f3f5898b05328d71c2949b6b7098</id>
<content type='text'>
All of them are needed to be able to boot to single user and be able
to repair a existing FreeBSD installation so put them directly into
FreeBSD-runtime.

Reviewed by:    bapt, gjb
Differential Revision:  https://reviews.freebsd.org/D21503
</content>
</entry>
<entry>
<title>Enable devcryptoeng for OpenSSL.</title>
<updated>2018-12-12T21:56:47Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2018-12-12T21:56:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=f622545b79c422bffb5974f751abbecc7b634b74'/>
<id>urn:sha1:f622545b79c422bffb5974f751abbecc7b634b74</id>
<content type='text'>
Since OpenSSL 1.1.1, the good old BSD-specific cryptodev engine has been
deprecated in favor of this new engine.  However, this engine is not
throughly tested on FreeBSD because it was originally written for Linux.

http://cryptodev-linux.org/

Also, the author actually meant to enable it by default on BSD platforms but
he failed to do so because there was a bug in the Configure script.

https://github.com/openssl/openssl/pull/7882

Now they found that it was more generic issue.

https://github.com/openssl/openssl/pull/7885

Therefore, we need to enable this engine on head to give it more exposure.
</content>
</entry>
<entry>
<title>Merge OpenSSL 1.1.1a.</title>
<updated>2018-11-20T21:10:04Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2018-11-20T21:10:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=c9cf7b5cb1693e44f8caa63f47bbb9ae85508687'/>
<id>urn:sha1:c9cf7b5cb1693e44f8caa63f47bbb9ae85508687</id>
<content type='text'>
</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-test/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>libcrypto: have buildinf.h depend on Makefile</title>
<updated>2018-10-05T20:49:54Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2018-10-05T20:49:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=c4cff941344a444687a72b932a40ea71cb1e63dc'/>
<id>urn:sha1:c4cff941344a444687a72b932a40ea71cb1e63dc</id>
<content type='text'>
So that it will be regenerated after Makefile changes affecting the
file's content - specifically, the OpenSSL 1.1.1 update adds a DATE
macro which did not exist previously.

Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>Make it more meta mode friendly.</title>
<updated>2018-09-25T22:15:47Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2018-09-25T22:15:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=8f1d871786b2523cd44a5e75a441e1d821d81584'/>
<id>urn:sha1:8f1d871786b2523cd44a5e75a441e1d821d81584</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix CLEANFILES.</title>
<updated>2018-09-25T22:14:52Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2018-09-25T22:14:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=4552330800aaa342416e7531e0c9e3a2f1c7e1b9'/>
<id>urn:sha1:4552330800aaa342416e7531e0c9e3a2f1c7e1b9</id>
<content type='text'>
</content>
</entry>
</feed>
