Update aeadDecryptDataFrame() to pass through status rather than throwing

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Major - P3
    • 5.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Fully Compatible
    • Security 2021-06-14
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      aeadDecryptDataFrame() already returns status, but it's hardcoded to Status::OK() because it uasserts on any Status from the dependent method it call it makes.

      We should either pass that through and leave it to the caller, or keep the uassert and return void.

            Assignee:
            Adrian Gonzalez Montemayor
            Reporter:
            Sara Golemon (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: