Hi, I have kind of proxy application that implements socket select logic. It's a classic one - when I have data on particular socket, I read it from there and forward to the appropriate destination.
I use SocketChannel and ServerSocketChannel for that. Now I would like to use SSL sockets from NSS for one of selectable connections. From the first look it seems to be impossible since neither java security classes nor NSS have kins of SecureSocketChannel or smth like that. Am I right? If so, what solution should I implement in order to stay with select and push NSS secure sockets to my app? Your ideas are welcome, Thanks, Andrey
_______________________________________________ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto