Re: SSL Library Not Found

2014-05-08 Thread Neil Roger

Hi Mike,

Running the stack on a device is the key to why the encryption is'nt 
working as I  tested your script on our iPad mini and received the same 
error message as yourself.


As this is happening, it seems there is a bug with encryption and iOS 
standalones (possibly something going awry during the standalone build 
process). I've created a report on the issue and this will be 
invetigated promptly.


http://quality.runrev.com/show_bug.cgi?id=12408

Kind Regards,


Neil Roger
--
RunRev Support Team ~ http://www.runrev.com
——


On 07/05/2014 17:06, Mike Kerner wrote:

I'm not going to the simulator, I'm going to a live device, and I'm using
XC 5.1.1


On Wed, May 7, 2014 at 11:19 AM, Neil Roger n...@runrev.com wrote:


Hi Mike,

That is strange as there is nothing else you need to check apart from the
encryption external in the standalone settings.

Do you have  sample of the script you are trying to use? What version of
Xcode/Simulator are you deploying too?


Kind Regards,

Neil Roger
--
RunRev Support Team ~ http://www.runrev.com
——


On 07/05/2014 16:03, Mike Kerner wrote:


661.


On Wed, May 7, 2014 at 10:45 AM, Neil Roger n...@runrev.com wrote:

  Hi Mike,

What version of LC are you using?

I tried the following against 6.6.1 and the encrypted data is returned as
expected-

on mouseUp
encrypt field 1 using blowfish with password test and salt livecode
put it into field 2
end mouseUp

Kind Regards,

Neil Roger
--
RunRev Support Team ~ http://www.runrev.com
——


On 07/05/2014 15:26, Mike Kerner wrote:

  I'm trying to use the native encrypt/decrypt code on ios.  I have the

encryption external selected in ios standalone settings, but when I run
the
app and attempt to decrypt I get SSL Library not found.

As one would expect, everything works fine with Monte's encrypt/decrypt
goodies.


  ___

use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode






___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode







___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: SSL Library Not Found

2014-05-07 Thread Neil Roger

Hi Mike,

What version of LC are you using?

I tried the following against 6.6.1 and the encrypted data is returned 
as expected-


on mouseUp
encrypt field 1 using blowfish with password test and salt livecode
put it into field 2
end mouseUp

Kind Regards,


Neil Roger
--
RunRev Support Team ~ http://www.runrev.com
——

On 07/05/2014 15:26, Mike Kerner wrote:

I'm trying to use the native encrypt/decrypt code on ios.  I have the
encryption external selected in ios standalone settings, but when I run the
app and attempt to decrypt I get SSL Library not found.

As one would expect, everything works fine with Monte's encrypt/decrypt
goodies.




___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: SSL Library Not Found

2014-05-07 Thread Mike Kerner
661.


On Wed, May 7, 2014 at 10:45 AM, Neil Roger n...@runrev.com wrote:

 Hi Mike,

 What version of LC are you using?

 I tried the following against 6.6.1 and the encrypted data is returned as
 expected-

 on mouseUp
 encrypt field 1 using blowfish with password test and salt livecode
 put it into field 2
 end mouseUp

 Kind Regards,

 Neil Roger
 --
 RunRev Support Team ~ http://www.runrev.com
 ——


 On 07/05/2014 15:26, Mike Kerner wrote:

 I'm trying to use the native encrypt/decrypt code on ios.  I have the
 encryption external selected in ios standalone settings, but when I run
 the
 app and attempt to decrypt I get SSL Library not found.

 As one would expect, everything works fine with Monte's encrypt/decrypt
 goodies.



 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode




-- 
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And God said, This is good.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: SSL Library Not Found

2014-05-07 Thread Neil Roger

Hi Mike,

That is strange as there is nothing else you need to check apart from 
the encryption external in the standalone settings.


Do you have  sample of the script you are trying to use? What version of 
Xcode/Simulator are you deploying too?


Kind Regards,


Neil Roger
--
RunRev Support Team ~ http://www.runrev.com
——


On 07/05/2014 16:03, Mike Kerner wrote:

661.


On Wed, May 7, 2014 at 10:45 AM, Neil Roger n...@runrev.com wrote:


