<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/err, branch libressl-v3.5.3</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v3.5.3</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v3.5.3'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2022-01-07T09:02:18+00:00</updated>
<entry>
<title>Add a new, mostly empty, bio_local.h and include it in the files</title>
<updated>2022-01-07T09:02:18+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-01-07T09:02:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1eb53a0fe0ea503fe673aa0a6e347e503090c429'/>
<id>urn:sha1:1eb53a0fe0ea503fe673aa0a6e347e503090c429</id>
<content type='text'>
that will need it in the upcoming bump.

discussed with jsing
</content>
</entry>
<entry>
<title>Make the certificate transparency code build with the rest of the library</title>
<updated>2021-11-24T01:12:43+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2021-11-24T01:12:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=61f85f5283a01224548085f548fbf75b2ae1fd26'/>
<id>urn:sha1:61f85f5283a01224548085f548fbf75b2ae1fd26</id>
<content type='text'>
Do not expose it yet, this will wait for an upcoming bump

ok tb@
</content>
</entry>
<entry>
<title>Provide err_clear_last_constant_time() as a way of clearing an error from</title>
<updated>2019-10-17T14:28:53+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2019-10-17T14:28:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cdb76e881734edbc82f0b1df9c49a999be1c2c97'/>
<id>urn:sha1:cdb76e881734edbc82f0b1df9c49a999be1c2c97</id>
<content type='text'>
the top of the error stack in constant time.

This will be used by upcoming RSA changes.

From OpenSSL 1.1.1d.

ok inoguchi@ tb@
</content>
</entry>
<entry>
<title>Load CMS error strings.</title>
<updated>2019-09-09T17:56:21+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2019-09-09T17:56:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c146bc97665a82b9895f2ad378d2f00bb0978c03'/>
<id>urn:sha1:c146bc97665a82b9895f2ad378d2f00bb0978c03</id>
<content type='text'>
</content>
</entry>
<entry>
<title>KNF: move two opening curly braces of function bodies to their own lines</title>
<updated>2018-04-03T21:59:37+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-04-03T21:59:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=426a421e14686f45bc9d7f73c4ea02bac4262e4d'/>
<id>urn:sha1:426a421e14686f45bc9d7f73c4ea02bac4262e4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bring in compatibility for OpenSSL 1.1 style init functions.</title>
<updated>2018-03-17T16:20:01+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2018-03-17T16:20:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=035770aca4c8c1f0d36f1b8da62c9e1fb9a4f09b'/>
<id>urn:sha1:035770aca4c8c1f0d36f1b8da62c9e1fb9a4f09b</id>
<content type='text'>
This adds OPENSSL_init_crypto and OPENSSL_init_ssl, as well
thread safety modifications for the existing LibreSSL init
functions.  The initialization routines are called automatically
by the normal entry points into the library, as in newer OpenSSL

ok jsing@, nits by tb@ and deraadt@
</content>
</entry>
<entry>
<title>Mark ERR_add_error_data and ERR_add_error_vdata as not for internal use,</title>
<updated>2017-02-20T23:21:19+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2017-02-20T23:21:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5426fd8db7d9a7a0c9058fcabf32076cd34bf8be'/>
<id>urn:sha1:5426fd8db7d9a7a0c9058fcabf32076cd34bf8be</id>
<content type='text'>
and document ERR_asprintf_error_data as their replacement.
ok jsing@, ingo@
</content>
</entry>
<entry>
<title>Revert previous; the implementation is incorrect since it assumes that the</title>
<updated>2017-02-07T15:52:33+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-02-07T15:52:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=aa3934f7783b0c9b04b6a76b332972ce4ce77e56'/>
<id>urn:sha1:aa3934f7783b0c9b04b6a76b332972ce4ce77e56</id>
<content type='text'>
provided error code matches the error that is currently on the top of the
error stack.
</content>
</entry>
<entry>
<title>Add file and line to the LibreSSL error strings sine we are no longer in</title>
<updated>2017-02-07T03:11:11+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2017-02-07T03:11:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=037ba83cd76d5a5804ab5220308abd7949d5bd90'/>
<id>urn:sha1:037ba83cd76d5a5804ab5220308abd7949d5bd90</id>
<content type='text'>
1989, VMS, or MS/DOS and we all run Brobdingnagian C compilers that have
can now be counted on to achieve this level of sophistication nearly
everywhere.
ok jsing@
</content>
</entry>
<entry>
<title>Send the function codes from the error functions to the bit bucket,</title>
<updated>2017-01-29T17:49:23+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2017-01-29T17:49:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d1f47bd292f36094480caa49ada36b99a69c59b0'/>
<id>urn:sha1:d1f47bd292f36094480caa49ada36b99a69c59b0</id>
<content type='text'>
as was done earlier in libssl. Thanks inoguchi@ for noticing
libssl had more reacharounds into this.
ok jsing@ inoguchi@
</content>
</entry>
</feed>
