[root]/src/net/java/sip/communicator/impl/neomedia/transform/zrtp

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 56 (100.0%) | 2528 (100.0%) | 45.1 |
| damencho | 18 (32.1%) | 1935 (76.5%) | 107.5 |
| wernerd | 13 (23.2%) | 374 (14.8%) | 28.7 |
| s_vincent | 8 (14.3%) | 126 (5.0%) | 15.7 |
| ibauersachs | 8 (14.3%) | 57 (2.3%) | 7.1 |
| lubomir_m | 2 (3.6%) | 23 (0.9%) | 11.5 |
| emcho | 5 (8.9%) | 10 (0.4%) | 2.0 |
| yanas | 2 (3.6%) | 3 (0.1%) | 1.5 |
Small fix in ZrtpControlImpl, add comment regarding paranoid mode.
0 lines of code changed in:
Implement paranoid mode for ZRTP.
Refer to the in-line documentation of enableParanoidMode flag in ZRTPTransformerEngine.java to read the full description.
63 lines of code changed in:
Call security fixes. Adds SrtpControl to the security negotiation started event.
3 lines of code changed in:
New version of ZRTP library.
This version includes SAS signature features, enhancements of the trusted MitM feature and Damian's patch
to get the remaining time of ZRTP's discovery (Hello) phase.
4 lines of code changed in:
Renames recently added event securityStarted to securityNegotiationStarted.
3 lines of code changed in:
Adds security started event, indicating when security initialization has really started.
18 lines of code changed in:
Small cleanup of typos, remove trailing blanks, etc.
7 lines of code changed in:
Add functions to cleanup crypto data if session closes.
If jitsi closes a media session make sure that secret crypto data such as key material is
destroyed/overwritten.
48 lines of code changed in:
Fixes style formating, javadoc and eclipse related warnings.
27 lines of code changed in:
Adds security timeout event, triggered whenever we tried and couldn't establish security connection (zrtp sends initial hello packets and don't receive response). Adds initial implementation of paranoia mode, if enabled and the other party didn't indicate encryption we fail the call.
2 lines of code changed in:
Remove unused packet counter field
0 lines of code changed in:
Changes project name in source license headers from SIP Communicator to Jitsi
4 lines of code changed in:
Merge branch 'srtcp2'
19 lines of code changed in:
New ZRTP library that supports trusted MitM/PBX feature and implement SRTCP handling.
195 lines of code changed in:
SDES Integration: Review before SVN commit
1 lines of code changed in:
Fix the indication of the ZRTP SAS verified padlock, more Javadoc
14 lines of code changed in:
Adapt Call UI to multiple encryption methods
20 lines of code changed in:
SDES Integration: Incoming calls work
1 lines of code changed in:
Rename generic srtp classes from Zrtp* to Srtp*
2 lines of code changed in:
Adds support for RTP over TCP and Google Talk's TCP/TURN-TCP/TURN-SSLTCP candidates.
2 lines of code changed in:
(18 more)