<div dir="ltr">Hello all!<div><br></div><div>As you've seen in my previous attempt, I am trying to make the dcp module read encrypted DCPs.</div><div><br></div><div>The AES key with which the MXF files are encrypted is carried in a KDM file, but it is itself encrypted with RSA. So I have to use a private key to decrypt it. My problem now is at reading this private key from its PEM file. </div>
<div><br></div><div>In OpenSSL this was quite easy to do, by using just the function '<span style="font-family:Menlo,Monaco,Consolas,'Courier New',monospace;font-size:12px;line-height:18px;white-space:pre-wrap"><font color="#000000">PEM_read_bio_RSAPrivateKey</font></span>'. But with other libs (I looked over libgcrypt and Nettle) this is not possible (or I haven't search long enough). So, before trying to parse the PEM file ("manually") myself, I must ask: does anybody know a GPLv2 compatible lib that supports reading of RSA private keys (and preferably also supports RSA decryption)?</div>
</div>