Difference between revisions of "Talk:Multiprecision arithmetic internals"
From OpenSSLWiki
Jump to navigationJump to search (→BN Library Broken Link: new section) |
m (Some formatting.) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
append a notice stating the feature is part of a deprecated API? | append a notice stating the feature is part of a deprecated API? | ||
− | [[User:Jflopezfernandez|Jflopezfernandez]] ([[User talk:Jflopezfernandez|talk]]) 06:25, 29 July 2019 (UTC) | + | --[[User:Jflopezfernandez|Jflopezfernandez]] ([[User talk:Jflopezfernandez|talk]]) 06:25, 29 July 2019 (UTC) |
+ | |||
+ | : Actually the BN API is not deprecated. It's just that there's been quite a lot of work over time on trying to improve the documentation and lots of stuff got moved around. It looks like at some point this overview page got deleted - I'm not entirely sure why. I'd suggest we could direct users to some of the key BIGNUM pages instead, such as [https://www.openssl.org/docs/man1.1.1/man3/BN_new.html BN_new()], [https://www.openssl.org/docs/man1.1.1/man3/BN_add.html BN_add()], etc. | ||
+ | : | ||
+ | : --[[User:Matt|Matt]] ([[User talk:Matt|talk]]) 07:57, 29 July 2019 (UTC) | ||
+ | |||
+ | :: Ah, okay, that's good to know. I'll go ahead and add links to those pages. | ||
+ | :: | ||
+ | :: --[[User:Jflopezfernandez|Jflopezfernandez]] ([[User talk:Jflopezfernandez|talk]]) 14:58, 29 July 2019 (UTC) |
Latest revision as of 16:03, 29 July 2019
BN Library Broken Link[edit]
It looks like this is the documentation the first link was supposed to point to, but this documentation module is not in version 1.1.1. Since I would assume this means either the module or the interface is deprecated, what is the recommendation in this scenario where we're updating the documentation regarding a deprecated function or library? Should I keep the broken link notice and not even list it to prevent new users from using a deprecated feature, at least until we finish modernizing the documentation? Or do I add it in and simply append a notice stating the feature is part of a deprecated API?
--Jflopezfernandez (talk) 06:25, 29 July 2019 (UTC)
- Actually the BN API is not deprecated. It's just that there's been quite a lot of work over time on trying to improve the documentation and lots of stuff got moved around. It looks like at some point this overview page got deleted - I'm not entirely sure why. I'd suggest we could direct users to some of the key BIGNUM pages instead, such as BN_new(), BN_add(), etc.
- --Matt (talk) 07:57, 29 July 2019 (UTC)
- Ah, okay, that's good to know. I'll go ahead and add links to those pages.
- --Jflopezfernandez (talk) 14:58, 29 July 2019 (UTC)