| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove dirs from the dependencies, as it was causing things to be rebuilt | lloyd | 2006-08-23 | 1 | -2/+2 |
* | Add various useful attributes and functions. Also, remove the variant | lloyd | 2006-08-23 | 1 | -6/+11 |
* | Revert back to the original test script (which is still crashing, presumably | lloyd | 2006-08-23 | 1 | -14/+9 |
* | Move the code from base.cpp into core.cpp, drop base.cpp | lloyd | 2006-08-23 | 2 | -35/+24 |
* | Move all .o files into build/ | lloyd | 2006-08-23 | 1 | -5/+5 |
* | Remove import for the re module, which was not being used | lloyd | 2006-08-23 | 1 | -4/+4 |
* | Add an implementation of the NIST X.509 tests in Python | lloyd | 2006-08-23 | 1 | -0/+45 |
* | Add basic wrapping for X509_CRL, no member functions are exposed as they | lloyd | 2006-08-23 | 1 | -1/+7 |
* | Change a couple of enum names on the Python side | lloyd | 2006-08-23 | 1 | -2/+2 |
* | Updates to the test application | lloyd | 2006-08-23 | 1 | -26/+13 |
* | Add an implicit conversion from MemoryRegion<byte> to a (hex-encoded) | lloyd | 2006-08-23 | 1 | -16/+18 |
* | Add implicit conversions for std::vector for various useful types, so | lloyd | 2006-08-23 | 1 | -34/+46 |
* | Add basic wrapping for X509_Store | lloyd | 2006-08-23 | 1 | -1/+39 |
* | Add accessors for the key identifiers, and implement equality operators | lloyd | 2006-08-22 | 2 | -3/+32 |
* | Remove oid_lookup, since that is handled by X509_Certificate itself now. | lloyd | 2006-08-22 | 1 | -27/+12 |
* | Start code for wrapping X.509 certificates in Python | lloyd | 2006-08-22 | 2 | -3/+74 |
* | Move the contents of pipe.cpp into filter.cpp | lloyd | 2006-08-22 | 2 | -24/+14 |
* | Only error out when multiple modules declaring mp_bits are found _and_ | lloyd | 2006-08-20 | 1 | -2/+3 |
* | Delete trailing whitespace | lloyd | 2006-08-19 | 3 | -4/+4 |
* | Version bump in the configure script | lloyd | 2006-08-15 | 1 | -1/+1 |
* | Delete some old testing certs | lloyd | 2006-07-31 | 7 | -123/+0 |
* | Very minor Python wrapper updates | lloyd | 2006-07-31 | 2 | -46/+5 |
* | Drop the CMS readme, not really useful now that it is in-tree | lloyd | 2006-07-22 | 1 | -24/+0 |
* | Some more fixes for cms_ealg.cpp (still doesn't compile) | lloyd | 2006-07-17 | 1 | -11/+11 |
* | Version bump | lloyd | 2006-07-13 | 1 | -1/+1 |
* | Version bump to 1.5.9 | lloyd | 2006-07-08 | 1 | -1/+1 |
* | Change build/config.h -> build/build.h | lloyd | 2006-07-01 | 2 | -4/+4 |
* | Version number bump | lloyd | 2006-06-23 | 1 | -1/+1 |
* | Add the NIST X.509 test suite into misc/nist_tests | lloyd | 2006-06-06 | 480 | -0/+476 |
* | Various fixes for cms_ealg.cpp, still not compiling, but getting closer. | lloyd | 2006-06-04 | 1 | -73/+74 |
* | Add a clean target to the cms Makefile | lloyd | 2006-06-03 | 1 | -0/+3 |
* | Various hacks that get the old CMS code close to compiling under | lloyd | 2006-06-03 | 7 | -63/+85 |
* | Update the copyrights in the CMS code | lloyd | 2006-06-03 | 8 | -8/+8 |
* | Add the (very old) CMS | S/MIME support code to misc/cms | lloyd | 2006-06-03 | 18 | -0/+1513 |
* | Update the GTK+ example readme file | lloyd | 2006-06-03 | 1 | -8/+5 |
* | Add the GTK+ example code to misc/ | lloyd | 2006-06-03 | 5 | -0/+701 |
* | Fix mkconfig.pl to write to in-tree configure.pl | lloyd | 2006-06-03 | 1 | -5/+1 |
* | Move the configure.pl generation code into the tree. | lloyd | 2006-06-03 | 62 | -0/+3506 |
* | Move Botan.spec to misc/ | lloyd | 2006-06-03 | 1 | -0/+171 |
* | Move Boost.Python wrapper from doc/ to misc/ | lloyd | 2006-06-03 | 9 | -0/+260 |
* | Move botan.rc from doc/ to new top level dir misc/ | lloyd | 2006-06-03 | 1 | -0/+225 |