Posts

Post marked as solved
5 Replies
1.6k Views
Hello everyone,I have an xml file that I have to sign. My way was to turn it into a String, then Data and then sign it with SecKeyCreateSignature using my private key. Signing method should be: RSA SHA256, http://www.w3.org/2001/04/xmldsig-more#rsa-sha256I am stuck trying different methods of hashing and signing but nothing is working. The question is: Is there a way of doing this the right way at all?All help is appreciated.(I will provide more info if necessary)
Posted
by Baxinho.
Last updated
.
Post marked as solved
8 Replies
2.1k Views
Hello everyone,I am making an app that would allow an user to choose one of his installed certificates (from Profiles) and use it to sign xml files that he is sending.Is it possible to make this work programmatically in Xcode? If it is, how?Any help is appreciated.
Posted
by Baxinho.
Last updated
.