diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2001-02-14 03:11:52 +0100 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2001-02-14 03:11:52 +0100 |
commit | f2e5ca84d4d218a29e2c960d9b23a40d8236cd06 (patch) | |
tree | 7ae131e9e596c0e97efcae029b4c7b0c63f0d0d3 /CHANGES | |
parent | New function OPENSSL_issetugid(). Needs more work. (diff) | |
download | openssl-f2e5ca84d4d218a29e2c960d9b23a40d8236cd06.tar.xz openssl-f2e5ca84d4d218a29e2c960d9b23a40d8236cd06.zip |
Option to disable standard block padding with EVP API.
Add -nopad option to enc command.
Update docs.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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] |