summaryrefslogtreecommitdiff
path: root/src/lib/crypto/ISSUES
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypto/ISSUES')
-rw-r--r--src/lib/crypto/ISSUES14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/lib/crypto/ISSUES b/src/lib/crypto/ISSUES
new file mode 100644
index 000000000000..b821a00c6cc2
--- /dev/null
+++ b/src/lib/crypto/ISSUES
@@ -0,0 +1,14 @@
+Issues to be addressed for src/lib/crypto: -*- text -*-
+
+
+Many files here and in subdirectories pollute the namespace.
+However, some applications wanting to directly use some of those
+routines will expect those names to be available.
+
+Workaround: Shared library export lists? Define and export internal
+names, and provide wrapper library code or weak functions under the
+polluting names?
+
+
+Some routines assume "int" is big enough to describe all buffers that
+may be supplied.