<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/usr.bin/openssl, branch libressl-v3.8.4</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v3.8.4</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v3.8.4'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2023-07-29T17:15:45+00:00</updated>
<entry>
<title>Drop unused conf, pem, and x509 headers, add unistd for pledge</title>
<updated>2023-07-29T17:15:45+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-07-29T17:15:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ac284d0a8a14d1a793bb65dfb2d65c8a87966bb0'/>
<id>urn:sha1:ac284d0a8a14d1a793bb65dfb2d65c8a87966bb0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove antiquated options output</title>
<updated>2023-07-27T07:01:50+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-07-27T07:01:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=bc8ba1d0031f9165a00fe1a4354118c994cb2477'/>
<id>urn:sha1:bc8ba1d0031f9165a00fe1a4354118c994cb2477</id>
<content type='text'>
This is uninteresting and rather meaningless except for the implementer.
No need to have several hundred lines of code backing half a dozen symbols
in the public API for this.

ok jsing
</content>
</entry>
<entry>
<title>sprinkle some void between () in function definitions</title>
<updated>2023-07-23T11:39:29+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-07-23T11:39:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=eabdbbf5a1b843359b80819568f27211a761880a'/>
<id>urn:sha1:eabdbbf5a1b843359b80819568f27211a761880a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove -stats option from openssl(1) errstr.</title>
<updated>2023-07-23T11:20:11+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-07-23T11:20:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=91e5b3ea5555b90293adb136335a30f71b62b6ec'/>
<id>urn:sha1:91e5b3ea5555b90293adb136335a30f71b62b6ec</id>
<content type='text'>
This is the only consumer of ERR_get_string_table(), which will go away.

ok jsing
</content>
</entry>
<entry>
<title>some minor fix up;</title>
<updated>2023-07-03T08:37:22+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2023-07-03T08:37:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=02d63f03bb776e16c8e38fa8140442def739e178'/>
<id>urn:sha1:02d63f03bb776e16c8e38fa8140442def739e178</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bring back no_tls1 and no_tls1_1 as undocumented silently discarded opitons</title>
<updated>2023-07-03T08:03:56+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2023-07-03T08:03:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f007bb66237d1c74d197b29b7001e712d543b019'/>
<id>urn:sha1:f007bb66237d1c74d197b29b7001e712d543b019</id>
<content type='text'>
While I'm here, change the no_ssl2 and no_ssl3 options to use
OPTION_DISCARD as well instead of continuing to set a no-op
option flag.

ok jsing@ tb@
</content>
</entry>
<entry>
<title>Remove the tls1.0 and 1.1 related options from the openssl(1) toolkit</title>
<updated>2023-07-03T06:22:07+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2023-07-03T06:22:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=93d85e0506f10086a19e65dabf52fc4b786122f5'/>
<id>urn:sha1:93d85e0506f10086a19e65dabf52fc4b786122f5</id>
<content type='text'>
ok tb@
</content>
</entry>
<entry>
<title>Teach openssl ca about Ed25519 certificates</title>
<updated>2023-07-02T07:08:57+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-07-02T07:08:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=da52349d5b9adc2e36356a6b6bbe1116e2fef916'/>
<id>urn:sha1:da52349d5b9adc2e36356a6b6bbe1116e2fef916</id>
<content type='text'>
This adds a few logic curlies to end up setting the EVP_MD to EVP_md_null()
as required by the API. This way ASN1_item_sign() now knows how to behave.

"ok = (rv == 2);" beck
</content>
</entry>
<entry>
<title>Teach openssl req about EdDSA certs</title>
<updated>2023-07-02T07:05:14+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-07-02T07:05:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b6adfc3781a9955e5e39f5247741ac81125ea6cd'/>
<id>urn:sha1:b6adfc3781a9955e5e39f5247741ac81125ea6cd</id>
<content type='text'>
After a few things in libcrypto were adjusted, this diff makes issuing
certificate requests with Ed25519 work.

ok beck
</content>
</entry>
<entry>
<title>remove unused args_st struct</title>
<updated>2023-06-11T13:02:10+00:00</updated>
<author>
<name>jsg</name>
<email></email>
</author>
<published>2023-06-11T13:02:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ac70859dc201d497443dd39b4e6cdb731fc3398d'/>
<id>urn:sha1:ac70859dc201d497443dd39b4e6cdb731fc3398d</id>
<content type='text'>
ok tb@
</content>
</entry>
</feed>
