<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/usr.bin/openssl/openssl.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>2019-11-04T15:25:54+00:00</updated>
<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>Add the SM4 block cipher from the Chinese standard GB/T 32907-2016.</title>
<updated>2019-03-17T17:46:00+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2019-03-17T17:46:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=431bdbf6e95f4a296307d5fbbf30fb701f85648a'/>
<id>urn:sha1:431bdbf6e95f4a296307d5fbbf30fb701f85648a</id>
<content type='text'>
Patch from Daniel Wyatt
ok inoguchi, jsing
</content>
</entry>
<entry>
<title>Add sm3 to the 'openssl dgst' command.</title>
<updated>2018-11-11T07:10:57+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-11-11T07:10:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=bf8ea6c3c4a525e3001d7ccd464b2ae982adbbc4'/>
<id>urn:sha1:bf8ea6c3c4a525e3001d7ccd464b2ae982adbbc4</id>
<content type='text'>
ok beck inoguchi
</content>
</entry>
<entry>
<title>Add automatic threading initialization for libcrypto.</title>
<updated>2018-11-11T06:41:28+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2018-11-11T06:41:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3c41ae7ec959c3c608931951c8655a0e1df18696'/>
<id>urn:sha1:3c41ae7ec959c3c608931951c8655a0e1df18696</id>
<content type='text'>
This implements automatic thread support initialization in libcrypto.
This does not remove any functions from the ABI, but does turn them into
no-ops. Stub implementations of pthread_mutex_(init|lock|unlock) are
provided for ramdisks.

This does not implement the new OpenSSL 1.1 thread API internally,
keeping the original CRYTPO_lock / CRYPTO_add_lock functions for library
locking. For -portable, crypto_lock.c can be reimplemented with
OS-specific primitives as needed.

ok beck@, tb@, looks sane guenther@
</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>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>Nuke one more cms tendril</title>
<updated>2016-09-04T18:19:53+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2016-09-04T18:19:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f2332dbef3230ac29775108bbbce388ee773cb3a'/>
<id>urn:sha1:f2332dbef3230ac29775108bbbce388ee773cb3a</id>
<content type='text'>
ok jsing@
</content>
</entry>
<entry>
<title>Undo previous, pledge("dns") was already present.  The problem was in s_server.</title>
<updated>2015-12-01T12:01:56+00:00</updated>
<author>
<name>jca</name>
<email></email>
</author>
<published>2015-12-01T12:01:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e5d04642ef5b6b849e9c6a6954761da075df3bfa'/>
<id>urn:sha1:e5d04642ef5b6b849e9c6a6954761da075df3bfa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pledge dns so openssl can use dns.. noticed and fix by todd@</title>
<updated>2015-12-01T01:24:47+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2015-12-01T01:24:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c399898c48fb57be706b04549e4dc7082164a5f9'/>
<id>urn:sha1:c399898c48fb57be706b04549e4dc7082164a5f9</id>
<content type='text'>
ok jcs@ deraadt@ theo@
</content>
</entry>
<entry>
<title>In pledge(), put "dns" right after "inet".</title>
<updated>2015-11-21T16:04:20+00:00</updated>
<author>
<name>jca</name>
<email></email>
</author>
<published>2015-11-21T16:04:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b5ac933b565bd29be5500d571a10b7cec310c1dc'/>
<id>urn:sha1:b5ac933b565bd29be5500d571a10b7cec310c1dc</id>
<content type='text'>
</content>
</entry>
</feed>
