<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libssl/Symbols.list, branch OPENBSD_7_9_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2025-10-24T11:36:08+00:00</updated>
<entry>
<title>Provide SSL_SESSION_dup()</title>
<updated>2025-10-24T11:36:08+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-10-24T11:36:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=da2e8f3e57cf705fb1f88e94e321027a68cb42cf'/>
<id>urn:sha1:da2e8f3e57cf705fb1f88e94e321027a68cb42cf</id>
<content type='text'>
As reported by ajacoutot and sthen, an update to net/neon is blocked on
that missing symbol.

ok kenjiro
</content>
</entry>
<entry>
<title>Remove SSL_add_compression_method</title>
<updated>2024-08-31T10:51:48+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2024-08-31T10:51:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a0ced14fec228fa0dfd2fa5d87c942b0af9326d8'/>
<id>urn:sha1:a0ced14fec228fa0dfd2fa5d87c942b0af9326d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add SSL_CTX_set1_cert_store() and SSL_CIPHER_get_handshake_digest() to</title>
<updated>2024-08-12T21:01:34+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2024-08-12T21:01:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=23a58098276c82c22a1f5c0b50128701a8eb0f84'/>
<id>urn:sha1:23a58098276c82c22a1f5c0b50128701a8eb0f84</id>
<content type='text'>
Symbols.list
</content>
</entry>
<entry>
<title>Unexport SSL_version_str</title>
<updated>2024-04-15T16:00:05+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2024-04-15T16:00:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d2202ff99586d2a09550aa7f541f542819ebe10d'/>
<id>urn:sha1:d2202ff99586d2a09550aa7f541f542819ebe10d</id>
<content type='text'>
ok jsing
</content>
</entry>
<entry>
<title>Remove SSL_debug</title>
<updated>2024-03-02T11:48:55+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2024-03-02T11:48:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e9b5926a9507a5e2d6e5e20e64dba87cb811c1e0'/>
<id>urn:sha1:e9b5926a9507a5e2d6e5e20e64dba87cb811c1e0</id>
<content type='text'>
The garbage truck is quite full by now. Collect the last symbol
straggler for this bump.

ok jsing
</content>
</entry>
<entry>
<title>Remove SSL_CIPHER_get_by_{id,value}()</title>
<updated>2024-03-02T11:45:51+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2024-03-02T11:45:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8e85295d10fd4886e1ba7260f0b7bc17674ccacc'/>
<id>urn:sha1:8e85295d10fd4886e1ba7260f0b7bc17674ccacc</id>
<content type='text'>
While this undocumented API would have been much nicer and saner than
SSL_CIPHER_find(), nothing used this except for the exporter test.
Let's get rid of it again. libssl uses ssl3_get_cipher_by_{id,value}()
directly.

ok jsing
</content>
</entry>
<entry>
<title>Export SSL_get_{peer_,}signature_type_nid()</title>
<updated>2024-03-02T11:44:47+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2024-03-02T11:44:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e6ba1ba77c418a957100a7562bf08d1ab8eb012e'/>
<id>urn:sha1:e6ba1ba77c418a957100a7562bf08d1ab8eb012e</id>
<content type='text'>
Also move the prototypes to the correct header.

Oversight reported by Frank Lichtenheld, thanks!
Fixes https://github.com/libressl/openbsd/issues/147

ok jsing
</content>
</entry>
<entry>
<title>Set OPENSSL_NO_ENGINE, remove engine code</title>
<updated>2023-07-28T09:53:55+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-07-28T09:53:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b5382a6334a2ec0fe73ab6c49ebefb47af93329c'/>
<id>urn:sha1:b5382a6334a2ec0fe73ab6c49ebefb47af93329c</id>
<content type='text'>
ENGINE was special. It's horrible code even by the low standards of this
library. Some ports may now try to use the stubs which will fail, but
the fallout from this should be minimal. Of course there are various
language bindings that expose the ENGINE API. OpenSSL 3 disabling ENGINE
by default will likely help fixing this at some point.

ok jsing
</content>
</entry>
<entry>
<title>Symbols.list: Drop comments and sort.</title>
<updated>2022-11-11T13:08:29+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-11-11T13:08:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ca40b252ed3f1431ba1b5799c7114defd5830b95'/>
<id>urn:sha1:ca40b252ed3f1431ba1b5799c7114defd5830b95</id>
<content type='text'>
While grouping the API by its purpose is nice, it doesn't help much if &gt;90%
is "general API".

ok jsing
</content>
</entry>
<entry>
<title>Update Symbols.list</title>
<updated>2022-09-11T17:42:09+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-09-11T17:42:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=be5d3d0a6aa7cdc96aa65a048b8df38301ca8972'/>
<id>urn:sha1:be5d3d0a6aa7cdc96aa65a048b8df38301ca8972</id>
<content type='text'>
ok jsing
</content>
</entry>
</feed>
