aboutsummaryrefslogtreecommitdiff
path: root/security/newpki-server
Commit message (Collapse)AuthorAgeFilesLines
* Fix build with openldap23 libraries.Vsevolod Stakhov2005-09-011-1/+1
| | | | | | | Submitted by: skv Notes: svn path=/head/; revision=141705
* Update my email address.Vsevolod Stakhov2005-07-221-1/+1
| | | | | | | Approved by: perky (mentor) Notes: svn path=/head/; revision=139880
* NewPKI is a PKI based on the OpenSSL low-level API, all the datas are handledPav Lucistnik2005-07-146-0/+99
through a database, which provides a much more flexible PKI than with OpenSSL, such as seeking a certificate with a search engine. CA implementation. PR: ports/83387 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> Notes: svn path=/head/; revision=139209