Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Fix issue #206 #207

Merged
merged 1 commit into from
Nov 30, 2018
Merged

Fix issue #206 #207

merged 1 commit into from
Nov 30, 2018

Commits on Nov 20, 2018

  1. Fix issue #206

    The auth tag len for AES-CBC+HMAC algorithms should match the key size,
    see RFC 7518 Section 5.2.4 and Section 5.2.5. Unfortunately this will
    (as-is) cause problems with decrypting AES-CBC+HMAC ciphertexts that
    were encrypted with this library that used 192-bit and 256-bit key
    sizes. A future pull request could add a flag to add some sort of
    compabitility flag to allow for decryption to continue working for those
    cases.
    csstaub committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    ce63c22 View commit details
    Browse the repository at this point in the history