Hi,
I was trying to play with openssl using build 1142, following http://www.coronalabs.com/blog/2013/06/11/tutorial-using-the-openssl-plugin/ but…
openssl.get_cipher function does not exist… the only functions available are:
2013-06-18 14:45:59.620 Corona Simulator[3782:e03] locations function: 0x1013a9770 2013-06-18 14:45:59.620 Corona Simulator[3782:e03] setverify function: 0x1013a9d30 2013-06-18 14:45:59.620 Corona Simulator[3782:e03] create function: 0x1013a9160 2013-06-18 14:45:59.621 Corona Simulator[3782:e03] loadcert function: 0x1013a9bc0 2013-06-18 14:45:59.621 Corona Simulator[3782:e03] loadkey function: 0x1013a9c20 2013-06-18 14:45:59.621 Corona Simulator[3782:e03] setcipher function: 0x1013a9c70 2013-06-18 14:45:59.621 Corona Simulator[3782:e03] rawcontext function: 0x1013a9e40 2013-06-18 14:45:59.621 Corona Simulator[3782:e03] setmode function: 0x1013a9df0 2013-06-18 14:45:59.621 Corona Simulator[3782:e03] setoptions function: 0x1013a9d90 2013-06-18 14:45:59.622 Corona Simulator[3782:e03] setdepth function: 0x1013a9cd0
In docs you ask to check a sample code … well I’ve ran grep over all of the sample code directory and there’s no mention of openssl anywhere.
Any suggestions on what should I use instead of get_cipher?