summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/utils/X509Utils.java
Commit message (Collapse)AuthorAgeFilesLines
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-1136/+0
| | | | | | | | | 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.
* Set subjectAlternativeName on SSL cert if CN=IPAddress (issue-170)James Moger2012-12-031-0/+12
|
* Include user's public cert and ca public cert, individually, in bundleJames Moger2012-11-301-0/+11
|
* Cranked up signing algorithm from SHA1 to SHA512. This makes Opera P12 ↵James Moger2012-11-301-6/+12
| | | | Import happy.
* Improve logging of certificate authenticationJames Moger2012-11-291-0/+39
|
* More refinements to GCAJames Moger2012-11-261-5/+13
|
* Gitblit Certificate Authority revisions. Eliminate certificate scripts.James Moger2012-11-251-55/+59
|
* Eliminate internal Sun api for CRLs and include X509 tests in suiteJames Moger2012-11-231-4/+13
|
* Generate empty CRL on startup to make Jetty happyJames Moger2012-11-231-0/+56
|
* X509 certificate generation utilities for CA, web, and client certificatesJames Moger2012-11-231-0/+991