summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-02-14 02:11:52 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-02-14 02:11:52 +0000
commitf2e5ca84d4d218a29e2c960d9b23a40d8236cd06 (patch)
tree7ae131e9e596c0e97efcae029b4c7b0c63f0d0d3 /CHANGES
parent36fafffae21ddbc520dbe316accd2bca4ffac7ba (diff)
Option to disable standard block padding with EVP API.
Add -nopad option to enc command. Update docs.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e382faa532..81cd6c5a7f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,13 @@
Changes between 0.9.6 and 0.9.7 [xx XXX 2000]
+ *) New function EVP_CIPHER_CTX_set_padding() this is used to
+ disable standard block padding (aka PKCS#5 padding) in the EVP
+ API, which was previously mandatory. This means that the data is
+ not padded in any way and so the total length much be a multiple
+ of the block size, otherwise an error occurs.
+ [Steve Henson]
+
*) Initial (incomplete) OCSP SSL support.
[Steve Henson]