aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert/x509/certstor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-148/+0
|
* Have OCSP responses return an enum allowing a range of conditions to be ↵lloyd2013-11-291-26/+65
| | | | | | | | | | expressed (good status, cert revoked, some other error, etc). Add a certificate store backed by files (requiring boost filesystem). Change Certificate_Store interface somewhat to support retrieval without copying.
* Change Credentials_Manager::trusted_certificate_authorities to returnlloyd2012-11-131-16/+24
| | | | | | | | | a list of Certificate_Stores instead of a list of actual certs, allowing for instance the ability to reference a DB cert store without actually pulling all the certs into memory. Add Certificate_Store::all_subjects which returns the DNs of all contained certificates.
* Fix various issues flagged by cppcheck. Nothing too interesting.lloyd2012-08-131-1/+1
|
* propagate from branch 'net.randombit.botan.x509-path-validation' (head ↵lloyd2012-05-251-4/+4
|\ | | | | | | | | | | 63b5a20eab129ca13287fda33d2d02eec329708f) to branch 'net.randombit.botan' (head 8b8150f09c55184f028f2929c4e7f7cd0d46d96e)
* | All of the X509 modules were actually mutually dependent. Ideally thislloyd2012-02-061-0/+101
|/ | | | | would be fixed but it's quite hard to do, makes more sense for now to merge then back into one big x509 blog.
* Split up src/cert/x509 into a set of modules, though mostly mutuallylloyd2010-09-171-48/+0
| | | | dependent right now.
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-16/+18
| | | | | | | | | | | | | | | up during the Fedora submission review, that each source file include some text about the license. One handy Perl script later and each file now has the line Distributed under the terms of the Botan license after the copyright notices. While I was in there modifying every file anyway, I also stripped out the remainder of the block comments (lots of astericks before and after the text); this is stylistic thing I picked up when I was first learning C++ but in retrospect it is not a good style as the structure makes it harder to modify comments (with the result that comments become fewer, shorter and are less likely to be updated, which are not good things).
* Move x509 into cert/ subdir (in prep for InSiTo adding cert/cvc)lloyd2008-09-291-0/+46