Closed n0900 closed 3 weeks ago
Rebase to #149
This should now be a clean seperation of data modules and vck-rqes.
I am not sure about CSCAuthenticationRequest
yet but it is out of scope for this pull request and since it does not interfere with the current functionality I will deal with it in #127 or a seperate pull request.
A bad attempt at seperating RQES related files into two modules
rqes-data-classes
andvck-rqes
with the latter being a placeholder for additional services which may or may not merge withvck-openid
depending on how pure we want to keep that module. This current version has the following short-comings:rqes-data-classes
is a dependency for everythingQesInputDescriptor
should be inrqes-data-classes
but is indif-data-classes
for serialization reasonsSignatureRequestParameters
should be inrqes-data-classes
but is inoauth-data-classes
for serialization reasonsBetter ideas/improvements very welcome