mass85

Results 4 comments of mass85

I've found the reason for downgrade of TLS version by server at the beginning of TLS handshake - [lib/tls.js#L1090](https://github.com/digitalbazaar/forge/blob/6c5b90133d46af63d139b98bf65371732c8c7dad/lib/tls.js#L1090). This loop skips first item in tls.SupportedVersions array that contains TLS...

I debugged the plain text problem and it turned out to be a bug in mobile app. It used to create a new tlsConnection handle for each connection, but stored...

Something got messed up with formatting of the code above, sorry...

The described problem appeared in tests. Each scenario creates a new object that contains the persistent queue, queue is started at the beginning of scenario and stopped at the end....