• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

TLS/SSL and crypto library


Commit MetaInfo

Révision316054147aad943d794c5ba723e5635c31f4ca3e (tree)
l'heure2020-09-13 19:11:56
AuteurMatt Caswell <matt@open...>
CommiterMatt Caswell

Message de Log

Add a CHANGES entry for the safestack updates

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12781)

Change Summary

Modification

--- a/CHANGES.md
+++ b/CHANGES.md
@@ -23,6 +23,12 @@ OpenSSL 3.0
2323
2424 ### Changes between 1.1.1 and 3.0 [xx XXX xxxx]
2525
26+ * Changed all "STACK" functions to be macros instead of inline functions. Macro
27+ parameters are still checked for type safety at compile time via helper
28+ inline functions.
29+
30+ *Matt Caswell*
31+
2632 * Remove the RAND_DRBG API
2733
2834 The RAND_DRBG API did not fit well into the new provider concept as
@@ -607,8 +613,7 @@ OpenSSL 3.0
607613
608614 *Rich Salz*
609615
610- * Added documentation for the STACK API. OpenSSL only defines the STACK
611- functions where they are used.
616+ * Added documentation for the STACK API.
612617
613618 *Rich Salz*
614619