summaryrefslogtreecommitdiff
path: root/src/org/noreply/fancydress/type3/mmtp/MMTP.java
Commit message (Collapse)AuthorAge
* Use cryptix in TLS for now. bouncycastle doesn't get TLS right, sun's ↵Peter Palfrader2003-10-27
| | | | crypto moo doesn't do 4k RSA
* Support random path creationPeter Palfrader2003-10-19
|
* Use SSL3_RSA_DES_192_CBC3_SHA if TLS_DHE_RSA_WITH_AES_128_CBC_SHA is notPeter Palfrader2003-10-17
| | | | | | available. Throw Mix3Exception if we don't get an ACK.
* Verify remote peer cert during MMTP handshakePeter Palfrader2003-10-15
|
* Add a first go at MMTP. Still lacks verification of peer, but it should not ↵Peter Palfrader2003-10-15
be too hard to add that since all the info is already there