1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 04, 2024 — Sep 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added comments to WindowsShutdownManagerImpl. More... almost 14 years ago
Added WindowsShutdownManagerImplTest to ant buildfile. More... almost 14 years ago
Use a native window to catch shutdown events. More... almost 14 years ago
Shutdown manager (untested on Windows). More... almost 14 years ago
Erase connection windows before discarding them. More... almost 14 years ago
Fixed the locking in ConnectionRecogniserImpl. Again. More... almost 14 years ago
Minor protocol refactoring. More... almost 14 years ago
Made erasable keys thread-safe. More... almost 14 years ago
Finer-grained locking in the connection recogniser. More... almost 14 years ago
Accept connections asynchronously. More... almost 14 years ago
Erase known copies of keys (unit tests ensure we don't end up using zeroed keys). More... almost 14 years ago
Ignore expected IVs that arrive by the wrong transport. More... almost 14 years ago
The KDF was using CTR mode unsafely. More... almost 14 years ago
Erase connection windows if the JVM shuts down cleanly. More... almost 14 years ago
Minor SQL cleanups. More... almost 14 years ago
Minor code cleanups. More... almost 14 years ago
Keep the connection windows in memory. More... almost 14 years ago
Erase keys after using them. (Copies created by ciphers, etc, may still exist.) More... almost 14 years ago
Unit test for key derivation. More... almost 14 years ago
Unit test for key derivation. More... almost 14 years ago
Forward secrecy. More... almost 14 years ago
Return a connection context for outgoing connections (the secret will be included in this context in the near future). More... almost 14 years ago
Remove transport ID from connection context. More... almost 14 years ago
Key derivation function based on NIST SP 800-108. More... almost 14 years ago
Store the incoming and outgoing secrets separately. More... almost 14 years ago
Made secret keys erasable from memory. More... almost 14 years ago
Removed double-encryption of shared secrets. More... almost 14 years ago
Initialise all connection windows when a contact is added. More... almost 14 years ago
Store each connection window slot as a database row. More... almost 14 years ago
Replaced SHA-256 with SHAd-256 to prevent length extension attacks. More... almost 14 years ago