aboutsummaryrefslogtreecommitdiff
path: root/DO_NOT_USE_THIS_LIBRARY.txt
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@mit.edu>2015-08-19 11:30:45 -0400
committerGravatar Benjamin Barenblat <bbaren@mit.edu>2015-08-19 11:30:45 -0400
commita3f323ceddf06ebe586979979624ad20908e1b46 (patch)
tree588ae0e70f0633fafd0a1764acdd277d994adc00 /DO_NOT_USE_THIS_LIBRARY.txt
parentfb076f0e97d984cc9ddf8f7fa3b15661c2e25cea (diff)
Library is safe with current version of Ur/WebHEADmaster
Add a README.md documenting, among other things, the new version requirement.
Diffstat (limited to 'DO_NOT_USE_THIS_LIBRARY.txt')
-rw-r--r--DO_NOT_USE_THIS_LIBRARY.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/DO_NOT_USE_THIS_LIBRARY.txt b/DO_NOT_USE_THIS_LIBRARY.txt
deleted file mode 100644
index c814f0b..0000000
--- a/DO_NOT_USE_THIS_LIBRARY.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-DO NOT USE THIS LIBRARY!
-
-This library assumes a thread-safe OpenSSL API. Currently, Ur/Web binaries
-do _not_ use thread-safe OpenSSL, which means linking this library _will_
-introduce a potentially security-relevant race condition in your application.
-
-Upstream bug: http://www.impredicative.com/mantis/view.php?id=206