aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Add Doxygen comments for missing paramslloyd2008-10-132-2/+12
* Further Doxygen comments from InSiTolloyd2008-10-132-37/+298
* More Doxygen comments from InSiTolloyd2008-10-131-5/+58
* More Doxygen comments from InSiTolloyd2008-10-132-12/+100
* Add Doxygen comments to if_algo.h (from InSiTo)lloyd2008-10-131-7/+32
* Add Doxygen comments to RSA key constructors (from InSiTo)lloyd2008-10-131-8/+31
* Add a (very thorough!) set of Doxygen comments from InSiTo for the Pipe classlloyd2008-10-131-25/+197
* Add names to paramslloyd2008-10-131-5/+5
* More Doxygen comments from InSiTolloyd2008-10-135-40/+231
* Disable generation of man pageslloyd2008-10-131-1/+1
* Doxygen comments for base64 and hex from InSiTolloyd2008-10-132-23/+81
* More Doxygen comments from InSiTolloyd2008-10-136-30/+104
* Don't extract static - Doxygen extracts private static which makes a messlloyd2008-10-131-1/+1
* More Doxygen comments from InSiTolloyd2008-10-134-12/+37
* Add Doxygen comments to bigint.h (from InSiTo)lloyd2008-10-131-51/+397
* Further doxygen config tweakslloyd2008-10-131-2/+2
* Disable extracting private, static, and local functions in Doxygen (too much ...lloyd2008-10-131-3/+3
* Move KASUMI S-Boxes from kas_tab.cpp to kasumi.cpplloyd2008-10-134-87/+75
* Add Doxygen comments to asn1_oid.h (from InSiTo)lloyd2008-10-131-14/+58
* Only delete Doxygen files on distclean, not regular cleanlloyd2008-10-132-2/+2
* Add Doxygen comments to dh.h (from InSiTo)lloyd2008-10-131-13/+34
* Doxygen comments for utils/version.h (from InSiTo)lloyd2008-10-131-0/+26
* Add basic support for Doxygen, including a make targetlloyd2008-10-133-2/+243
* Default to Itanium2 if provided with just --cpu=ia64. This is safelloyd2008-10-121-1/+2
* Remove leading "Botan " from result of version_stringlloyd2008-10-121-3/+9
* Add name() virtual function in RandomNumberGenerator base class (had been the...lloyd2008-10-121-0/+2
* Add a new switch to configure.pl --with-tr1-implementation whichlloyd2008-10-123-9/+5
* Rename the TR1 choice macros to BOTAN_USE_STD_TR1 and BOTAN_USE_BOOST_TR1.lloyd2008-10-123-36/+45
* Return const references instead of copies in GFpModulus where possiblelloyd2008-10-121-4/+4
* Modify CurveGFp::get_{a,b} to return a const reference instead of a copylloyd2008-10-122-5/+5
* Add an implementation of bswap for Visual C++ in x86 inline asm,lloyd2008-10-121-0/+9
* Decruftlloyd2008-10-121-36/+27
* Move InSiTo's ECDSA tests into the main test suitelloyd2008-10-121-10/+0
* Move ECDSA_Signature into CVC module. It is not used by ECDSA directly now.lloyd2008-10-1111-187/+204
* Enable throwing of Illegal_Point in check_invariantslloyd2008-10-111-2/+2
* Default to using SHA-1 with ECDSA in X.509 signatureslloyd2008-10-111-0/+5
* Fix ECDSA/SHA-160 OID entrylloyd2008-10-111-1/+1
* Disable the implementation of word_add in mp_ia32 for the same reasonlloyd2008-10-111-0/+8
* Add more ECC domain parameter sets from InSiTolloyd2008-10-111-10/+295
* Missing tr1 inclusion in freestore.hlloyd2008-10-111-0/+8
* Default to using Boost's TR1. There seems to be a bug in the GCC 4.3.2lloyd2008-10-111-2/+2
* Add comment attributing source for ECDSA OIDlloyd2008-10-111-2/+2
* Add OIDs for ECDSA with SHA-2 from draft-ietf-pkix-sha2-dsa-ecdsa-04.txtlloyd2008-10-111-6/+17
* Add OIDs for ECDSA and ECDSA with EMSA1_BSI padding from InSiTolloyd2008-10-111-0/+7
* Remove last use of freestore.h from gfpmath, move it to CVC code which stilllloyd2008-10-116-15/+14
* Remove some unused code from freestore.h, including the code that broughlloyd2008-10-111-166/+4
* Change GFpElement's scalar multiplication operators to take a u64bit insteadlloyd2008-10-112-28/+25
* Disable the x86-64 implementation of word_add. I think there is a buglloyd2008-10-111-0/+8
* Add a version for x86-64 in mp_asm64, though it is disabled by defaultlloyd2008-10-112-0/+8
* Modify botan-config so --libs does not use -L if the prefix is /usr orlloyd2008-10-111-1/+6