diff options
author | schwarze <> | 2019-06-06 01:06:59 +0000 |
---|---|---|
committer | schwarze <> | 2019-06-06 01:06:59 +0000 |
commit | 73fea5ffb44d03ccada5456dd77c78c652913272 (patch) | |
tree | 4c3063e0f18ec3090d09c0b1174b8c2760e32d6e /src/lib/libcrypto/man/ENGINE_set_RSA.3 | |
parent | 47eafa9f3ab473cf14319312cf30f3c8400f0b78 (diff) | |
download | openbsd-73fea5ffb44d03ccada5456dd77c78c652913272.tar.gz openbsd-73fea5ffb44d03ccada5456dd77c78c652913272.tar.bz2 openbsd-73fea5ffb44d03ccada5456dd77c78c652913272.zip |
Tree structure for manual pages: crypto(3) links to 33 function
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@
Diffstat (limited to 'src/lib/libcrypto/man/ENGINE_set_RSA.3')
-rw-r--r-- | src/lib/libcrypto/man/ENGINE_set_RSA.3 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/ENGINE_set_RSA.3 b/src/lib/libcrypto/man/ENGINE_set_RSA.3 index acf4285e54..f94bc46fbb 100644 --- a/src/lib/libcrypto/man/ENGINE_set_RSA.3 +++ b/src/lib/libcrypto/man/ENGINE_set_RSA.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ENGINE_set_RSA.3,v 1.3 2018/05/17 07:21:32 jmc Exp $ | 1 | .\" $OpenBSD: ENGINE_set_RSA.3,v 1.4 2019/06/06 01:06:58 schwarze Exp $ |
2 | .\" content checked up to: | 2 | .\" content checked up to: |
3 | .\" OpenSSL ENGINE_add 1f13ad31 Dec 25 17:50:39 2017 +0800 | 3 | .\" OpenSSL ENGINE_add 1f13ad31 Dec 25 17:50:39 2017 +0800 |
4 | .\" | 4 | .\" |
@@ -16,7 +16,7 @@ | |||
16 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 16 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
17 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 17 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
18 | .\" | 18 | .\" |
19 | .Dd $Mdocdate: May 17 2018 $ | 19 | .Dd $Mdocdate: June 6 2019 $ |
20 | .Dt ENGINE_SET_RSA 3 | 20 | .Dt ENGINE_SET_RSA 3 |
21 | .Os | 21 | .Os |
22 | .Sh NAME | 22 | .Sh NAME |
@@ -287,11 +287,15 @@ if | |||
287 | .Fa e | 287 | .Fa e |
288 | does not implement that digest. | 288 | does not implement that digest. |
289 | .Sh SEE ALSO | 289 | .Sh SEE ALSO |
290 | .Xr DSA_new , | ||
290 | .Xr ENGINE_ctrl 3 , | 291 | .Xr ENGINE_ctrl 3 , |
291 | .Xr ENGINE_new 3 , | 292 | .Xr ENGINE_new 3 , |
292 | .Xr ENGINE_register_RSA 3 , | 293 | .Xr ENGINE_register_RSA 3 , |
293 | .Xr ENGINE_set_default 3 , | 294 | .Xr ENGINE_set_default 3 , |
294 | .Xr ENGINE_set_flags 3 | 295 | .Xr ENGINE_set_flags 3 , |
296 | .Xr EVP_DigestInit 3 , | ||
297 | .Xr EVP_EncryptInit 3 , | ||
298 | .Xr RSA_new 3 | ||
295 | .Sh HISTORY | 299 | .Sh HISTORY |
296 | .Fn ENGINE_set_RSA , | 300 | .Fn ENGINE_set_RSA , |
297 | .Fn ENGINE_get_RSA , | 301 | .Fn ENGINE_get_RSA , |