<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libssl/tls12_record_layer.c, branch libressl-v4.3.2</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v4.3.2</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v4.3.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2024-02-03T15:58:34+00:00</updated>
<entry>
<title>Remove GOST and STREEBOG support from libssl.</title>
<updated>2024-02-03T15:58:34+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2024-02-03T15:58:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=20afa90e552d2efed2187dbafc92170a3895e921'/>
<id>urn:sha1:20afa90e552d2efed2187dbafc92170a3895e921</id>
<content type='text'>
This version of GOST is old and not anywhere close to compliant with
modern GOST standards. It is also very intrusive in libssl and
makes a mess everywhere.  Efforts to entice a suitably minded anyone
to care about it have been unsuccessful.

At this point it is probably best to remove this, and if someone
ever showed up who truly needed a working version, it should be
a clean implementation from scratch, and have it use something
closer to the typical API in libcrypto so it would integrate less
painfully here.

This removes it from libssl in preparation for it's removal from
libcrypto with a future major bump

ok tb@
</content>
</entry>
<entry>
<title>Switch from EVP_CIPHER_type() to EVP_CIPHER_nid()</title>
<updated>2024-01-18T16:30:43+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2024-01-18T16:30:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a23e902b55975550142c8563cd68091bf55ab702'/>
<id>urn:sha1:a23e902b55975550142c8563cd68091bf55ab702</id>
<content type='text'>
EVP_CIPHER_type() will never return NID_gost89_cnt since it has no
associated ASN1_OBJECT. Switching to EVP_CIPHER_nid() has a slight
chance of working. Do that before beck applies the flensing knife.

ok beck
</content>
</entry>
<entry>
<title>fix comment to unbreak things that care about warnings</title>
<updated>2023-07-08T20:38:23+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2023-07-08T20:38:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=65cd15bb04188980f7777f9b29e6f574afd2aed5'/>
<id>urn:sha1:65cd15bb04188980f7777f9b29e6f574afd2aed5</id>
<content type='text'>
ok tb@ krw@
</content>
</entry>
<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>Convert the legacy TLS stack to tls_content.</title>
<updated>2022-11-11T17:15:27+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2022-11-11T17:15:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=de50508f29672766d86ce907a002ff8fe4c49908'/>
<id>urn:sha1:de50508f29672766d86ce907a002ff8fe4c49908</id>
<content type='text'>
This converts the legacy TLS stack to tls_content - records are now
opened into a tls_content structure, rather than being written back into
the same buffer that the sealed record was read into.

This will allow for further clean up of the legacy record layer.

ok tb@
</content>
</entry>
<entry>
<title>Convert the new record layers to opaque EVP_AEAD_CTX</title>
<updated>2022-01-14T09:12:15+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-01-14T09:12:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cc893e3cc0b957c2b09fd48feadb8518d7f3ddea'/>
<id>urn:sha1:cc893e3cc0b957c2b09fd48feadb8518d7f3ddea</id>
<content type='text'>
ok jsing
</content>
</entry>
<entry>
<title>Mop up enc_read_ctx and read_hash.</title>
<updated>2021-10-23T15:02:27+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2021-10-23T15:02:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7ca0bc2d28f377a0efc0813a74f85f451c45b865'/>
<id>urn:sha1:7ca0bc2d28f377a0efc0813a74f85f451c45b865</id>
<content type='text'>
These are no longer public, so we can mop them up along with the machinery
needed to set/clear them.

ok beck@ tb@
</content>
</entry>
<entry>
<title>Replace DTLS r_epoch with the read epoch from the TLSv1.2 record layer.</title>
<updated>2021-08-30T19:12:25+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2021-08-30T19:12:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2260f3293f3a2c05fbb25d7e447add03b355e61d'/>
<id>urn:sha1:2260f3293f3a2c05fbb25d7e447add03b355e61d</id>
<content type='text'>
ok inoguchi@ tb@
</content>
</entry>
<entry>
<title>Move to an AEAD nonce allocated in the TLSv1.2 record layer.</title>
<updated>2021-08-30T19:00:49+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2021-08-30T19:00:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b347f8c43ea97ba3f02662b050477c1d7c4ee6e4'/>
<id>urn:sha1:b347f8c43ea97ba3f02662b050477c1d7c4ee6e4</id>
<content type='text'>
There is little to gain by mallocing and freeing the AEAD nonce for each
record - move to an AEAD nonce allocated for the record layer, which
matches what we do for TLSv1.3.

ok inoguchi@ tb@
</content>
</entry>
</feed>
