summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/utils/X509Utils.java
Commit message (Expand)AuthorAgeFilesLines
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-1136/+0
* 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 Impor...James Moger2012-11-301-6/+12
* 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