Hello,
I need to port a code to the Mac platform, but couldn't do it relying only on the available documentation. (Probably overlooked something. (?))
The task is (/looks) simple: I have the subject's data for a certificate (like Common Name (CN), Organization (O), Locality (L), etc.) and I need to return the certificate in DER format dumped into a memory block.
While the code was nearly trivial on Windows, surprisingly I failed with it on Mac.
Can anyone suggest a good doc/tutorial/sample code?
Thanks in advance,
György
p.s.: Some suggested to forget the DER format (is the task simpler then??), but it is required by the software environment.
I need to port a code to the Mac platform, but couldn't do it relying only on the available documentation. (Probably overlooked something. (?))
The task is (/looks) simple: I have the subject's data for a certificate (like Common Name (CN), Organization (O), Locality (L), etc.) and I need to return the certificate in DER format dumped into a memory block.
While the code was nearly trivial on Windows, surprisingly I failed with it on Mac.
Can anyone suggest a good doc/tutorial/sample code?
Thanks in advance,
György
p.s.: Some suggested to forget the DER format (is the task simpler then??), but it is required by the software environment.