On Mon, Oct 17, 2022 at 10:28:45AM +0200, Tim Meusel wrote:
> Hi!
> I maintain a Ruby script that does PKCS#7 signing and afterwards some
> enryption with AES-128-CFB. A trimmed down version:
>
> certpath = '/tmp/cert.pem'
> keypath = '/tmp/key/pem'
> data = 'teststring'
> key = OpenSSL::PKey::RS
On Fri, Oct 07, 2022 at 02:33:03PM +0300, רונן לוי wrote:
> Hi,
>
> I would like to know what is the procedure to build the openssl to
> vxWorks/Intel platform?
> The toolchain is available on windows (most likely I will need to use
> cygwin)
>
> Another option is to use only small portion of the