aboutsummaryrefslogtreecommitdiffstats
path: root/doc/log.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-11-29 15:14:32 +0000
committerlloyd <[email protected]>2010-11-29 15:14:32 +0000
commit01bbd9f35711a059e9f90e1a79bf8d0e862c9950 (patch)
tree16b9b277d68658bc13be49fe96877ab464f7d79a /doc/log.txt
parent53a6da362130ae60ce0f93b341b4825200d9966d (diff)
Add X509_Certificate::to_string
The x509info example now just calls that
Diffstat (limited to 'doc/log.txt')
-rw-r--r--doc/log.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt
index 09054b496..b3837eff9 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -10,6 +10,7 @@
- Removed AES class: app must choose AES-128, AES-192, or AES-256
- Add hex encoding/decoding functions that can be used without a Pipe
- Add base64 encoding functions that can be used without a Pipe
+ - Add to_string function to X509_Certificate
- Add support for dynamic engine loading on Windows
- Replace BlockCipher::BLOCK_SIZE attribute with function block_size()
- Replace HashFunction::HASH_BLOCK_SIZE attribute with hash_block_size()
@@ -22,6 +23,7 @@
- Switch default PKCS #8 encryption algorithm from AES-128 to AES-256
- Update Skein-512 to match the v1.3 specification
- Allow using PBKDF2 with empty passphrases
+ - Add compile-time deprecation warnings for GCC, Clang, and MSVC
- Support use of HMAC(SHA-256) and CMAC(Blowfish) in passhash9
- Improve support for Intel Atom processors
- Fix compilation problems under Sun Studio and Clang