aboutsummaryrefslogtreecommitdiffstats
path: root/checks/nist_tests
Commit message (Collapse)AuthorAgeFilesLines
* s/check/test/glloyd2014-01-01479-367/+0
|
* Single basic TLS test using in-memory handshake.lloyd2012-06-291-5/+5
| | | | Fix compile flags for the NIST tests
* Pass a class to the validation function that represents anylloyd2012-03-281-95/+97
| | | | | | | | | | | | | | restrictions on the validation process. Currently these are if revocation information (CRL or hypothetically OCSP) is required, and what hashes to trust. Default trusted hashes are SHA-1 and SHA-2. This will also be used for policy restrictions, likely other things. The result enum is now a member of Path_Validation_Result Remove the usage restrictions enum. It is easier, for applications that actually care about one of these, to just check the extended constraint attribute on the final result, if everything else validates.
* Fully working path validation. Even fixes the cases in PKITS where welloyd2012-02-062-47/+15
| | | | | got the answer wrong before. Still no policy or name constraints support, though.
* propagate from branch 'net.randombit.botan' (head ↵lloyd2012-02-032-8/+8
|\ | | | | | | | | | | 78a772f3855abc89c3eed2fe8735e8438463399c) to branch 'net.randombit.botan.x509-path-validation' (head 9e678a8bc141087439a1238783006e9892a98450)
| * Some changes circa Feb 22lloyd2011-04-222-7/+5
| |
* | Fix the very basic operations for encoding and decoding alloyd2011-05-172-82/+17
|/ | | | | | | | | certificate policies extension, though it's really not supported at all. Remove test code from secmem.h Fix building the examples
* Remove the misc dir:lloyd2008-09-29479-0/+462
Moved XS, Boost Python, and SWIG wrappers to new toplevel directory 'wrappers' Moved NIST X.509 test suite into checks directory Move the build information used by configure.pl to src/build-data Move scripts directory to doc (for lack of a better spot)