Hi Mike,

What version of LC are you using?

I tried the following against 6.6.1 and the encrypted data is returned as
expected-

on mouseUp
encrypt field 1 using blowfish with password test and salt livecode
put it into field 2
end mouseUp

Kind Regards,

Neil Roger
--
RunRev Support Team ~ http://www.runrev.com
——


On 07/05/2014 15:26, Mike Kerner wrote:


I'm trying to use the native encrypt/decrypt code on ios.  I have the
encryption external selected in ios standalone settings, but when I run
the
app and attempt to decrypt I get SSL Library not found.

As one would expect, everything works fine with Monte's encrypt/decrypt
goodies.



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode







___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: SSL Library Not Found

2014-05-07 Thread Mike Kerner
I'm not going to the simulator, I'm going to a live device, and I'm using
XC 5.1.1


On Wed, May 7, 2014 at 11:19 AM, Neil Roger n...@runrev.com wrote:

 Hi Mike,

 That is strange as there is nothing else you need to check apart from the
 encryption external in the standalone settings.

 Do you have  sample of the script you are trying to use? What version of
 Xcode/Simulator are you deploying too?


 Kind Regards,

 Neil Roger
 --
 RunRev Support Team ~ http://www.runrev.com
 ——


 On 07/05/2014 16:03, Mike Kerner wrote:

 661.


 On Wed, May 7, 2014 at 10:45 AM, Neil Roger n...@runrev.com wrote:

  Hi Mike,

 What version of LC are you using?

 I tried the following against 6.6.1 and the encrypted data is returned as
 expected-

 on mouseUp
 encrypt field 1 using blowfish with password test and salt livecode
 put it into field 2
 end mouseUp

 Kind Regards,

 Neil Roger
 --
 RunRev Support Team ~ http://www.runrev.com
 ——


 On 07/05/2014 15:26, Mike Kerner wrote:

  I'm trying to use the native encrypt/decrypt code on ios.  I have the
 encryption external selected in ios standalone settings, but when I run
 the
 app and attempt to decrypt I get SSL Library not found.

 As one would expect, everything works fine with Monte's encrypt/decrypt
 goodies.


  ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode






 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode




-- 
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And God said, This is good.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: SSL Library Not Found

2014-05-07 Thread Mike Kerner
Here's a sample script:

*on* mouseUp

   *answer* About to encrypt

   *encrypt* simple string  using aes-256-cbc with password what

   *if* the result is not empty *then*

  *answer* encrypt error: the result

   *else* *#the result is empty*

  *put* it into what

  *answer* encrypted:what

  *decrypt* what using aes-256-cbc with password what

  *if* the result is not empty *then*

 *answer* decrypt error:the result

  *else**# the result is empty*

 *put* it into what

 *answer* what

  *end* *if **#the result is not empty*

   *end* *if **#the result is not empty*

*end* mouseUp


On Wed, May 7, 2014 at 12:06 PM, Mike Kerner mikeker...@roadrunner.comwrote:

 I'm not going to the simulator, I'm going to a live device, and I'm using
 XC 5.1.1


 On Wed, May 7, 2014 at 11:19 AM, Neil Roger n...@runrev.com wrote:

 Hi Mike,

 That is strange as there is nothing else you need to check apart from the
 encryption external in the standalone settings.

 Do you have  sample of the script you are trying to use? What version of
 Xcode/Simulator are you deploying too?


 Kind Regards,

 Neil Roger
 --
 RunRev Support Team ~ http://www.runrev.com
 ——


 On 07/05/2014 16:03, Mike Kerner wrote:

 661.


 On Wed, May 7, 2014 at 10:45 AM, Neil Roger n...@runrev.com wrote:

  Hi Mike,

 What version of LC are you using?

 I tried the following against 6.6.1 and the encrypted data is returned
 as
 expected-

 on mouseUp
 encrypt field 1 using blowfish with password test and salt
 livecode
 put it into field 2
 end mouseUp

 Kind Regards,

 Neil Roger
 --
 RunRev Support Team ~ http://www.runrev.com
 ——


 On 07/05/2014 15:26, Mike Kerner wrote:

  I'm trying to use the native encrypt/decrypt code on ios.  I have the
 encryption external selected in ios standalone settings, but when I run
 the
 app and attempt to decrypt I get SSL Library not found.

 As one would expect, everything works fine with Monte's encrypt/decrypt
 goodies.


  ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode






 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode




 --
 On the first day, God created the heavens and the Earth
 On the second day, God created the oceans.
 On the third day, God put the animals on hold for a few hours,
