I would like to implement the following php code in FWH 15.08 (bcc582) or 15.09 (bcc7)
Code: Select all
$pkeyid = openssl_pkey_get_private( file_get_contents($cert_file), $cert_password);
openssl_sign($zoisrc, $zoisha256, $pkeyid, 'SHA256');
How can I build the necessary lib-s? I would like to use the latest OpenSSL 1.0.2d
Thanks, Roman