<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/man/RSA_set_method.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>Strip mention of ENGINE out of *_set_method.3</title>
<updated>2023-11-19T10:34:26+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-11-19T10:34:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c2e52907ca947af086e2bbd30acdb327209e898a'/>
<id>urn:sha1:c2e52907ca947af086e2bbd30acdb327209e898a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix another mandoc -Tlint warning</title>
<updated>2023-05-14T09:33:19+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-05-14T09:33:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cb53eb80a3be6281f322df6ba16c89ac7f7b2109'/>
<id>urn:sha1:cb53eb80a3be6281f322df6ba16c89ac7f7b2109</id>
<content type='text'>
With this the only -Tlint warnings are about Xr to undocumented functions:
EVP_CIPHER_CTX_copy, EVP_CIPHER_CTX_get_cipher_data, X509V3_EXT_get_nid.
</content>
</entry>
<entry>
<title>spelling</title>
<updated>2022-01-15T23:38:50+00:00</updated>
<author>
<name>jsg</name>
<email></email>
</author>
<published>2022-01-15T23:38:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=02b6eeb2da3223395498aba4ccbf360c256442a3'/>
<id>urn:sha1:02b6eeb2da3223395498aba4ccbf360c256442a3</id>
<content type='text'>
ok tb@
</content>
</entry>
<entry>
<title>Delete the display of the RSA_METHOD object</title>
<updated>2019-06-08T10:40:51+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2019-06-08T10:40:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e46b2057279777d3ac4badc1455bf4fff585c00b'/>
<id>urn:sha1:e46b2057279777d3ac4badc1455bf4fff585c00b</id>
<content type='text'>
which is now supposed to be opaque.
OK tb@

I checked that all the information contained in comments in the
display is available from the appropriate places in RSA_meth_new(3)
and RSA_set_flags(3).  Note that the comments regarding "mod_exp",
"init", and "finish" were half-misleading simplifications, anyway.
</content>
</entry>
<entry>
<title>In rsa.h rev. 1.40, gilles@ provided several new RSA_METHOD accessors.</title>
<updated>2019-06-08T09:53:15+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2019-06-08T09:53:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2fc81ce930fae23c1d546f530b4ec2e521e3df08'/>
<id>urn:sha1:2fc81ce930fae23c1d546f530b4ec2e521e3df08</id>
<content type='text'>
Update the documentation.
OK tb@ jmc@
</content>
</entry>
<entry>
<title>*an* RSA;</title>
<updated>2019-05-20T06:04:45+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2019-05-20T06:04:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=bd677763071f6e5dd7b13c371d704af3316850d4'/>
<id>urn:sha1:bd677763071f6e5dd7b13c371d704af3316850d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* Do not document the non-existent function RSA_null_method(3).</title>
<updated>2018-04-18T01:07:38+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-04-18T01:07:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cc294651e05fd30bc4da64428f737517337a2b80'/>
<id>urn:sha1:cc294651e05fd30bc4da64428f737517337a2b80</id>
<content type='text'>
* Add three missing const qualifiers to function prototypes.
* Correct the argument type of RSA_new_method(3).
* Remove duplicate decsription of RSA_flags(3) and RSA_new_method(3).
* Make the description of method selection simpler, more precise,
and more concise.
* Correct description of the return value of RSA_set_method(3).
* Stop referencing engine(3).
</content>
</entry>
<entry>
<title>found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs</title>
<updated>2018-03-27T17:35:50+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-03-27T17:35:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=30d10c511917e0e339dec931667fc4b6eb014430'/>
<id>urn:sha1:30d10c511917e0e339dec931667fc4b6eb014430</id>
<content type='text'>
on the web, so fix up SSLeay HISTORY accordingly
</content>
</entry>
<entry>
<title>crypto HISTORY up to 0.9.5; researched from OpenSSL git</title>
<updated>2018-03-22T16:06:33+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-03-22T16:06:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=56ed9616f4bcc89cbb8c9e65c821f863853139b1'/>
<id>urn:sha1:56ed9616f4bcc89cbb8c9e65c821f863853139b1</id>
<content type='text'>
</content>
</entry>
</feed>
