summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/utils/X509Utils.java
Commit message (Collapse)AuthorAgeFilesLines
* Update BouncyCastle to version 1.69Florian Zschocke2022-10-251-17/+16
| | | | | | | | | | | The version 1.69 is chosen instead of 1.70, because the moxie build would not download the jars, trying to download `...1.7.jar` instead. Three class deprecations are fixed. `PEMWriter` and `X509Extension` are replaced with their drop-in replacements `JcaPEMWriter` and `Extension`. The `PasswordFinder` deprecation note says that "it is no longer used". It also was never used in Gitblit's code, so it is removed from the key par provider class.
* Sending email (certificate zip file) based on locale that user selectedwilliam2017-01-241-2/+30
|
* Parse X509 DN with LdapNameJames Moger2015-05-221-10/+12
|
* Update SLF4j, JGit, Groovy, BouncyCastle, Mina, Gson, Freemarker, libpam4j, ↵James Moger2015-03-051-2/+8
| | | | args4j, Jedis, waffle-jna, Unboundid
* [findbugs] Explicitly catch thrown exceptions in X509UtilsJames Moger2014-04-171-1/+3
|
* Trim trailing whitespace and organize importsJames Moger2013-09-301-131/+131
| | | | Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-0/+1136
This is a massive commit which reorganizes the entire project structure (although it is still monolithic), removes the Build classes, and switches to Moxie, a smarter Ant build tookit based on the original Gitblit Build classes. The Ant build script will likely require additional fine-tuning, but this is big step forward.