diff options
author | Emilia Kasper <emilia@openssl.org> | 2014-09-23 18:26:42 +0200 |
---|---|---|
committer | Emilia Kasper <emilia@openssl.org> | 2014-09-23 18:28:10 +0200 |
commit | 5f85f64f7e5399ae71c1aa7ff87f71c9c9ac40ff (patch) | |
tree | 1fceea71f681bd4cb09fa32cd9175084efc745e5 /CHANGES | |
parent | 507efe737243d7c74a839ea90b3d7eec5eac22e7 (diff) | |
download | openssl-new-5f85f64f7e5399ae71c1aa7ff87f71c9c9ac40ff.tar.gz |
Note i2d_re_X509_tbs and related changes in CHANGES
Reviewed-by: Tim Hudson <tjh@openssl.org>
(cherry picked from commit e9128d9401ad617e17c5eb3772512c24b038b967)
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -619,6 +619,12 @@ certificates. [Steve Henson] + *) New function i2d_re_X509_tbs for re-encoding the TBS portion of + the certificate. + Note: Related 1.0.2-beta specific macros X509_get_cert_info, + X509_CINF_set_modified, X509_CINF_get_issuer, X509_CINF_get_extensions and + X509_CINF_get_signature were reverted post internal team review. + Changes between 1.0.1g and 1.0.1h [5 Jun 2014] *) Fix for SSL/TLS MITM flaw. An attacker using a carefully crafted |