<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/usr.bin/openssl/x509.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>2020-05-10T17:13:31+00:00</updated>
<entry>
<title>Make openssl X509 handle the failure case return code from X509_time_cmp.</title>
<updated>2020-05-10T17:13:31+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2020-05-10T17:13:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4106dc9700595251a3c47adacdef8f85f1021c69'/>
<id>urn:sha1:4106dc9700595251a3c47adacdef8f85f1021c69</id>
<content type='text'>
While we are in here also make it notice if time values in a certificate
are bogus, and say so in the output.
ok bcook@ jsing@
</content>
</entry>
<entry>
<title>change the default digest used by</title>
<updated>2019-01-19T21:17:05+00:00</updated>
<author>
<name>jsg</name>
<email></email>
</author>
<published>2019-01-19T21:17:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4aff26d7a53f297f1074c3c584f67f097626fffd'/>
<id>urn:sha1:4aff26d7a53f297f1074c3c584f67f097626fffd</id>
<content type='text'>
openssl x509 -fingerprint
openssl crl -fingerprint
from sha1 to sha256

ok 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>Remove guards around *_free() calls since these functions handle NULL.</title>
<updated>2018-02-07T04:57:06+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2018-02-07T04:57:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cec5822dc1d8bd76bc257f3855ea4d83cb83bfc9'/>
<id>urn:sha1:cec5822dc1d8bd76bc257f3855ea4d83cb83bfc9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rearrange pledge promises into the canonical order; easier to eyeball</title>
<updated>2017-01-20T08:57:12+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2017-01-20T08:57:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ff6fa3ffece7ca61b2a5e2a66b4920c710d4e36b'/>
<id>urn:sha1:ff6fa3ffece7ca61b2a5e2a66b4920c710d4e36b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Expand ASN1_ITEM_rptr macros here as well... used with NETSCAPE_X509 of all</title>
<updated>2016-12-30T16:28:53+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2016-12-30T16:28:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=17fc4f92b3a23c850be317c48e4e38acd59df4d3'/>
<id>urn:sha1:17fc4f92b3a23c850be317c48e4e38acd59df4d3</id>
<content type='text'>
things...
</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>add "tty" for several subcommands of openssl</title>
<updated>2015-10-17T07:51:10+00:00</updated>
<author>
<name>semarie</name>
<email></email>
</author>
<published>2015-10-17T07:51:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c93eb1877de5865e80d306506ac0af05c8ac5bde'/>
<id>urn:sha1:c93eb1877de5865e80d306506ac0af05c8ac5bde</id>
<content type='text'>
it is needed in order to let libssl UI_* function plays with echo on/off when
asking for password on terminal.

passwd subcommand needs additionnal "wpath cpath" in order to let it calls
fopen("/dev/tty", "w") (O_WRONLY with O_CREAT | O_TRUNC).

problem reported by several
with and ok doug@
</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>Another s/M_ASN1_INTEGER_free/ASN1_INTEGER_free/.</title>
<updated>2015-10-01T06:31:21+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-10-01T06:31:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4d6e85d75c123352272aabbc2139556d66b21f98'/>
<id>urn:sha1:4d6e85d75c123352272aabbc2139556d66b21f98</id>
<content type='text'>
Found the hard way by Mark Patruck.
</content>
</entry>
</feed>
