RSA-OAEP encryption in LUA

Hi community,

We need to implement encryption in RSA-OAEP (A256GCM) with a public key that is provided to us, can we use openssl for this ?

Or is there another type of asymetrical encryption we could use to secure a data transfert ?

I have already had a look at openssl : the documentation is difficult to understand and I cannot find an implementation of openssl rsautl command…

Thanks in advance, best regards