Answering my own question:
The AES GCM stream feature appeared in wolfSSL v4.8.0
https://github.com/wolfSSL/wolfssl/blob … angeLog.md
Regards,
CraigG
You are not logged in. Please login or register.
Please post questions or comments you have about wolfSSL products here. It is helpful to be as descriptive as possible when asking your questions.
ReferenceswolfSSL - Embedded SSL Library → Posts by cgwydir
Pages 1
Answering my own question:
The AES GCM stream feature appeared in wolfSSL v4.8.0
https://github.com/wolfSSL/wolfssl/blob … angeLog.md
Regards,
CraigG
Greetings Kareem -
Perfect! Thank you for this very helpful and informative reply.
My customer is using wolfSSL 3.15.5 (yes, old).
Question: Do you (roughly) know when these wolfSSL AES GCM streaming APIs were implemented?
Thanks for your help!
Regards,
CraigG
Greetings -
I wish encrypt smaller AES GCM "chunks" for the same reason described in this thread:
https://www.wolfssl.com/forums/topic126 … ption.html
I wish to encrypt data in smaller chunks/blocks, using an "init", "update", "update", "final" Java-style API that provides the data in blocks, rather than encrypting all the data in one WolfSSL API call.
Question: Is encrypting smaller chunks/blocks of data possible with the existing WolfSSL AES GCM APIs?
I found this explanation in another WolfSSL forum append that made it seem possible:
"authIn - input authentication vector The only time authIn is used is when GCM is used like a block cipher and the authTag OUTPUT from a previous call is passed BACK in as an INPUT so it can be updated in subsequent calls."
I attempted using AES GCM as a block cipher, employing the stmt above and the WolfSSL AES GCM decrypt function returned -180 (bad tag).
Do I need to adjust the IV (or some counter?) on each WolfSSL AES GCM encrypt call in this case? Is this scenario even possible?
Thank you for any help that can be provided,
Craig Gwydir
Pages 1
wolfSSL - Embedded SSL Library → Posts by cgwydir
Powered by PunBB, supported by Informer Technologies, Inc.
Generated in 0.019 seconds (96% PHP - 4% DB) with 4 queries