aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/cert/x509
Commit message (Expand)AuthorAgeFilesLines
* Merge GH #454 X.509 name constraintsJack Lloyd2016-03-168-7/+630
|\
| * Changes from GH #454 reviewJack Lloyd2016-03-162-68/+72
| * X.509 Name ConstraintsKai Michaelis2016-03-108-7/+626
* | Trivial warning fixesJack Lloyd2016-03-091-8/+12
* | Merge GH #437 add X509_Certificate::v3_extensionsJack Lloyd2016-03-064-20/+35
|\ \
| * | +added fields for custom x509 extensionsChristopher Bläsius2016-02-294-20/+33
| |/
* | Remaining cppcheck fixes that are not covered by GH #444Daniel Neus2016-03-051-11/+5
* | cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-058-25/+25
|/
* Fix remaining Wshadow warnings and enable on gcc and clangRené Korthaus2016-02-181-1/+1
* Merge GH #408 Add final attribute on many classesJack Lloyd2016-01-126-17/+17
|\
| * Add final attribute to many classesJack Lloyd2016-01-106-17/+17
* | Prefix more member vars with m_ prefixRené Korthaus2016-01-112-85/+85
|/
* Mass-prefix member vars with m_René Korthaus2016-01-0814-190/+191
* String comparision fixesDaniel Neus2016-01-048-11/+11
* some trivial compiler/PVS-Studio warning fixesDaniel Neus2015-12-222-2/+2
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-115-16/+16
* Add check for path validation result in Credentials_Manager. GH #324Jack Lloyd2015-11-042-1/+4
* Merge pull request #313 from randombit/path-validation-fixesJack Lloyd2015-10-267-96/+148
|\
| * Fix cert validation bugs found by x509test.Jack Lloyd2015-10-237-96/+148
* | Update doc for issuer_dn() and subject_dn()Simon Warta2015-10-202-8/+2
|/
* Export X.509 certificates to ffi and pythonJack Lloyd2015-10-011-0/+1
* Avoid concatination of charsSimon Warta2015-09-221-1/+1
* Remove use of lookup.h in favor of new T::create API.Jack Lloyd2015-09-213-7/+8
* Sometimes we don't know the input format. But it is one of twoSimon Warta2015-08-113-6/+6
* Remove string constructor of X509_Time()Simon Warta2015-08-114-10/+10
* Remove unused pkcs8 includesSimon Warta2015-08-033-3/+0
* x509: Add missing overridesDaniel Seither2015-07-306-77/+90
* Fix typosSimon Warta2015-07-242-3/+3
* Refactor internal/filesystem.hSimon Warta2015-07-161-2/+2
* Fix module dependencies of x509 and pubkeySimon Warta2015-06-301-0/+2
* lib/cert: Convert &vec[0] to vec.data()Simon Warta2015-06-271-1/+1
* Fix code that triggers a strange MSVC 'performance warning'git2015-04-081-1/+1
* Fix memory leak in TLS tests. Remove last few remaining uses of auto_ptr.lloyd2015-03-082-0/+7
* Hide all uses of boost filesystem in fs.cpp. Use readdir as anlloyd2015-02-212-22/+7
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-045-11/+21
* Ensure all files have copyright and license info.lloyd2015-01-1028-28/+28
* If no certificate stores at all are available skip OCSP checkslloyd2015-01-041-5/+7
* Fix a couple things pointed out by VC++ warnings.lloyd2014-12-221-4/+3
* On Windows fs::path::native() is a u16 stringlloyd2014-11-221-1/+1
* Remove unused includeslloyd2014-11-182-2/+0
* Various small fixes and cleanups, new is_prime utillloyd2014-11-032-1/+3
* Fix various warnings from VC++ 2014 and add missing includelloyd2014-10-312-5/+5
* Add default constructors to work around VC2013 issue. Github #17lloyd2014-05-011-0/+2
* Better TLS checkslloyd2014-04-101-1/+2
* Make X.509 extension decoding failures point back to the problem extensionlloyd2014-04-052-10/+17
* X.509 path validation now performs all possible tests and returns alloyd2014-04-054-137/+153
* Fix an OCSP response decoding bug, we were not decoding KeyID properly.lloyd2014-04-051-4/+5
* Don't assume the leading cert chain is presented in-orderlloyd2014-02-161-5/+17
* Fix macro feature checklloyd2014-02-151-1/+1
* Check the feature macro before assuming boost.filesystemlloyd2014-02-101-0/+7