summaryrefslogtreecommitdiff
path: root/ChangeLog.0_9_7-stable_not-in-head
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2005-04-25 21:32:52 +0000
committerBodo Möller <bodo@openssl.org>2005-04-25 21:32:52 +0000
commit9a6c6b99bf9fa510b7228e088627a53cf580f418 (patch)
treeaa731aa8c4ab1f206130da41091458f7b2a28f21 /ChangeLog.0_9_7-stable_not-in-head
parent033c79dff174e23cc4e1a6832d98c299b5237d37 (diff)
downloadopenssl-new-9a6c6b99bf9fa510b7228e088627a53cf580f418.tar.gz
remove some false positives
Diffstat (limited to 'ChangeLog.0_9_7-stable_not-in-head')
-rw-r--r--ChangeLog.0_9_7-stable_not-in-head74
1 files changed, 0 insertions, 74 deletions
diff --git a/ChangeLog.0_9_7-stable_not-in-head b/ChangeLog.0_9_7-stable_not-in-head
index 81b8dc0f0b..32b23c4be1 100644
--- a/ChangeLog.0_9_7-stable_not-in-head
+++ b/ChangeLog.0_9_7-stable_not-in-head
@@ -57,22 +57,6 @@ but belong there as well, should be added to the end of this file.
Make sure memset() is defined by including string.h Notified by
Oscar Jacobsson <oscar@jacobsson.org>
-2002-02-14 14:51 bodo
-
- Changed:
- crypto/evp/evp_test.c (1.14.2.1), "Exp", lines: +2 -0
-
- don't call OPENSSL_config(), this does not make any sense during
- "make test"
-
-2002-02-14 15:47 bodo
-
- Changed:
- crypto/ec/ectest.c (1.21.2.1), "Exp", lines: +6 -1
-
- fix: make it possible to disable memory debugging even if it is
- enabled by default
-
2002-02-14 17:23 levitte
Changed:
@@ -160,21 +144,6 @@ but belong there as well, should be added to the end of this file.
Add flag to disable config module DSO loading.
-2002-02-15 11:12 bodo
-
- Changed:
- NEWS (1.39.2.2), "Exp", lines: +1 -0
-
- mention EC library
-
-2002-02-15 11:19 bodo
-
- Changed:
- crypto/conf/conf.h (1.30.2.2), "Exp", lines: +1 -1
- crypto/conf/conf_mall.c (1.6.2.2), "Exp", lines: +1 -1
-
- constify
-
2002-02-20 00:24 steve
Changed:
@@ -448,13 +417,6 @@ but belong there as well, should be added to the end of this file.
An engine changed name.
-2002-10-29 18:00 geoff
-
- Changed:
- ssl/ssl.h (1.126.2.15), "Exp", lines: +1 -1
-
- Bodo spotted this keyslip in my patch to 0.9.7-stable.
-
2002-10-29 18:46 geoff
Changed:
@@ -470,14 +432,6 @@ but belong there as well, should be added to the end of this file.
Return my normal debug targets to something not so extreme, and
make the extreme ones special (or 'extreme', if you will :-)).
-2002-11-12 14:35 bodo
-
- Changed:
- CHANGES (1.977.2.65), "Exp", lines: +4 -4
-
- fix order of changes -- if B depends on A, A should be listed after
- B (reversed 'chronological' order)
-
2002-11-13 12:35 levitte
Changed:
@@ -585,34 +539,6 @@ but belong there as well, should be added to the end of this file.
Fix warnings, use correct -Ds.
-2003-02-06 19:00 bodo
-
- Changed:
- crypto/ec/ec.h (1.34.2.1), "Exp", lines: +0 -2
- crypto/ec/ec_err.c (1.17.2.1), "Exp", lines: +0 -2
- crypto/ec/ec_lib.c (1.13.2.3), "Exp", lines: +2 -0
-
- EC_GROUP_get_extra_data() should not set an error when it returns
- NULL. (NB: this is not an API change because this internal
- function is unused in 0.9.7. 0.9.8-dev will use it, and will
- contain a similar change).
-
-2003-02-06 19:07 bodo
-
- Changed:
- crypto/ec/ec_mult.c (1.18.2.3), "Exp", lines: +11 -0
-
- additional sanity checks for arguments to EC_POINTs_mul()
-
-2003-02-14 15:43 bodo
-
- Changed:
- crypto/ec/ec_lib.c (1.13.2.4), "Exp", lines: +1 -1
-
- mask old error codes so that mkerr.pl does not re-add them
-
- year 2003
-
2003-03-18 13:12 ben
Changed: