summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2016-07-09 14:13:07 +0000
committerGraham Leggett <minfrin@apache.org>2016-07-09 14:13:07 +0000
commit3659495b22a3288b57d3c693ff057c7a0113c05b (patch)
treebff60556ded6e3aec6243214dc30009a520f7597 /CHANGES
parentbe0cbdbbcd0dca78f104c2760316bc3c975e8ed9 (diff)
downloadapr-3659495b22a3288b57d3c693ff057c7a0113c05b.tar.gz
apr_crypto: Add apr_crypto_key() function which supports keys
generated from a passphrase or a raw secret provided by the caller. Deprecate apr_crypto_passphrase(). git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1752008 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 90348e722..8340365ea 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
-*- coding: utf-8 -*-
Changes for APR 2.0.0
+ *) apr_crypto: Add apr_crypto_key() function which supports keys
+ generated from a passphrase or a raw secret provided by the caller.
+ Deprecate apr_crypto_passphrase(). [Graham Leggett]
+
*) apr_crypto_nss: Ensure the SECItem returned by PK11_ParamFromIV
is properly freed. [Graham Leggett]