diff options
author | lloyd <[email protected]> | 2010-10-28 19:54:27 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-10-28 19:54:27 +0000 |
commit | 7e4c62045c8216138dbed1c586139a1de7cd7f27 (patch) | |
tree | e9b353e38650464f89a80bae22895bf150e16acc | |
parent | e6fc6b5225df382c8d7f8193047e60853c594d19 (diff) |
Document adding base64 standalone encoder
-rw-r--r-- | doc/log.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt index 382ccd8d4..392c7beff 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -4,6 +4,7 @@ - Fix a number of CRL encoding and decoding bugs - Use small tables in the first round of AES - Add hex encoding/decoding functions that can be used without a Pipe + - Add base64 encoding functions that can be used without a Pipe - Add support for dynamic engine loading on Windows - Allow using PBKDF2 with empty passphrases - Switch default PKCS #8 encryption algorithm from AES-128 to AES-256 |