Directory src/net/java/sip/communicator/impl/certificate/

Directory Created:
2010-09-29 12:53
Total Files:
3
Deleted Files:
1
Lines of Code:
1510

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

Lines of Code

src/net/java/sip/communicator/impl/certificate/ Lines of Code

Developers

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

Most Recent Commits

damencho 2012-03-01 14:34

Fixes Java 5 incompatibility in AuthenticationWindow constructor, causing IllegalArgumentException.

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/certificate: CertificateServiceImpl.java (-1)
ibauersachs 2011-12-19 19:21

Remove unneeded reference to FileAccessService

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/certificate: CertificateVerificationActivator.java (-24)
ibauersachs 2011-12-06 20:42

Remove property-migration code

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/certificate: CertificateServiceImpl.java (-10)
lubomir_m 2011-11-23 18:24

Fixes possible NullPointerExceptions related to packet logging, resources.

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/certificate: CertificateVerificationActivator.java (+4)
s_vincent 2011-11-08 10:43

Put system properties settings in a separate function. Fixes styles and javadoc warnings.

27 lines of code changed in:

  • src/net/java/sip/communicator/impl/certificate: CertificateServiceImpl.java (+27 -19)
emcho 2011-10-18 14:03

Changes project name in source license headers from SIP Communicator to Jitsi

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/certificate: CertificateServiceImpl.java (+1 -1), CertificateVerificationActivator.java (+1 -1), VerifyCertificateDialog.java (+1 -1)
ibauersachs 2011-09-30 16:44

Remove the old, deprecated CertificateVerificationService

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/certificate: CertificateVerificationServiceImpl.java (del)
ibauersachs 2011-09-30 16:43

Add a cache to the certificate service's AIA lookup

60 lines of code changed in:

  • src/net/java/sip/communicator/impl/certificate: CertificateServiceImpl.java (+60 -20)
ibauersachs 2011-09-24 15:52

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:

  • src/net/java/sip/communicator/impl/certificate: CertificateServiceImpl.java (+33 -14)
ibauersachs 2011-08-27 01:41

Also load the PKCS11 provider from reflection in the config plugin

5 lines of code changed in:

  • src/net/java/sip/communicator/impl/certificate: CertificateServiceImpl.java (+5 -4)
ibauersachs 2011-08-26 23:45

Remove PKCS11 provider on Windows x64 and load it through reflection

20 lines of code changed in:

  • src/net/java/sip/communicator/impl/certificate: CertificateServiceImpl.java (+20 -6)
damencho 2011-08-26 16:47

Fixes a problem with large msn contactlists.
Fixes build tests, some warnings and lower the reconnect interval.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/certificate: CertificateServiceImpl.java (+1 -1)
ibauersachs 2011-08-25 21:30

Enable client TLS authentication for SIP and add a corresponding
configuration form

321 lines of code changed in:

  • src/net/java/sip/communicator/impl/certificate: CertificateServiceImpl.java (+295 -7), CertificateVerificationActivator.java (+25), VerifyCertificateDialog.java (+1 -376)
ibauersachs 2011-08-25 05:36

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:

  • src/net/java/sip/communicator/impl/certificate: CertificateServiceImpl.java (+93 -59)
damencho 2011-08-19 17:28

Fix starting auto away thread.
Check for always trust mode in default settings in Certificate Service.

9 lines of code changed in:

  • src/net/java/sip/communicator/impl/certificate: CertificateServiceImpl.java (+9 -1)
ibauersachs 2011-08-09 14:47

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:

  • src/net/java/sip/communicator/impl/certificate: CertificateServiceImpl.java (new 692), CertificateVerificationActivator.java (+2 -2), CertificateVerificationServiceImpl.java (+2), VerifyCertificateDialog.java (new 659)
damencho 2011-03-17 11:48

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:

  • src/net/java/sip/communicator/impl/certificate: CertificateVerificationActivator.java (+1 -1), CertificateVerificationServiceImpl.java (+177 -96)
damencho 2011-02-08 11:33

Check default settings for property.

8 lines of code changed in:

  • src/net/java/sip/communicator/impl/certificate: CertificateVerificationServiceImpl.java (+8 -1)
s_vincent 2010-11-25 19:10

Update ice4j.jar and fix some javadoc warnings.

11 lines of code changed in:

  • src/net/java/sip/communicator/impl/certificate: CertificateVerificationServiceImpl.java (+11 -6)
yanas 2010-09-29 12:53

Moved the CertificateVerificationService to its own bundle.
Moved SIPCommHTMLEditorKit and SIPCommHTMLEditorPane to the util package.

212 lines of code changed in:

  • src/net/java/sip/communicator/impl/certificate: CertificateVerificationActivator.java (new 128), CertificateVerificationServiceImpl.java (new 84)
Generated by StatSVN 0.3.1