summaryrefslogtreecommitdiff
path: root/PORTING
diff options
context:
space:
mode:
authorJeffrey Stedfast <jestedfa@microsoft.com>2017-02-25 14:43:35 -0500
committerJeffrey Stedfast <jestedfa@microsoft.com>2017-02-25 14:43:35 -0500
commitc65519de636060e332d1eddad73d0c635a6e8bf8 (patch)
treed86770d18de3dfbd35b6539568054befc6e7cefc /PORTING
parent119a81615fe5cbe5b1fe26b58fbbaff84e3a1e8b (diff)
downloadgmime-c65519de636060e332d1eddad73d0c635a6e8bf8.tar.gz
No need for g_mime_crypto_context_verify() to take a 'digest' argument
Diffstat (limited to 'PORTING')
-rw-r--r--PORTING2
1 files changed, 2 insertions, 0 deletions
diff --git a/PORTING b/PORTING
index 3bb36174..f4e07e09 100644
--- a/PORTING
+++ b/PORTING
@@ -98,6 +98,8 @@ Porting from GMime 2.6 to GMime 3.0
g_mime_crypto_context_decrypt() and so the decryot method now takes a session_key
argument that is allowed to be NULL.
+- g_mime_crypto_context_verify() no longer takes a 'digest' argument.
+
- g_mime_multipart_signed_verify() and g_mime_multipart_encrypted_decrypt() no longer
take GMimeCryptoContext arguments. Instead, they instantiate their own contexts
based on the protocol specified in the Content-Type header. These methods now also