Updated eudi-lib-ios-siop-openid4vp-swift
to v0.0.74
Updated eudi-lib-ios-openid4vci-swift
to v0.0.7
Updated eudi-lib-ios-siop-openid4vp-swift
to v0.0.73
Updated eudi-lib-ios-openid4vci-swift
to v0.0.6
- Refactor MdocDecodable (DocType, DocumentIdentifier, createdAt),
- OpenID4VP draft 13 support
- Internal updates for security checks
- Updated presentation definition parsing
- Updated eudi-lib-ios-siop-openid4vp-swift to 0.0.72
- Fixed mDOC authentication MAC validation error for mDL document type
- Added delete documents func
- Storage manager functions are now
async throws
- extractDisplayStrings is recursive (cbor elements can be dictionaries)
- NameValue: added
var children: [NameValue]
property (tree-like structure) - MdocDecodable: added 'var displayImages: [NameImage]' property
- Add isMandatory property to DocElementsViewModel structure
PresentationSession
methods do not run on main actorPresentationSession
: add `readerCertIssuerValid`` (is verifier certificate trusted)PresentationSession
: change `readerCertIssuer`` (has verifier certificate common name)MdocDecodable
: add extension method:public func toJson() -> [String: Any]