aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Doxygen comments for eac_asn_obj.h from latest InSiTolloyd2008-10-131-20/+132
|
* Add trailing H__ to some header guards. Line wrap long comment.lloyd2008-10-138-34/+37
|
* Add Doxygen comments for secmem.h from InSiTolloyd2008-10-131-19/+237
|
* Add Doxygen comments from InSiTo to x509self.hlloyd2008-10-131-27/+148
|
* Doxygen comments for X509_Certificate, from InSiTolloyd2008-10-131-12/+123
|
* Doxygen comments for pkcs8.h from InSiTolloyd2008-10-131-31/+127
|
* Doxygen comments for lookup.h from InSiTolloyd2008-10-131-35/+184
|
* Another batch of InSiTo Doxygen commentslloyd2008-10-134-39/+268
|
* Kill stray charlloyd2008-10-131-1/+1
|
* And add yet more InSiTo Doxygen comments (20 .h files to go...)lloyd2008-10-135-79/+323
|
* Doxygen comments for enums.hlloyd2008-10-131-6/+27
|
* Add comment from InSiTo's enums.h for Signature_Formatlloyd2008-10-131-0/+3
|
* Wrap lineslloyd2008-10-131-4/+9
|
* InSiTo Doxygen comments for pubkey.hlloyd2008-10-131-64/+233
|
* Doxygen comments and reformatting in CVC codelloyd2008-10-134-88/+95
|
* More Doxygen commentslloyd2008-10-133-68/+77
|
* 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 an example for using checksums (CRC, Adler32) and Pipe/Filter/Forklloyd2008-10-131-0/+31
|
* Spellinglloyd2008-10-131-2/+2
|
* 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-133-23/+82
|
* 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
| | | | clutter)
* Move KASUMI S-Boxes from kas_tab.cpp to kasumi.cpplloyd2008-10-134-87/+75
|
* Add DES/CBC and 3DES/CBC to benchmark output. (3DES/CBC shows up as 17%lloyd2008-10-131-0/+3
| | | | faster than OpenSSL's - I hope that is not a fluke in the benchmark program)
* 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-135-5/+253
|
* Default to Itanium2 if provided with just --cpu=ia64. This is safelloyd2008-10-121-1/+2
| | | | | | because there are not any ABI/ISA differences between them (AFAIK), just scheduling. And I think Itanium2 is significantly more common than Itanium1 at this point.
* Remove leading "Botan " from result of version_stringlloyd2008-10-121-3/+9
| | | | | Add a comment explaining why these functions are compiled rather than inlined.
* Add credits entry (name, email, work done) for Martin Doering, Manuel Hartl, ↵lloyd2008-10-121-2/+15
| | | | and Christoph Ludwig
* Add Technische Universitat Darmstadt as a copyright holder (some oflloyd2008-10-121-1/+2
| | | | | | | | | the people who worked on InSiTo are from that organization). They were listed as a copyright holder in the InSiTo license file but not individually in any source file, so I missed them before now. Also mark Martin Doering's copyright as 2007-2008 (also to match InSiTo's license.txt)
* Add Patrick Sona to the copyright list (he wrote the GF(p) tests)lloyd2008-10-121-0/+1
|
* Add a wrapper around Botan's RandomNumberGenerator using Boost.Python, andlloyd2008-10-127-15/+76
| | | | add a Python test script for it.
* Add name() virtual function in RandomNumberGenerator base class (had been ↵lloyd2008-10-121-0/+2
| | | | there, was lost)
* Fix path to NIST test certificates in Python versionlloyd2008-10-121-1/+1
|