summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2013-11-13 14:33:57 +0000
committerDr. Stephen Henson <steve@openssl.org>2013-11-13 23:48:35 +0000
commitafa23c46d966fc3862804612be999d403a755cd7 (patch)
tree020e0687b6acef46dba7bb02f2616eeb7cf066cc /util
parent629b640bbc5391c6ac727aaa8465c5c5f99a5708 (diff)
Flag to disable automatic copying of contexts.
Some functions such as EVP_VerifyFinal only finalise a copy of the passed context in case an application wants to digest more data. Doing this when it is not needed is inefficient and many applications don't require it. For compatibility the default is to still finalise a copy unless the flag EVP_MD_CTX_FLAG_FINALISE is set in which case the passed context is finalised an *no* further data can be digested after finalisation.
Diffstat (limited to 'util')
0 files changed, 0 insertions, 0 deletions