summaryrefslogtreecommitdiff
path: root/lib/crypto/CipherException.txt
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2018-02-27 22:39:10 +0000
committerChris Wilson <chris+github@qwirx.com>2018-03-03 10:47:39 +0000
commitc2547266775954292d78ab90b1af925d57c3f9e3 (patch)
treef14371102d734dab556b8771221de00f81390272 /lib/crypto/CipherException.txt
parent13116fff3d8932eb1939e3b8c04dfdb8f14ecaa0 (diff)
Reimplement OpenSSL 1.1 support
This time I have made the minimum number of changes necessary to make OpenSSL 1.1 work, and also added more tests which would have caught the issues with the previous attempt. Thanks to Johann Glaser for testing out the new version and reporting the issue with decryption!
Diffstat (limited to 'lib/crypto/CipherException.txt')
-rw-r--r--lib/crypto/CipherException.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/crypto/CipherException.txt b/lib/crypto/CipherException.txt
index abdbac87..494ed3cc 100644
--- a/lib/crypto/CipherException.txt
+++ b/lib/crypto/CipherException.txt
@@ -16,3 +16,4 @@ PseudoRandNotAvailable 12
EVPSetPaddingFailure 13
RandomInitFailed 14 Failed to read from random device
LengthRequestedTooLongForRandomHex 15
+AlreadyInTransform 16 Tried to initialise crypto when already in a transform