Uploaded image for project: 'Santuario'
  1. Santuario
  2. SANTUARIO-176

Library rejects unknown KeyInfo children

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • C++ 1.3.1
    • C++ 1.6.0
    • C++
    • Security Level: Public (Public issues, viewable by everyone)
    • None
    • Operating System: All
      Platform: All
    • 45849

    Description

      The KeyInfo schema is open to extension, but the XML processing code in the library is not. It just rejects any child element it doesn't know about, which would be ok, but it also throws an exception and halts processing, which is not.

      Minimal fix is to ignore the unknown children.

      A better fix is to expose them as a DOM element, but this requires ABI changes, so will wait for 1.5.0.

      Attachments

        Activity

          People

            Unassigned Unassigned
            scantor Scott Cantor
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: