summaryrefslogtreecommitdiff
path: root/README.apichanges
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2003-07-30 13:13:47 +0000
committerWerner Koch <wk@gnupg.org>2003-07-30 13:13:47 +0000
commite694f7d0c3a081af72e5696995196d4b10dc9b9a (patch)
tree3b1da5c68c6050afdff461a8ba0fe657ba61ca02 /README.apichanges
parente736639cd79f71e9c4122c76b57e309ddd8f292a (diff)
downloadlibgcrypt-e694f7d0c3a081af72e5696995196d4b10dc9b9a.tar.gz
(Maintainer): Assigned Moritz as Maintainer.
Diffstat (limited to 'README.apichanges')
-rw-r--r--README.apichanges11
1 files changed, 8 insertions, 3 deletions
diff --git a/README.apichanges b/README.apichanges
index 04f04ce3..e5df0e5a 100644
--- a/README.apichanges
+++ b/README.apichanges
@@ -29,7 +29,11 @@ there won't be another need for such a major change.
* Initialization
For proper initialization of the library, you must call
- gcry_check_version() before calling any other function.
+ gcry_check_version() before calling any other function except for a
+ these gcry_control operations:
+ GCRYCTL_SUSPEND_SECMEM_WARN
+ GCRYCTL_DISABLE_INTERNAL_LOCKING
+
* Handles
@@ -81,13 +85,13 @@ there won't be another need for such a major change.
gpg_strerror, the latter function can also be used).
Instead of using the error codes GCRYERR_*, you have to use the
- GPG_ERR_* names.
+ GPG_ERR_* names.
* S-expressions
gcry_sexp_canon_len used to return a `historical' error code in
`errcode', this is not the case anymore; the value returned in
- `errcode' is a simple Libgcrypt error code.
+ `errcode' is now a standard Libgcrypt (i.e. gpg-error) error code.
* MPI
@@ -104,3 +108,4 @@ there won't be another need for such a major change.
complete S-expression of the following format:
(value PLAINTEXT)
+