| Commit message (Expand) | Author | Age | Files | Lines |
* | Further Doxygen comments from InSiTo | lloyd | 2008-10-13 | 2 | -37/+298 |
* | More Doxygen comments from InSiTo | lloyd | 2008-10-13 | 1 | -5/+58 |
* | More Doxygen comments from InSiTo | lloyd | 2008-10-13 | 2 | -12/+100 |
* | Add Doxygen comments to if_algo.h (from InSiTo) | lloyd | 2008-10-13 | 1 | -7/+32 |
* | Add Doxygen comments to RSA key constructors (from InSiTo) | lloyd | 2008-10-13 | 1 | -8/+31 |
* | Add a (very thorough!) set of Doxygen comments from InSiTo for the Pipe class | lloyd | 2008-10-13 | 1 | -25/+197 |
* | Add an example for using checksums (CRC, Adler32) and Pipe/Filter/Fork | lloyd | 2008-10-13 | 1 | -0/+31 |
* | Spelling | lloyd | 2008-10-13 | 1 | -2/+2 |
* | Add names to params | lloyd | 2008-10-13 | 1 | -5/+5 |
* | More Doxygen comments from InSiTo | lloyd | 2008-10-13 | 5 | -40/+231 |
* | Disable generation of man pages | lloyd | 2008-10-13 | 1 | -1/+1 |
* | Doxygen comments for base64 and hex from InSiTo | lloyd | 2008-10-13 | 3 | -23/+82 |
* | More Doxygen comments from InSiTo | lloyd | 2008-10-13 | 6 | -30/+104 |
* | Don't extract static - Doxygen extracts private static which makes a mess | lloyd | 2008-10-13 | 1 | -1/+1 |
* | More Doxygen comments from InSiTo | lloyd | 2008-10-13 | 4 | -12/+37 |
* | Add Doxygen comments to bigint.h (from InSiTo) | lloyd | 2008-10-13 | 1 | -51/+397 |
* | Further doxygen config tweaks | lloyd | 2008-10-13 | 1 | -2/+2 |
* | Disable extracting private, static, and local functions in Doxygen (too much ... | lloyd | 2008-10-13 | 1 | -3/+3 |
* | Move KASUMI S-Boxes from kas_tab.cpp to kasumi.cpp | lloyd | 2008-10-13 | 4 | -87/+75 |
* | Add DES/CBC and 3DES/CBC to benchmark output. (3DES/CBC shows up as 17% | lloyd | 2008-10-13 | 1 | -0/+3 |
* | Add Doxygen comments to asn1_oid.h (from InSiTo) | lloyd | 2008-10-13 | 1 | -14/+58 |
* | Only delete Doxygen files on distclean, not regular clean | lloyd | 2008-10-13 | 2 | -2/+2 |
* | Add Doxygen comments to dh.h (from InSiTo) | lloyd | 2008-10-13 | 1 | -13/+34 |
* | Doxygen comments for utils/version.h (from InSiTo) | lloyd | 2008-10-13 | 1 | -0/+26 |
* | Add basic support for Doxygen, including a make target | lloyd | 2008-10-13 | 5 | -5/+253 |
* | Default to Itanium2 if provided with just --cpu=ia64. This is safe | lloyd | 2008-10-12 | 1 | -1/+2 |
* | Remove leading "Botan " from result of version_string | lloyd | 2008-10-12 | 1 | -3/+9 |
* | Add credits entry (name, email, work done) for Martin Doering, Manuel Hartl, ... | lloyd | 2008-10-12 | 1 | -2/+15 |
* | Add Technische Universitat Darmstadt as a copyright holder (some of | lloyd | 2008-10-12 | 1 | -1/+2 |
* | Add Patrick Sona to the copyright list (he wrote the GF(p) tests) | lloyd | 2008-10-12 | 1 | -0/+1 |
* | Add a wrapper around Botan's RandomNumberGenerator using Boost.Python, and | lloyd | 2008-10-12 | 7 | -15/+76 |
* | Add name() virtual function in RandomNumberGenerator base class (had been the... | lloyd | 2008-10-12 | 1 | -0/+2 |
* | Fix path to NIST test certificates in Python version | lloyd | 2008-10-12 | 1 | -1/+1 |
* | Add a new switch to configure.pl --with-tr1-implementation which | lloyd | 2008-10-12 | 6 | -61/+97 |
* | Rename the TR1 choice macros to BOTAN_USE_STD_TR1 and BOTAN_USE_BOOST_TR1. | lloyd | 2008-10-12 | 3 | -36/+45 |
* | Return const references instead of copies in GFpModulus where possible | lloyd | 2008-10-12 | 1 | -4/+4 |
* | Modify CurveGFp::get_{a,b} to return a const reference instead of a copy | lloyd | 2008-10-12 | 2 | -5/+5 |
* | Add an implementation of bswap for Visual C++ in x86 inline asm, | lloyd | 2008-10-12 | 1 | -0/+9 |
* | Add a simplistic ECDSA benchmark | lloyd | 2008-10-12 | 1 | -0/+58 |
* | Update readme and release notes for 1.7.17 release 2008-10-121.7.17 | lloyd | 2008-10-12 | 2 | -2/+2 |
* | Decruft | lloyd | 2008-10-12 | 1 | -36/+27 |
* | ec_test_mes1 file no longer used by ECDSA tests | lloyd | 2008-10-12 | 1 | -1/+0 |
* | ECDSA test cleanup. Remove some old commented out code. | lloyd | 2008-10-12 | 1 | -40/+41 |
* | Drop two test-generated files. Add one input file needed for ECDSA signature | lloyd | 2008-10-12 | 3 | -8/+1 |
* | Cleanup ECDSA tests. Enable test_ec_sign test | lloyd | 2008-10-12 | 1 | -23/+12 |
* | Move InSiTo's ECDSA tests into the main test suite | lloyd | 2008-10-12 | 5 | -626/+580 |
* | Move ECDSA_Signature into CVC module. It is not used by ECDSA directly now. | lloyd | 2008-10-11 | 11 | -187/+204 |
* | Remove unnecessary includes | lloyd | 2008-10-11 | 1 | -10/+2 |
* | Enable throwing of Illegal_Point in check_invariants | lloyd | 2008-10-11 | 1 | -2/+2 |
* | Minor additions to the Windows build instructions | lloyd | 2008-10-11 | 1 | -5/+7 |