<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/man/ERR.3, 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>2025-06-08T22:40:31+00:00</updated>
<entry>
<title>.Lb libcrypto ; OK tb@</title>
<updated>2025-06-08T22:40:31+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2025-06-08T22:40:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8be86af02fed1bda350c8dd14ee064cb66e3b0f5'/>
<id>urn:sha1:8be86af02fed1bda350c8dd14ee064cb66e3b0f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove ERR_get_{err_state,string}_table documentation</title>
<updated>2023-07-26T20:15:51+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-07-26T20:15:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=de4bc15c26536b88068f28f760b5919c9813a95c'/>
<id>urn:sha1:de4bc15c26536b88068f28f760b5919c9813a95c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove more mkerr.pl remnants, missed in previous</title>
<updated>2022-09-06T10:22:31+00:00</updated>
<author>
<name>kn</name>
<email></email>
</author>
<published>2022-09-06T10:22:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=012def5eb2227f05b05d03897e031178aeb2d1d9'/>
<id>urn:sha1:012def5eb2227f05b05d03897e031178aeb2d1d9</id>
<content type='text'>
Noticed by jsg
Feedback OK jsg
</content>
</entry>
<entry>
<title>Remove mkerr.pl remnants from LibreSSL</title>
<updated>2022-07-12T14:42:50+00:00</updated>
<author>
<name>kn</name>
<email></email>
</author>
<published>2022-07-12T14:42:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=89e42d5857196a8071fbafb5565388d0e20ec32b'/>
<id>urn:sha1:89e42d5857196a8071fbafb5565388d0e20ec32b</id>
<content type='text'>
This script is not used at all and files are edited by hand instead.
Thus remove misleading comments incl. the obsolete script/config.

Feedback OK jsing tb
</content>
</entry>
<entry>
<title>add links back to crypto(3) to function group entry pages</title>
<updated>2019-06-10T09:49:48+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2019-06-10T09:49:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=56ffd9f2668f101af36752838043714323fc3351'/>
<id>urn:sha1:56ffd9f2668f101af36752838043714323fc3351</id>
<content type='text'>
and to isolated obsolete pages;
OK bcook@ jmc@
</content>
</entry>
<entry>
<title>Tree structure for manual pages: crypto(3) links to 33 function</title>
<updated>2019-06-06T01:06:59+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2019-06-06T01:06:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=580f04977d3a77664477818e7264e008d1ba5843'/>
<id>urn:sha1:580f04977d3a77664477818e7264e008d1ba5843</id>
<content type='text'>
group pages, and these link on to all their second-level subpages.
Only a handful of second-level pages have third-level subpages.
So all crypto pages can now be reached from the www.libressl.org
frontpage via at most four clicks, in most cases three clicks.
Also link back from leaf pages to their respective group pages
and add a couple of additional links between related pages.
Triggered by a question from deraadt@.
OK jmc@ tb@
</content>
</entry>
<entry>
<title>delete functions from the manual page that do nothing in LibreSSL</title>
<updated>2019-03-10T14:50:05+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2019-03-10T14:50:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=57630155cacd0fe210fa9dd021f58ca04db02690'/>
<id>urn:sha1:57630155cacd0fe210fa9dd021f58ca04db02690</id>
<content type='text'>
and that don't do anything in OpenSSL either;
no significant amount of text remains from OpenSSL, so change the
Copyright information and license of CRYPTO_set_locking_callback.3;
OK inoguchi@ jmc@
</content>
</entry>
<entry>
<title>Add Copyright and license.</title>
<updated>2016-11-23T17:54:15+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2016-11-23T17:54:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a446587bb998fad80fd7203805e6419181c973ef'/>
<id>urn:sha1:a446587bb998fad80fd7203805e6419181c973ef</id>
<content type='text'>
Like OpenSSL, move some text from ERR(3) to the fitting page ERR_put_error(3).
Merge documentation of ERR_add_error_vdata(3) from OpenSSL.
Drop useless statement about void functions returning no values.
</content>
</entry>
<entry>
<title>various cleanup;</title>
<updated>2016-11-17T21:06:16+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2016-11-17T21:06:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1a231dce7b95c02767dd95e84bdeb257338b2817'/>
<id>urn:sha1:1a231dce7b95c02767dd95e84bdeb257338b2817</id>
<content type='text'>
</content>
</entry>
<entry>
<title>delete prototypes available in other pages and add a missing .Xr link</title>
<updated>2016-11-06T16:12:53+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2016-11-06T16:12:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b82e997f925e8e5c1051dbe35538672d2a222b09'/>
<id>urn:sha1:b82e997f925e8e5c1051dbe35538672d2a222b09</id>
<content type='text'>
</content>
</entry>
</feed>
