- 06 Mar, 2016 3 commits
-
-
Guus der Kinderen authored
This commit formalizes the parsing of subjectAltName certificate extensions.
-
Guus der Kinderen authored
This commit adds support for the id-on-dnsSRV otherName, as well as the UniformResourceIdentifier generalName, which both could also be used for XMPP.
-
Guus der Kinderen authored
In addition to subjectAltNames of type otherName with an ASN.1 Object Identifier of "id-on-xmppAddr", subjectAltNames of type DNS should also be evaluated when processing identities from a certificate.
-
- 08 Jan, 2016 1 commit
-
-
akrherz authored
-
- 09 Nov, 2015 2 commits
-
-
Christian Schudt authored
-
Christian Schudt authored
-
- 30 Oct, 2015 1 commit
-
-
Christian Schudt authored
- Not all resources were closed in finally block (see Launcher, PluginManager, UpdateManager, FaviconServlet, ...) - Get rid of verbose finally blocks and empty catch blocks, which makes the code more readable. - Generally, this is the more modern approach to deal with resources.
-
- 29 Oct, 2015 1 commit
-
-
Christian Schudt authored
- Use String.getBytes(Charset) instead of String.getBytes(String) - Use new String(byte[], Charset) instead of new String(byte[], String) -> Get rid of UnsupportedEncodingException. -> Less try-catch blocks.
-
- 01 Jun, 2015 1 commit
-
-
Victor Hong authored
certificates.
-