<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/evp/e_chacha.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>2024-04-09T13:52:42+00:00</updated>
<entry>
<title>Hide public symbols in evp.h</title>
<updated>2024-04-09T13:52:42+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2024-04-09T13:52:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9835bb3c82adc630df1f3aaa7dfbf7f0506b0bc4'/>
<id>urn:sha1:9835bb3c82adc630df1f3aaa7dfbf7f0506b0bc4</id>
<content type='text'>
largely mechanically done by the guentherizer 9000

ok tb@
</content>
</entry>
<entry>
<title>Clarify how the EVP IV is used with ChaCha</title>
<updated>2023-08-24T04:20:57+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-08-24T04:20:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=84529cf7cbe8501ca650938dae3d29ffd8cfda99'/>
<id>urn:sha1:84529cf7cbe8501ca650938dae3d29ffd8cfda99</id>
<content type='text'>
EVP_chacha20() was aligned to follow OpenSSL's nonconformant implementation
during a2k20 by djm and myself in an effort to allow OpenSSH to use the
OpenSSL 1.1 API. Some corresponding OpenSSL 1.1 documentation was imported
at the same time. A comment attempted to translate between implementation
and the incorrect documentation, which was necessarily gibberish. Improve
the situation by rephrasing and dropping nonsensical bits.

Prompted by a question of schwarze
</content>
</entry>
<entry>
<title>Unbreak the namespace build after a broken mk.conf and tool misfire had</title>
<updated>2023-07-07T19:37:54+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2023-07-07T19:37:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1ca8095297adf80b48019b5a2d18010ff9e3427f'/>
<id>urn:sha1:1ca8095297adf80b48019b5a2d18010ff9e3427f</id>
<content type='text'>
me aliasing symbols not in the headers I was procesing.

This unbreaks the namespace build so it will pass again

ok tb@
</content>
</entry>
<entry>
<title>Hide symbols in hkdf, evp, err, ecdsa, and ec</title>
<updated>2023-07-07T13:54:46+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2023-07-07T13:54:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f9fcde20a6214da85e802190ccd3a2bf5f891559'/>
<id>urn:sha1:f9fcde20a6214da85e802190ccd3a2bf5f891559</id>
<content type='text'>
(part 2 of commit)

ok jsing@
</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>Reorder functions and remove unnecessary function prototypes.</title>
<updated>2022-07-30T17:11:38+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2022-07-30T17:11:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=bed538163f326f77b5118158c28c4d660580aa8e'/>
<id>urn:sha1:bed538163f326f77b5118158c28c4d660580aa8e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>typo</title>
<updated>2020-01-26T07:47:26+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2020-01-26T07:47:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ca5665b8ffa6163d6ad17325016957e9ac2d2230'/>
<id>urn:sha1:ca5665b8ffa6163d6ad17325016957e9ac2d2230</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve the comment explaining why the previous change matches OpenSSL's</title>
<updated>2020-01-26T07:34:05+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2020-01-26T07:34:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=85d803b7cde3d60ac20d7fac7b777c5884dec1b2'/>
<id>urn:sha1:85d803b7cde3d60ac20d7fac7b777c5884dec1b2</id>
<content type='text'>
behavior.

ok jsing
</content>
</entry>
<entry>
<title>Adjust EVP_chacha20()'s behavior to match OpenSSL's semantics:</title>
<updated>2020-01-26T02:39:58+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2020-01-26T02:39:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d70d94b77ba7878e6682514bd07a9048e151e224'/>
<id>urn:sha1:d70d94b77ba7878e6682514bd07a9048e151e224</id>
<content type='text'>
The new IV is 128 bit long and is actually the 64 bit counter followed
by 64 the bit initialization vector. This is needed by an upcoming
change in OpenSSH and is a breaking change for all current callers.
There are language bindings for Node.js, Rust and Erlang, but none of
our ports use them.

Note that EVP_chacha20() was first introduced in LibreSSL on May 1, 2014
while the entirely incompatible version in OpenSSL was committed on
Dec 9, 2015.

Initial diff from djm and myself, further refinements by djm.
Ports grepping by sthen

ok jsing
</content>
</entry>
<entry>
<title>In chacha_init(), allow for a NULL iv. Reported by znz on github.</title>
<updated>2014-08-04T04:16:11+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-08-04T04:16:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=bba902541ea9e12e8f760f500c6051eed7602dc0'/>
<id>urn:sha1:bba902541ea9e12e8f760f500c6051eed7602dc0</id>
<content type='text'>
ok guenther@ jsing@
</content>
</entry>
</feed>
