<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/usr.bin/openssl/Makefile, branch OPENBSD_7_5_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_5_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_5_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2023-04-25T16:11:02+00:00</updated>
<entry>
<title>Remove the nseq command</title>
<updated>2023-04-25T16:11:02+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-04-25T16:11:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=55f6443ac0e7f1a6cb59fa4319d9b78857735d56'/>
<id>urn:sha1:55f6443ac0e7f1a6cb59fa4319d9b78857735d56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Hook openssl(1) cms back up.</title>
<updated>2019-11-04T15:25:54+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2019-11-04T15:25:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1ea1d12cfd2179ae88362d407feabf674f27b5ad'/>
<id>urn:sha1:1ea1d12cfd2179ae88362d407feabf674f27b5ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch to -Werror with clang for libressl.</title>
<updated>2017-08-13T19:42:33+00:00</updated>
<author>
<name>doug</name>
<email></email>
</author>
<published>2017-08-13T19:42:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e0d9b6877814aabc7aa1b8a33ad302bf782d8ce3'/>
<id>urn:sha1:e0d9b6877814aabc7aa1b8a33ad302bf782d8ce3</id>
<content type='text'>
Discussed with beck@ and jsing@
ok beck@
</content>
</entry>
<entry>
<title>remove redundant variable declarations in Makefiles, since those are</title>
<updated>2017-07-09T21:23:19+00:00</updated>
<author>
<name>espie</name>
<email></email>
</author>
<published>2017-07-09T21:23:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=27d391d0739fdb4118361859203a6f74012cd5bf'/>
<id>urn:sha1:27d391d0739fdb4118361859203a6f74012cd5bf</id>
<content type='text'>
the default.

okay millert@
</content>
</entry>
<entry>
<title>Limit -Werror to gcc4 as was done in libcrypto/libssl/libtls to avoid</title>
<updated>2017-05-07T04:18:47+00:00</updated>
<author>
<name>jsg</name>
<email></email>
</author>
<published>2017-05-07T04:18:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9706d48a7c3efe16618188b2cb81126a13667693'/>
<id>urn:sha1:9706d48a7c3efe16618188b2cb81126a13667693</id>
<content type='text'>
failed builds with different compilers.

ok jsing@
</content>
</entry>
<entry>
<title>bye bye cms. send it to the attic</title>
<updated>2016-09-04T18:05:34+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2016-09-04T18:05:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=275d3e33eaaeab612c8b59055d39c43b49bcfcbf'/>
<id>urn:sha1:275d3e33eaaeab612c8b59055d39c43b49bcfcbf</id>
<content type='text'>
ok jsing@
</content>
</entry>
<entry>
<title>Remove engine command and parameters from openssl(1).</title>
<updated>2015-09-11T14:30:23+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2015-09-11T14:30:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e8587be16102f0811af023382ffaeb2002feec78'/>
<id>urn:sha1:e8587be16102f0811af023382ffaeb2002feec78</id>
<content type='text'>
We do not have any builtin or dynamic engines, meaning openssl(1) has
no way to use the engine command or parameters at all.

ok jsing@
</content>
</entry>
<entry>
<title>Introduce an openssl(1) certhash command.</title>
<updated>2015-02-10T15:29:34+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-02-10T15:29:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b2c538142cfc76f91bea09b3f7c963c7a5265659'/>
<id>urn:sha1:b2c538142cfc76f91bea09b3f7c963c7a5265659</id>
<content type='text'>
This is effectively a reimplementation of the functionality provided by
the previously removed c_rehash Perl script. The c_rehash script had a
number of known issues, including the fact that it needs to run openssl(1)
multiple times and that it starts by removing all symlinks before
putting them back, creating atomicity issues/race conditions, even when
nothing has changed.

certhash is self-contained and is intended to be stable - no changes
should be made unless something has actually changed. This means it can
be run regularly in a production environment without causing certificate
lookup failures.

Further testing and improvements will happen in tree.

Discussed with tedu@
</content>
</entry>
<entry>
<title>Move Windows OS-specific functions to make porting easier.</title>
<updated>2014-12-03T22:16:02+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2014-12-03T22:16:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=56ba4dfacce3236710ca61edbd40744a424ca728'/>
<id>urn:sha1:56ba4dfacce3236710ca61edbd40744a424ca728</id>
<content type='text'>
Several functions that need to be redefined for a Windows port are right
in the middle of other code that is relatively portable. This patch
isolates the functions that need Windows-specific implementations so
they can be built conditionally in the portable tree.

Add calls to BIO_sock_init() as-needed to openssl(1) so that socket IO works on
Windows. Sorry, these are no-op on other platforms.

ok jsing@ deraadt@
</content>
</entry>
<entry>
<title>Disable -Wshadow again, since it breaks builds on vax with gcc3.</title>
<updated>2014-09-10T16:51:42+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-09-10T16:51:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e8adbeb2a80469fdc94d71f996f33b0d79c118d7'/>
<id>urn:sha1:e8adbeb2a80469fdc94d71f996f33b0d79c118d7</id>
<content type='text'>
</content>
</entry>
</feed>
