mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
Add four new user-data types an add-secret request could have: Unsigned, Signed(EcSECP521R1, Rsa(2048, 3072)) As the user-data enum was not marked as non-exaustive this might be a breaking change for users. (Not for any crate in this repo though). The addition of such user-data is provided by following patches. Reviewed-by: Marc Hartmayer <mhartmay@linux.ibm.com> Signed-off-by: Steffen Eiden <seiden@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>