<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/rc2, branch libressl-v3.8.0</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v3.8.0</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v3.8.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2022-12-26T07:18:53+00:00</updated>
<entry>
<title>spelling fixes; from paul tagliamonte</title>
<updated>2022-12-26T07:18:53+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2022-12-26T07:18:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2eb7e5ff6bb69760f9dd4a43e7e3520ebb930120'/>
<id>urn:sha1:2eb7e5ff6bb69760f9dd4a43e7e3520ebb930120</id>
<content type='text'>
i removed the arithmetics -&gt; arithmetic changes, as i felt they
were not clearly correct

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>deregister; no binary change</title>
<updated>2014-10-28T07:35:59+00:00</updated>
<author>
<name>jsg</name>
<email></email>
</author>
<published>2014-10-28T07:35:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0505bd63c15c82aead21cde52afbf6c41421d140'/>
<id>urn:sha1:0505bd63c15c82aead21cde52afbf6c41421d140</id>
<content type='text'>
ok jsing@ miod@
</content>
</entry>
<entry>
<title>Explicitly include &lt;openssl/opensslconf.h&gt; in every file that references</title>
<updated>2014-07-10T22:45:58+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-07-10T22:45:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=62348213609ef233110561d1a6ed67ad66df1c7e'/>
<id>urn:sha1:62348213609ef233110561d1a6ed67ad66df1c7e</id>
<content type='text'>
an OPENSSL_NO_* define. This avoids relying on something else pulling it
in for us, plus it fixes several cases where the #ifndef OPENSSL_NO_XYZ is
never going to do anything, since OPENSSL_NO_XYZ will never defined, due
to the fact that opensslconf.h has not been included.

This also includes some miscellaneous sorting/tidying of headers.
</content>
</entry>
<entry>
<title>remove unused, private version strings except SSL_version_str</title>
<updated>2014-07-09T11:10:51+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2014-07-09T11:10:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0563b5d49da5a96960925938b3e4f3152e6f5c92'/>
<id>urn:sha1:0563b5d49da5a96960925938b3e4f3152e6f5c92</id>
<content type='text'>
Also remove unused des_ver.h, which exports some of these strings, but is not installed.

ok miod@ tedu@
</content>
</entry>
<entry>
<title>tags as requested by miod and tedu</title>
<updated>2014-06-12T15:49:31+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-06-12T15:49:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=59f4f2c61d71e266d37dd2fc97615b3fd35b4721'/>
<id>urn:sha1:59f4f2c61d71e266d37dd2fc97615b3fd35b4721</id>
<content type='text'>
</content>
</entry>
<entry>
<title>typo in comment</title>
<updated>2014-04-27T20:38:39+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-04-27T20:38:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f087dedc31f3ef023f5b4f1ee451f5de75464c0c'/>
<id>urn:sha1:f087dedc31f3ef023f5b4f1ee451f5de75464c0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove meat which either duplicates code found in apps/, or is only of value</title>
<updated>2014-04-22T20:31:38+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-04-22T20:31:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ccd10d4d23f7a3754a02c017e32f26716e75824a'/>
<id>urn:sha1:ccd10d4d23f7a3754a02c017e32f26716e75824a</id>
<content type='text'>
for 20th century historians, and can be put in the Attic.
</content>
</entry>
<entry>
<title>Get rid of MS Visual C compiler and Intel C compiler specific defines.</title>
<updated>2014-04-17T21:17:12+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-04-17T21:17:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7497a2d5a184329f9295930672d1898123f8d457'/>
<id>urn:sha1:7497a2d5a184329f9295930672d1898123f8d457</id>
<content type='text'>
</content>
</entry>
<entry>
<title>OPENSSL_DECLARE_EXIT serves no purpose.</title>
<updated>2014-04-17T13:20:30+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-04-17T13:20:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9c0daba711f974dff593393027752f678730cc10'/>
<id>urn:sha1:9c0daba711f974dff593393027752f678730cc10</id>
<content type='text'>
</content>
</entry>
</feed>
