Hello, Botan 1.6.1 fails to compile with VC++ 8 and Dinkum Compleat Libraries. The problem is with x509_ca.cpp line 179. It uses std::back_inserter without including <iterator> first. Other C++ libraries probably include it implicitly. The fix is to add #include <iterator>. Felix.