*   Need some help with RFC5077 ticket construction. I’d like to implement a 
type of Needham-Schroeder protocol where:


That’s not what TLS tickets are for.  It is for having session state, where the 
client holds all the state and the server (having only the decryption key) can 
resume the connection.

You might want to look at OAUTH and the “TLS exporter” documents.

-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Reply via email to