diff options
author | Hans Nilsson <hans@erlang.org> | 2019-10-28 13:16:37 +0100 |
---|---|---|
committer | Hans Nilsson <hans@erlang.org> | 2019-12-05 11:42:53 +0100 |
commit | c309f98f368d443ecc09a9b6e2c28ca00ccd29b0 (patch) | |
tree | 2ecc568e924e5a5688dc4dfb84b6eff41aa27268 /system | |
parent | 5f48e486899d09deeae9f604538e4497518571f6 (diff) | |
download | erlang-c309f98f368d443ecc09a9b6e2c28ca00ccd29b0.tar.gz |
crypto: Deprecate Old API
This should have been done in 22.0
Diffstat (limited to 'system')
-rw-r--r-- | system/doc/general_info/deprecations.xml | 14 | ||||
-rw-r--r-- | system/doc/general_info/scheduled_for_removal.xml | 12 |
2 files changed, 26 insertions, 0 deletions
diff --git a/system/doc/general_info/deprecations.xml b/system/doc/general_info/deprecations.xml index c748e60059..f9605437f6 100644 --- a/system/doc/general_info/deprecations.xml +++ b/system/doc/general_info/deprecations.xml @@ -39,6 +39,20 @@ <seealso marker="../system_principles/misc#deprecation">Support, Compatibility, Deprecations, and Removal</seealso>.</p> </section> + + <section> + <marker id="OTP-23"/> + <title>OTP 23</title> + <section> + <title>Crypto Old API</title> + <p>The <seealso marker="crypto:new_api#the-old-api">Old API</seealso> is now deprecated + and has also been + <seealso marker="scheduled_for_removal#OTP-24">scheduled for removal</seealso>.</p> + <p>For replacement functions see the + <seealso marker="crypto:new_api#the-new-api">New API</seealso>.</p> + </section> + </section> + <section> <marker id="OTP-22"/> <title>OTP 22</title> diff --git a/system/doc/general_info/scheduled_for_removal.xml b/system/doc/general_info/scheduled_for_removal.xml index a9421df385..32a678751b 100644 --- a/system/doc/general_info/scheduled_for_removal.xml +++ b/system/doc/general_info/scheduled_for_removal.xml @@ -38,6 +38,18 @@ Deprecations, and Removal</seealso>.</p> </section> <section> + <marker id="OTP-24"/> + <title>OTP 24</title> + <section> + <title>Crypto Old API</title> + <p>The <seealso marker="crypto:new_api#the-old-api">Old API</seealso> will be + removed as of OTP 24. The support was formally deprecated as of OTP 23.</p> + <p>For replacement functions see the + <seealso marker="crypto:new_api#the-new-api">New API</seealso>.</p> + </section> + </section> + + <section> <marker id="OTP-23"/> <title>OTP 23</title> <section> |