提交 50d194af 编写于 作者: D Dr. Stephen Henson

Sanitize CHANGES entry.

上级 28797374
...@@ -63,13 +63,16 @@ ...@@ -63,13 +63,16 @@
[Steve Henson] [Steve Henson]
+) Modify the behaviour of EVP_DigestInit() and EVP_DigestFinal() to retain +) Modify the behaviour of EVP_DigestInit() and EVP_DigestFinal() to retain
compatibility with existing code. In particular the 'ctx' parameter is compatibility with existing code. In particular the 'ctx' parameter does
not assumed to be valid before the call to EVP_DigestInit() and it is tidied not have to be to be initialized before the call to EVP_DigestInit() and
up after a call to EVP_DigestFinal(). A new function EVP_DigestFinal_ex() it is tidied up after a call to EVP_DigestFinal(). New function
but does not free up the ctx. Also change function EVP_MD_CTX_copy() to EVP_DigestFinal_ex() which does not tidy up the ctx. Similarly function
assume the destination is uninitialized: EVP_MD_CTX_copy_ex() do assumes EVP_MD_CTX_copy() changed to not require the destination to be
the destiation is valid. Also modify all the OpenSSL digest calls to call initialized valid and new function EVP_MD_CTX_copy_ex() added which
EVP_DigestInit_ex(), EVP_DigestFinal_ex() and EVP_MD_CTX_copy_ex(). requires the destination to be valid.
Modify all the OpenSSL digest calls to use EVP_DigestInit_ex(),
EVP_DigestFinal_ex() and EVP_MD_CTX_copy_ex().
[Steve Henson] [Steve Henson]
+) Change ssl3_get_message (ssl/s3_both.c) and the functions using it +) Change ssl3_get_message (ssl/s3_both.c) and the functions using it
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册