<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libssl/d1_srtp.c, branch OPENBSD_7_9</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2023-07-08T16:40:14+00:00</updated>
<entry>
<title>Hide all public symbols in libssl</title>
<updated>2023-07-08T16:40:14+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2023-07-08T16:40:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fce75ad52c1586db1ba9f44c6be85668e7d4a110'/>
<id>urn:sha1:fce75ad52c1586db1ba9f44c6be85668e7d4a110</id>
<content type='text'>
With the guentherizer 9000

ok tb@
</content>
</entry>
<entry>
<title>Make internal header file names consistent</title>
<updated>2022-11-26T16:08:57+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-11-26T16:08:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=81d98bf600a381a625eb11b39a725b08c0ba547f'/>
<id>urn:sha1:81d98bf600a381a625eb11b39a725b08c0ba547f</id>
<content type='text'>
Libcrypto currently has a mess of *_lcl.h, *_locl.h, and *_local.h names
used for internal headers. Move all these headers we inherited from
OpenSSL to *_local.h, reserving the name *_internal.h for our own code.
Similarly, move dtls_locl.h and ssl_locl.h to dtls_local and ssl_local.h.
constant_time_locl.h is moved to constant_time.h since it's special.

Adjust all .c files in libcrypto, libssl and regress.

The diff is mechanical with the exception of tls13_quic.c, where
#include &lt;ssl_locl.h&gt; was fixed manually.

discussed with jsing,
no objection bcook
</content>
</entry>
<entry>
<title>Get rid of SSL_CTX_INTERNAL and SSL_INTERNAL.</title>
<updated>2022-10-02T16:36:42+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2022-10-02T16:36:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=efde998d3821e41e124a4bfcdf103e506055fc52'/>
<id>urn:sha1:efde998d3821e41e124a4bfcdf103e506055fc52</id>
<content type='text'>
These are no longer necessary due to SSL_CTX and SSL now being fully
opaque. Merge SSL_CTX_INTERNAL back into SSL_CTX and SSL_INTERNAL back
into SSL.

Prompted by tb@
</content>
</entry>
<entry>
<title>Error check for sk_push in libssl</title>
<updated>2022-01-28T13:11:56+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2022-01-28T13:11:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=15781cdc3d5f107be8c22bf7f6736e389537e73b'/>
<id>urn:sha1:15781cdc3d5f107be8c22bf7f6736e389537e73b</id>
<content type='text'>
CID 24838

comment and ok tb@
</content>
</entry>
<entry>
<title>add AES-GCM constants from RFC 7714 for SRTP</title>
<updated>2021-06-11T15:28:14+00:00</updated>
<author>
<name>landry</name>
<email></email>
</author>
<published>2021-06-11T15:28:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2215c5d14fb37cc4aab492e6fdbd91ccb77380f9'/>
<id>urn:sha1:2215c5d14fb37cc4aab492e6fdbd91ccb77380f9</id>
<content type='text'>
SRTP_AEAD_AES_128_GCM/SRTP_AEAD_AES_256_GCM can be used as DTLS-SRTP
protection profiles - seen with an update of telephony/baresip i'm
working on.

adapted from openssl commit 43e5faa2539ae8aae6ef55be2239b9b1a77fea45

ok tb@ jsing@
</content>
</entry>
<entry>
<title>Move DTLS structs/definitions/prototypes to dtls_locl.h.</title>
<updated>2021-05-16T13:56:31+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2021-05-16T13:56:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6549a63a42afd133dad2229ed5e3a15f9cff92f3'/>
<id>urn:sha1:6549a63a42afd133dad2229ed5e3a15f9cff92f3</id>
<content type='text'>
Now that the DTLS structs are opaque, add a dtls_locl.h header and move
internal-only structs from dtls1.h, along with prototypes from ssl_locl.h.
Only pull this header in where DTLS code actually exists.

ok inoguchi@ tb@
</content>
</entry>
<entry>
<title>Explicitly include &lt;openssl/opensslconf.h&gt; in files using OPENSSL_NO_*</title>
<updated>2021-05-16T08:24:21+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2021-05-16T08:24:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3a285d92c44f883e45d17214adc4b6cc1d76abf4'/>
<id>urn:sha1:3a285d92c44f883e45d17214adc4b6cc1d76abf4</id>
<content type='text'>
Where a file references to OPENSSL_NO_* conditions, ensure that we
explicitly include &lt;openssl/opensslconf.h&gt; before any references, rather
than relying on another header to pull this in.
</content>
</entry>
<entry>
<title>Make profile_name const in srtp_find_profile_by_name()</title>
<updated>2020-10-11T02:44:27+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2020-10-11T02:44:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=09963b386d8339b5425e43c4cb8e5fd53a761101'/>
<id>urn:sha1:09963b386d8339b5425e43c4cb8e5fd53a761101</id>
<content type='text'>
There is no reason (and there never was any) for profile_name to be
non-const, it was always just passed to strncmp().  Changing this
allows removing an ugly instance of casting away const.

ok guenther jsing
</content>
</entry>
<entry>
<title>Constipate srtp_known_profiles, pushing it into .data.rel.ro</title>
<updated>2020-10-11T01:16:31+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2020-10-11T01:16:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1ac4fb1227edc3953ec2d0f8383fce8b0ee550b5'/>
<id>urn:sha1:1ac4fb1227edc3953ec2d0f8383fce8b0ee550b5</id>
<content type='text'>
ok tb@ jsing@
</content>
</entry>
<entry>
<title>Consistently spell 'unsigned' as 'unsigned int', as style(9) seems</title>
<updated>2020-03-16T15:25:14+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2020-03-16T15:25:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=168e0561df78f7340b3a674c6ffe771fb5b4bbb2'/>
<id>urn:sha1:168e0561df78f7340b3a674c6ffe771fb5b4bbb2</id>
<content type='text'>
to prefer that. No binary change except in d1_srtp.c where the
generated assembly differs only in line numbers (due to a wrapped
long line) and in s3_cbc.c where there is no change in the generated
assembly.

ok inoguchi jsing
</content>
</entry>
</feed>
