RE: [U2] SSL on Universe

2009-01-16 Thread Bob Witney
For getting onto webservices we use this sort of code: sec_context='' L.ERR+=createSecurityContext(sec_context,'') usedAs=1 ; format = 2 ; algorithm = 1 ; * Uncomment to next 4 lines to create a new certificate * they only last for 365 days * action = 1 *

[U2] SSL on Universe

2009-01-15 Thread Bertrand, Ron
I am working on implementing sockets using SSL on Universe. I am currently confused on the sequence of events required in order to open the socket. This is what I have so far but I suspect I am missing pieces. ERR = createSecurityContext(SOCKETCONTEXT,VERSION) IF NOT(ERR) THEN INIT =