Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | propagate from branch 'net.randombit.botan' (head ↵ | lloyd | 2009-09-17 | 2 | -44/+16 |
|\ | | | | | | | | | | | b9ca6596a127964cb9795d22bc2a5642fab5de84) to branch 'net.randombit.botan.c++0x' (head 3c769a81bd357a14f8aca4502b67e8465cee0947) | ||||
| * | The get_tm function was duplicated. Move single version to timer.{h,cpp} | lloyd | 2009-09-17 | 2 | -44/+16 |
| | | |||||
* | | propagate from branch 'net.randombit.botan' (head ↵ | lloyd | 2009-09-17 | 6 | -7/+6 |
|\| | | | | | | | | | | | 92e05ab242e4b6998d685961c53700534a673bce) to branch 'net.randombit.botan.c++0x' (head 27ce37b971ec5cb1f80a9a95b13d5a951b96653b) | ||||
| * | Split up util.h into 3 files | lloyd | 2009-09-17 | 6 | -7/+6 |
| | | | | | | | | | | | | | | - rounding.h (round_up, round_down) - workfactor.h (dl_work_factor) - timer.h (system_time) And update all users of the previous util.h | ||||
* | | propagate from branch 'net.randombit.botan' (head ↵ | lloyd | 2009-09-08 | 17 | -65/+67 |
|\ \ | |/ |/| | | | | | | | 5cadcc57872bef55226579df57349fe09a93d1f5) to branch 'net.randombit.botan.c++0x' (head d1747f0394aa4442e5b32b9102b830e1a86f0e5a) | ||||
| * | propagate from branch 'net.randombit.botan' (head ↵ | lloyd | 2009-07-21 | 2 | -12/+27 |
| |\ | | | | | | | | | | | | | | | | 95eb8083f5884531e5ca0667388f8a6fb6d05c41) to branch 'net.randombit.botan.c++0x' (head 56e105e678540c8bcafa4d0198c19a9489fbf8d1) | ||||
| * | | Use C++0x std::shared_ptr<> instead of TR1's | lloyd | 2009-04-01 | 9 | -22/+15 |
| | | | |||||
| * | | Replace the (deprecated) auto_ptr with unique_ptr. | lloyd | 2009-04-01 | 14 | -45/+54 |
| | | | | | | | | | | | | | | | | | | This was mostly a s/auto_ptr/unique_ptr/, except in the CVC code and one function in ECDSA, which relied on auto_ptr's move semantics (ugh) and had to be modified in various ways. | ||||
* | | | Replace 'XXX' and other such notes with FIXME for easy grepping | lloyd | 2009-07-22 | 3 | -6/+6 |
| |/ |/| | |||||
* | | Move some files around to break up dependencies between directories | lloyd | 2009-07-16 | 1 | -0/+1 |
| | | |||||
* | | Add a script that reads the output of print_deps.py and rewrites | lloyd | 2009-07-15 | 2 | -12/+26 |
| | | | | | | | | | | | | the info.txt files with the right module dependencies. Apply it across the codebase. | ||||
* | | Move the contents of pubkey/pubkey (which was kind of a catch-all to | lloyd | 2009-07-15 | 1 | -1/+1 |
|/ | | | | | | | just toplevel pubkey). This was a convention I realized made sense sometime on when I was first doing the modularization changes. Move pkcs8.* and x509_key.* to pk_codecs | ||||
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 42 | -849/+933 |
| | | | | | | | | | | | | | | | 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). | ||||
* | Add Doxygen comment for Timer::clock. Fix @return in benchmark.h and x509_ca.h | lloyd | 2008-11-25 | 1 | -1/+1 |
| | |||||
* | Make X509_Store::CRL_Info public for IBM XLC 0.9 for Cell | lloyd | 2008-11-24 | 1 | -10/+14 |
| | |||||
* | Remove pk_lookup - half of it (look_pk.{cpp,h}) depended on libstate directly, | lloyd | 2008-11-11 | 1 | -1/+0 |
| | | | | | the other half was relied upon by pubkey. Move the contents into those two modules. Update deps. | ||||
* | Remove lookup.h use from DLIES, PK key agreement, DSA param gen, get_enc.cpp | lloyd | 2008-11-11 | 2 | -4/+3 |
| | |||||
* | Split the last parts of the 'core' module | lloyd | 2008-11-08 | 9 | -9/+9 |
| | | | | Add some missing info.txts | ||||
* | Wrap lines to 80 columns | lloyd | 2008-10-28 | 1 | -2/+2 |
| | |||||
* | Remove two declared but not defined constructors of EAC_Signed_Object | lloyd | 2008-10-14 | 1 | -4/+1 |
| | |||||
* | Add some Doxygen comments from InSiTo written for config.h (now gone/split up) | lloyd | 2008-10-13 | 1 | -5/+9 |
| | |||||
* | Remove spurious trailing ; after blocks | lloyd | 2008-10-13 | 1 | -1/+2 |
| | |||||
* | Add InSiTo Doxygen comments for freestore.h | lloyd | 2008-10-13 | 1 | -4/+40 |
| | |||||
* | Doxygen comments for eac_asn_obj.h from latest InSiTo | lloyd | 2008-10-13 | 1 | -20/+132 |
| | |||||
* | Add Doxygen comments from InSiTo to x509self.h | lloyd | 2008-10-13 | 1 | -27/+148 |
| | |||||
* | Doxygen comments for X509_Certificate, from InSiTo | lloyd | 2008-10-13 | 1 | -12/+123 |
| | |||||
* | Another batch of InSiTo Doxygen comments | lloyd | 2008-10-13 | 1 | -7/+41 |
| | |||||
* | Doxygen comments and reformatting in CVC code | lloyd | 2008-10-13 | 4 | -88/+95 |
| | |||||
* | More Doxygen comments | lloyd | 2008-10-13 | 3 | -68/+77 |
| | |||||
* | Add Doxygen comments for missing params | lloyd | 2008-10-13 | 1 | -0/+4 |
| | |||||
* | More Doxygen comments from InSiTo | lloyd | 2008-10-13 | 1 | -5/+58 |
| | |||||
* | More Doxygen comments from InSiTo | lloyd | 2008-10-13 | 1 | -7/+43 |
| | |||||
* | More Doxygen comments from InSiTo | lloyd | 2008-10-13 | 3 | -17/+97 |
| | |||||
* | Add a new switch to configure.pl --with-tr1-implementation which | lloyd | 2008-10-12 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | accepts options 'boost' and 'system'. Now GF(p) math (and indirectly, ECDSA) will be enabled if --with-tr1=boost or --with-tr1=system is passed at build time to enable a shared_ptr implementation. Modules can now specify that they require TR1, in which case they will only be autoloaded if a TR1 implementation was set (they can choose which one to use by checking the feature macros from build.h) The gfpmath module was set to load only on request. That has changed to load automatically (but will only do so if a TR1 impl is set as described above). CVC has also been marked as requiring TR1. (ECDSA/ECDH are not, since they do not use tr1 shared_ptr directly) Update and cleanup help output. Do not print the list of modules in --help anymore (too long); you can still get the list (in an easier to parse format) --module-info. Reorganize the help text so the more useful options are described closer to the top. Fix the --with-endian and --with-unaligned-mem options: they were being accepted but ignored. | ||||
* | Rename the TR1 choice macros to BOTAN_USE_STD_TR1 and BOTAN_USE_BOOST_TR1. | lloyd | 2008-10-12 | 1 | -3/+5 |
| | | | | | | | | If neither is defined when build.h is included, choose Boost. Reorganize build.h so it is easier to find things, in particular move all of the interesting toggles to the top of the file and all of the long lists of modules and feature test macros to the end. | ||||
* | Move InSiTo's ECDSA tests into the main test suite | lloyd | 2008-10-12 | 1 | -10/+0 |
| | |||||
* | Move ECDSA_Signature into CVC module. It is not used by ECDSA directly now. | lloyd | 2008-10-11 | 5 | -21/+181 |
| | | | | Change several ECC functions to return const references instead of const values. | ||||
* | Default to using SHA-1 with ECDSA in X.509 signatures | lloyd | 2008-10-11 | 1 | -0/+5 |
| | |||||
* | Missing tr1 inclusion in freestore.h | lloyd | 2008-10-11 | 1 | -0/+8 |
| | |||||
* | Remove last use of freestore.h from gfpmath, move it to CVC code which still | lloyd | 2008-10-11 | 2 | -0/+38 |
| | | | | uses it. Include tr1 header directly in gfp_element.h | ||||
* | Add BOTAN_DLL macro to public class definitions that were missing it. | lloyd | 2008-10-09 | 7 | -12/+12 |
| | |||||
* | Fix copyright notices | lloyd | 2008-10-09 | 2 | -3/+5 |
| | |||||
* | Replace uses of global_config with arguments to functions | lloyd | 2008-10-08 | 2 | -10/+21 |
| | |||||
* | More compilation fixes for CVC code | lloyd | 2008-10-08 | 2 | -4/+12 |
| | |||||
* | Fix further compilation errors. However some functionality is disabled since | lloyd | 2008-10-08 | 3 | -34/+64 |
| | | | | ECDSA keys do not support the EAC serialization mechanism yet. | ||||
* | Many improvements towards getting the CVC implementation from InSiTo | lloyd | 2008-10-08 | 16 | -662/+1446 |
| | | | | | compiling against mainline. Add several missing classes extracted from other files inside InSiTo. Add dependency note for ecdsa and asn1 | ||||
* | Add Card Verifiable Certificates from InSiTo (does not built due to missing ↵ | lloyd | 2008-10-08 | 14 | -0/+1409 |
| | | | | parts, not included in build by default) | ||||
* | Move oids.h to oid_lookup. Allows for much smaller build by disabling asn1 | lloyd | 2008-10-01 | 1 | -7/+8 |
| | |||||
* | Move look_pk and pk_algs to new module pubkey/pk_lookup | lloyd | 2008-10-01 | 1 | -0/+1 |
| | |||||
* | x509 module requires pubkey base module to compile | lloyd | 2008-10-01 | 1 | -0/+1 |
| |