Fix endianness in Symmetric Crypto Smoke Test

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major - P3
    • 4.1.11
    • Affects Version/s: None
    • Component/s: None
    • None
    • Fully Compatible
    • ALL
    • Security 2019-04-22
    • 36
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      const auto id = cursor.readAndAdvance<SymmetricKeyId::id_type>();

      does not specify an endianness, and thus attempts to read the value using machine byte ordering. When this is BigEndian, the value comes out incorrect.

            Assignee:
            Sara Golemon (Inactive)
            Reporter:
            Sara Golemon (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: