aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Create an x509 module containing all of the X509 certificate and CAlloyd2008-09-2824-0/+4035
* Add DLIES mod configlloyd2008-09-281-0/+10
* Misparsed realname due to # in namelloyd2008-09-281-1/+1
* Split def_ops into multiple files. Modularize DLIESlloyd2008-09-282-0/+182
* Modularize RNG implementationslloyd2008-09-286-0/+478
* Add modinfo for CMAC and HMAClloyd2008-09-282-0/+20
* Modularize CMAC and HMAClloyd2008-09-284-0/+324
* Modularize cipher modeslloyd2008-09-2822-0/+1482
* Add missing fileslloyd2008-09-2816-0/+365
* Modularize KDFs, PBKDFs, and PRFslloyd2008-09-288-0/+475
* Add unknown modinfos for MACslloyd2008-09-282-0/+20
* Oops, add unknown modinfos and headerslloyd2008-09-2813-0/+280
* Modularize EME1 and PKCS #1 v1.5 EMElloyd2008-09-288-5/+203
* Modularize EMSAlloyd2008-09-285-0/+507
* Modularize CBC-MAClloyd2008-09-283-0/+155
* Modularize SSLv3 MAC and X9.19 MACs. Fix some feature macro inconsistencies.lloyd2008-09-28106-4/+253
* Modularize hashes and checksumslloyd2008-09-2843-0/+3475
* Modularize all cipherslloyd2008-09-2897-0/+9278
* Rename header guards in modules from BOTAN_EXT_ to BOTAN_ for consistencylloyd2008-09-2826-48/+153
* This is the first checkin to net.randombit.botan.modularized, whichlloyd2008-09-28110-0/+0
* Don't need ELF systems, all intrinsicslloyd2008-09-181-9/+0
* Add a module which swaps out the SHA-1 implementation with one writtenlloyd2008-09-184-0/+442
* Add asm to access high res timer on IA-64, HP-PA, S390xlloyd2008-09-182-3/+19
* Move biging_wordmul inlined into the only place where it is used,lloyd2008-09-171-5/+29
* Disable VC x86 asm from loading by default, some tests failinglloyd2008-09-171-1/+1
* Update to 8 word linmul2. Fix word8_madd3lloyd2008-09-171-11/+41
* Add yet another version of the Visual C++ x86 asm by Luca Piccarreta,lloyd2008-09-171-14/+154
* Update the Visual C++ assembler with another version also by Luca Piccarretalloyd2008-09-171-144/+231
* Reindentlloyd2008-09-171-103/+105
* Add some inline assembler for x86 systems using Visual Studio'slloyd2008-09-172-0/+305
* Avoid old C-style castslloyd2008-09-171-6/+21
* Small cleanupslloyd2008-09-171-3/+14
* Make some module descriptions more succint/usefullloyd2008-09-175-5/+5
* Fix some bit rot in the OpenSSL enginelloyd2008-09-163-6/+6
* Load asm_amd64 only on requestlloyd2008-09-101-1/+1
* Add (incomplete) x86-64 mp_mulop variantlloyd2008-09-102-0/+95
* Undef macros at end of headerslloyd2008-09-092-1/+11
* New (GCC-generated) code for bigint_monty_redc)lloyd2008-09-081-110/+252
* Do not enable by defaultlloyd2008-09-071-1/+1
* asm_amd64/lloyd2008-09-074-15/+227
* Disable mp_mulop.S until updatedlloyd2008-09-071-3/+3
* Disable mp_mulop.S until updatedlloyd2008-09-071-2/+2
* Fix call to asmlloyd2008-09-071-1/+1
* Rename alg_amd64 to asm_amd64lloyd2008-09-076-8/+117
* Rename alg_ia32 module to asm_ia32, which is more reflective of actuallloyd2008-09-0711-5/+5
* Disable all-asm mp_mulop for nowlloyd2008-09-051-2/+2
* Split byte swap code and word rotation code off into bswap.h and rotate.hlloyd2008-09-023-92/+37
* Replace some C-style casts with C++ named casts in bzip2 and zliblloyd2008-08-302-11/+11
* Make the header guard macros for the x86 and x86-64 asm_macr.h headerlloyd2008-08-272-6/+14
* Cleaner flags: define MAP_NOSYNC to zero ifndef, always use itlloyd2008-08-271-5/+5