and did a little diving.
 And God said, This is good.




-- 
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And God said, This is good.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: SSL Library Not Found

2014-05-07 Thread Mike Kerner
One other (not bug, but maybe it is) thing on the encrypt/decrypt syntax:
 On the desktop, anyway, the password keyword seems to be optional -
encrypt simple string using aes-256-cbc with what gives the same
result as using the password keyword before what.


On Wed, May 7, 2014 at 2:36 PM, Mike Kerner mikeker...@roadrunner.comwrote:

 Here's a sample script:

 *on* mouseUp

*answer* About to encrypt

*encrypt* simple string  using aes-256-cbc with password what

*if* the result is not empty *then*

   *answer* encrypt error: the result

*else* *#the result is empty*

   *put* it into what

   *answer* encrypted:what

   *decrypt* what using aes-256-cbc with password what

   *if* the result is not empty *then*

  *answer* decrypt error:the result

   *else**# the result is empty*

  *put* it into what

  *answer* what

   *end* *if **#the result is not empty*

*end* *if **#the result is not empty*

 *end* mouseUp


 On Wed, May 7, 2014 at 12:06 PM, Mike Kerner mikeker...@roadrunner.comwrote:

 I'm not going to the simulator, I'm going to a live device, and I'm using
 XC 5.1.1


 On Wed, May 7, 2014 at 11:19 AM, Neil Roger n...@runrev.com wrote:

 Hi Mike,

 That is strange as there is nothing else you need to check apart from
 the encryption external in the standalone settings.

 Do you have  sample of the script you are trying to use? What version of
 Xcode/Simulator are you deploying too?


 Kind Regards,

 Neil Roger
 --
 RunRev Support Team ~ http://www.runrev.com
 ——


 On 07/05/2014 16:03, Mike Kerner wrote:

 661.


 On Wed, May 7, 2014 at 10:45 AM, Neil Roger n...@runrev.com wrote:

  Hi Mike,

 What version of LC are you using?

 I tried the following against 6.6.1 and the encrypted data is returned
 as
 expected-

 on mouseUp
 encrypt field 1 using blowfish with password test and salt
 livecode
 put it into field 2
 end mouseUp

 Kind Regards,

 Neil Roger
 --
 RunRev Support Team ~ http://www.runrev.com
 ——


 On 07/05/2014 15:26, Mike Kerner wrote:

  I'm trying to use the native encrypt/decrypt code on ios.  I have the
 encryption external selected in ios standalone settings, but when I
 run
 the
 app and attempt to decrypt I get SSL Library not found.

 As one would expect, everything works fine with Monte's
 encrypt/decrypt
 goodies.


  ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode






 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode




 --
 On the first day, God created the heavens and the Earth
 On the second day, God created the oceans.
 On the third day, God put the animals on hold for a few hours,
and did a little diving.
 And God said, This is good.




 --
 On the first day, God created the heavens and the Earth
 On the second day, God created the oceans.
 On the third day, God put the animals on hold for a few hours,
and did a little diving.
 And God said, This is good.




-- 
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And God said, This is good.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: SSL Library Not Found

2014-05-07 Thread Mark Wieder
Mike-

Wednesday, May 7, 2014, 7:26:55 AM, you wrote:

 I get SSL Library not found.

I had that come up once last week, and then it went away.

-- 
-Mark Wieder
 ahsoftw...@gmail.com

This communication may be unlawfully collected and stored by the National 
Security Agency (NSA) in secret. The parties to this email do not 
consent to the retrieving or storing of this communication and any 
related metadata, as well as printing, copying, re-transmitting, 
disseminating, or otherwise using it. If you believe you have received 
this communication in error, please delete it immediately.


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode