<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/usr.bin/openssl/speed.c, branch OPENBSD_6_8_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_6_8_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_6_8_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2018-07-13T18:36:56+00:00</updated>
<entry>
<title>openssl app timers: TM_START -&gt; TM_RESET, TM_STOP -&gt; TM_GET</title>
<updated>2018-07-13T18:36:56+00:00</updated>
<author>
<name>cheloha</name>
<email></email>
</author>
<published>2018-07-13T18:36:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ac5e763160d1b0cf0a2c6f4caf5442f2cb1675cc'/>
<id>urn:sha1:ac5e763160d1b0cf0a2c6f4caf5442f2cb1675cc</id>
<content type='text'>
Much more apt than the current operation names.

Names suggested by jca@ ages ago.

ok jca, jsing
</content>
</entry>
<entry>
<title>Indent labels with a single space so that diff prototypes are more useful.</title>
<updated>2018-02-07T05:47:55+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2018-02-07T05:47:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6d829832b5c1cafa0527a7c2595749b17b0b8efe'/>
<id>urn:sha1:6d829832b5c1cafa0527a7c2595749b17b0b8efe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Seperate real and user timer interfaces</title>
<updated>2017-12-05T15:02:06+00:00</updated>
<author>
<name>jca</name>
<email></email>
</author>
<published>2017-12-05T15:02:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=18630b1588538df9b732e385e1ca2642df0abc87'/>
<id>urn:sha1:18630b1588538df9b732e385e1ca2642df0abc87</id>
<content type='text'>
Use more descriptive names, and make it clearer that real and user
timers work on different static storage.  The end goal is to be able to
reuse those timer functions, instead of inlining other timer
implementations subject to clock jumps.

Discussed with Scott Cheloha
</content>
</entry>
<entry>
<title>Fix cast-pasto's in comments</title>
<updated>2017-10-07T06:16:54+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2017-10-07T06:16:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b565e187503e0337297ef4c3b77299c95d537862'/>
<id>urn:sha1:b565e187503e0337297ef4c3b77299c95d537862</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sorry Andrew and Luke, I'm pretty sure we deleted your IRIX and VMS code.</title>
<updated>2016-08-22T04:33:07+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2016-08-22T04:33:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b979ec71abd7beacb849a16a3c35ff24e530a6b7'/>
<id>urn:sha1:b979ec71abd7beacb849a16a3c35ff24e530a6b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Exit if a pledge call fails in non-interactive mode.</title>
<updated>2015-10-17T15:00:11+00:00</updated>
<author>
<name>doug</name>
<email></email>
</author>
<published>2015-10-17T15:00:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=db101f70294bca3ebe9eaa1f16aaae8cd872d2e4'/>
<id>urn:sha1:db101f70294bca3ebe9eaa1f16aaae8cd872d2e4</id>
<content type='text'>
ok semarie@
</content>
</entry>
<entry>
<title>Initial support for pledges in openssl(1) commands.</title>
<updated>2015-10-10T22:28:51+00:00</updated>
<author>
<name>doug</name>
<email></email>
</author>
<published>2015-10-10T22:28:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=503cf2bd70538bb9cc734a5fd58230b90be4d1d8'/>
<id>urn:sha1:503cf2bd70538bb9cc734a5fd58230b90be4d1d8</id>
<content type='text'>
openssl(1) has two mechanisms for operating: either a single execution
of one command (looking at argv[0] or argv[1]) or as an interactive
session than may execute any number of commands.

We already have a top level pledge that should cover all commands
and that's what interactive mode must continue using.  However, we can
tighten up the pledges when only executing one command.

This is an initial stab at support and may contain regressions.  Most
commands only need "stdio rpath wpath cpath".  The pledges could be
further restricted by evaluating the situation after parsing options.

deraadt@ and beck@ are roughly fine with this approach.
</content>
</entry>
<entry>
<title>Pack the algorithm numbers, to avoid printing a useless (null) 0 0 0 0</title>
<updated>2015-09-20T13:39:13+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2015-09-20T13:39:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=85ae43e264b5986825d2205d9a9817f78aa9f577'/>
<id>urn:sha1:85ae43e264b5986825d2205d9a9817f78aa9f577</id>
<content type='text'>
line in the summary.
</content>
</entry>
<entry>
<title>Temporarily revive MD4 for MS CHAP support.</title>
<updated>2015-09-14T01:45:03+00:00</updated>
<author>
<name>doug</name>
<email></email>
</author>
<published>2015-09-14T01:45:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ea990ff7851a189e7a61b56357a6d6e0de88a040'/>
<id>urn:sha1:ea990ff7851a189e7a61b56357a6d6e0de88a040</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove MD4 support from LibreSSL.</title>
<updated>2015-09-13T23:36:21+00:00</updated>
<author>
<name>doug</name>
<email></email>
</author>
<published>2015-09-13T23:36:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=785c6ad9250acc090d76964e9c21e550856a22f3'/>
<id>urn:sha1:785c6ad9250acc090d76964e9c21e550856a22f3</id>
<content type='text'>
MD4 should have been removed a long time ago.  Also, RFC 6150 moved it to
historic in 2011.  Rides the major crank from removing SHA-0.

Discussed with many including beck@, millert@, djm@, sthen@
ok jsing@, input + ok bcook@
</content>
</entry>
</feed>
