<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/man/RSA_get0_key.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-13T18:34:00+00:00</updated>
<entry>
<title>The mdoc(7) .Ft macro does not need quoting of its arguments, but about</title>
<updated>2025-06-13T18:34:00+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2025-06-13T18:34:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d939c0f8976619330bcf368e12700a6ab1d14f99'/>
<id>urn:sha1:d939c0f8976619330bcf368e12700a6ab1d14f99</id>
<content type='text'>
10% of our manual pages using this macro employed useless quoting anyway.
Remove these quotes such that they do not incite fear, uncertainty,
and doubt in developers who happen to look at these pages.
jmc@ and tb@ agree with the direction.
</content>
</entry>
<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 most of the RSA_FLAG_SIGN_VER documentation</title>
<updated>2025-01-05T15:40:42+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-01-05T15:40:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2deaeefc5d48b4d9ee1ee052874114b2d5fd297e'/>
<id>urn:sha1:2deaeefc5d48b4d9ee1ee052874114b2d5fd297e</id>
<content type='text'>
ok jsing kn
</content>
</entry>
<entry>
<title>Document RSA_get0_* for individual RSA members.</title>
<updated>2023-03-06T13:05:32+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-03-06T13:05:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1b0f59668af8e904b63b9af7d4648f6e2ffc990d'/>
<id>urn:sha1:1b0f59668af8e904b63b9af7d4648f6e2ffc990d</id>
<content type='text'>
Loosely based on OpenSSL commit 6692ff77.

Prodded by job
</content>
</entry>
<entry>
<title>explain the acronym "CRT"; suggested by tb@</title>
<updated>2019-07-13T17:26:38+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2019-07-13T17:26:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e9ef26d0b799866960d5d8ea8c87d53cea6b50ff'/>
<id>urn:sha1:e9ef26d0b799866960d5d8ea8c87d53cea6b50ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>document the RSA_FLAG_* constants for RSA_*_flags(3);</title>
<updated>2019-06-08T09:51:40+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2019-06-08T09:51:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=98fe81372a1216f0a0a761e2c4cdebc25052d1aa'/>
<id>urn:sha1:98fe81372a1216f0a0a761e2c4cdebc25052d1aa</id>
<content type='text'>
OK tb@ jmc@
</content>
</entry>
<entry>
<title>finish crypto HISTORY; mostly 1.1.0/6.3, but also various other fixes</title>
<updated>2018-03-23T23:18:17+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-03-23T23:18:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c44c09a9be771317de7b5d8cc4da99b7c7d44bab'/>
<id>urn:sha1:c44c09a9be771317de7b5d8cc4da99b7c7d44bab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>In rsa.h rev. 1.37 2018/02/20 17:42:32, tb@ provided</title>
<updated>2018-02-24T13:04:47+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-02-24T13:04:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=46c09dbbbaa36a8f24bd23bf5cf007a0df0e0ee2'/>
<id>urn:sha1:46c09dbbbaa36a8f24bd23bf5cf007a0df0e0ee2</id>
<content type='text'>
RSA_clear_flags(3), RSA_test_flags(3), and RSA_set_flags(3).
Merge the documentation, tweaked by me.
</content>
</entry>
<entry>
<title>In rsa.h rev. 1.34 2018/02/18 12:53:46, tb@ provided RSA_get0_factors(3)</title>
<updated>2018-02-19T13:28:05+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-02-19T13:28:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=be0f1f349def39b160ffee9e6f3dd97654a5e13e'/>
<id>urn:sha1:be0f1f349def39b160ffee9e6f3dd97654a5e13e</id>
<content type='text'>
and RSA_set0_factors(3) and in rev. 1.36 2018/02/18 12:57:14
RSA_get0_crt_params(3) and RSA_set0_crt_params(3).
Merge the documentation from OpenSSL.
</content>
</entry>
<entry>
<title>Merge documentation for {DH,DSA}_get0_{key,pqg}(3),</title>
<updated>2018-02-17T16:59:48+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-02-17T16:59:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=70379c3810269c29db4c9f6e3dd8c27b7b762ea7'/>
<id>urn:sha1:70379c3810269c29db4c9f6e3dd8c27b7b762ea7</id>
<content type='text'>
EVP_PKEY_get0_{DH,DSA,RSA}(3), and RSA_{g,s}et0_key(3)
that tb@ just provided.
</content>
</entry>
</feed>
