[root]/src/net/java/sip/communicator/impl/certificate

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 29 (100.0%) | 2340 (100.0%) | 80.6 |
| ibauersachs | 15 (51.7%) | 1887 (80.6%) | 125.8 |
| yanas | 2 (6.9%) | 212 (9.1%) | 106.0 |
| damencho | 6 (20.7%) | 196 (8.4%) | 32.6 |
| s_vincent | 2 (6.9%) | 38 (1.6%) | 19.0 |
| lubomir_m | 1 (3.4%) | 4 (0.2%) | 4.0 |
| emcho | 3 (10.3%) | 3 (0.1%) | 1.0 |
Fixes Java 5 incompatibility in AuthenticationWindow constructor, causing IllegalArgumentException.
0 lines of code changed in:
Remove unneeded reference to FileAccessService
0 lines of code changed in:
Remove property-migration code
0 lines of code changed in:
Fixes possible NullPointerExceptions related to packet logging, resources.
4 lines of code changed in:
Put system properties settings in a separate function. Fixes styles and javadoc warnings.
27 lines of code changed in:
Changes project name in source license headers from SIP Communicator to Jitsi
3 lines of code changed in:
Remove the old, deprecated CertificateVerificationService
0 lines of code changed in:
Add a cache to the certificate service's AIA lookup
60 lines of code changed in:
Remove option for Windows as CA source on x64 for JRE != 1.7, allow setting of trustStore system properties, fail XMPP connections when our TrustManager cannot be set
33 lines of code changed in:
Also load the PKCS11 provider from reflection in the config plugin
5 lines of code changed in:
Remove PKCS11 provider on Windows x64 and load it through reflection
20 lines of code changed in:
Fixes a problem with large msn contactlists.
Fixes build tests, some warnings and lower the reconnect interval.
1 lines of code changed in:
Enable client TLS authentication for SIP and add a corresponding
configuration form
321 lines of code changed in:
Allow multiple cert hashes for a single hostname. Drop the protocol from XMPP SRVName construction for the cert validation.
93 lines of code changed in:
Fix starting auto away thread.
Check for always trust mode in default settings in Certificate Service.
9 lines of code changed in:
Ignore manual entered SIP proxy data when autodetect is selected
Replace the CertificateVerificationService with CertificateService to correctly validate the hostname of servers
1355 lines of code changed in:
Update CertificateVerificationService validates client options, obtaining sslcontext by specifying only error message, option to insert certificate and to look for system properties and system wide keystore. Patch provided by Ingo Bauersachs.
178 lines of code changed in:
Check default settings for property.
8 lines of code changed in:
Update ice4j.jar and fix some javadoc warnings.
11 lines of code changed in:
Moved the CertificateVerificationService to its own bundle.
Moved SIPCommHTMLEditorKit and SIPCommHTMLEditorPane to the util package.
212 lines of code changed in: