aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove old decllloyd2008-09-281-9/+0
|
* Move Default_Mutex (now Noop_Mutex) into modulelloyd2008-09-287-42/+75
|
* Move allocator code to secalloc/allocators modulelloyd2008-09-2811-1/+28
| | | | Move paralle hash construction to par_hash module in hash directory
* New filters module. Add deps for it in some needed areas (codec, pbes)lloyd2008-09-2824-0/+52
|
* Move buf_es into module, add deps where neededlloyd2008-09-286-0/+16
|
* Move def_powm.cpp from core to bigintlloyd2008-09-282-0/+1
|
* Add modinfo for pem, hash_id, selftest moduleslloyd2008-09-283-0/+48
|
* Move startup selftest into modulelloyd2008-09-283-1/+6
|
* BigInt uses hex modulelloyd2008-09-281-0/+4
|
* PEM codec modulelloyd2008-09-284-0/+4
|
* Add primes.cpp to build in modinfo.txtlloyd2008-09-281-3/+4
|
* Move primes.cpp to bigint/lloyd2008-09-281-0/+0
|
* Move hash_id into modulelloyd2008-09-284-0/+8
|
* Put OpenPGP codec routines into codec/openpgp modulelloyd2008-09-283-0/+8
|
* Move all BigInt stuff into bigint/. Currently all asm modules are disabled;lloyd2008-09-2850-76/+147
| | | | | | | | | configure.pl doesn't understand how to handle this yet (replace logic only understands stuff in src, not how one module can replace another modules src, or anything about prioritizing). Move some hex and base64 stuff out of charset.cpp and into their codec directories.
* Move almost all of the ASN.1, BER, and DER codec related code into newlloyd2008-09-2833-0/+72
| | | | | | | module asn1 Move hex and base64 codecs into new codecs directory. Also move zlib and bzip2 to codecs from compress.
* Remove needless include of look_pk.hlloyd2008-09-281-1/+0
|
* Add dl_algo and dl_group moduleslloyd2008-09-289-0/+17
|
* Compliation fixeslloyd2008-09-282-2/+2
|
* Add missing PBE header and modinfo fileslloyd2008-09-283-0/+65
|
* Modularize PBEs (password-based encryption schemes)lloyd2008-09-284-34/+25
|
* Modularize IF family PK algorithms (integer factorization; RSA and RW baselloyd2008-09-2813-0/+141
| | | | | | class). Add many missing modinfo.txts that I had not checked in. Oops.
* Drop old Makefile. Move tests to examples directory.lloyd2008-09-283-12/+0
|
* Move CMS code into main src tree, though it currently doesn't compile (needs ↵lloyd2008-09-2811-20/+28
| | | | further updating)
* Compliation fixeslloyd2008-09-282-7/+6
|
* Formattinglloyd2008-09-281-8/+6
|
* Modularize the public key algorithms, though currently a great deal oflloyd2008-09-2816-68/+235
| | | | | | the underlying implementation goop remains in the core library instead of being shunted off, due to various dependencies it has (most of which it shouldn't).
* Drop todo, scratchpad:lloyd2008-09-281-45/+0
|
* More tracing. Print enabled modules in a block at the endlloyd2008-09-281-2/+8
|
* Rename compression->compress and allocation->secalloclloyd2008-09-2813-0/+0
|
* Split up asm modules into appropriate (topic-specific) modules, eglloyd2008-09-2829-5/+0
| | | | | | | hash/sha1_amd64 and cipher/serpent_ia32. Remaining code in asm/ dir is for BigInt, so rename to bigint/ in prep for all (or most) of BigInt being modularized.
* Modularize MGF1. Make EME1 and EMSA4 depend on itlloyd2008-09-285-1/+14
|
* Make mdx_hash also a module, which most of the hash functions depend on.lloyd2008-09-2817-18/+61
| | | | | | Correct the configure program so modules are not autoloaded if their dependences are not available. (Eg, --no-module=mdx_hash will disable MD4, MD5, SHA-1, etc rather than cause a compliation failure)
* Move all modules into src/ directorylloyd2008-09-28368-9/+7
|
* Allow test suite to build even if RNG or DLIES is missinglloyd2008-09-282-4/+22
|
* Create an x509 module containing all of the X509 certificate and CAlloyd2008-09-2825-37/+81
| | | | code as well as the code for handling PKCS #10 requests.
* Add convenience aliases for --disable-moduleslloyd2008-09-281-0/+4
|
* Add DLIES mod configlloyd2008-09-281-0/+10
|
* Use File::Find instead of a glob, to find modinfo.txt in any directorylloyd2008-09-281-1/+17
| | | | inside modules
* Misparsed realname due to # in namelloyd2008-09-281-1/+1
|
* Split def_ops into multiple files. Modularize DLIESlloyd2008-09-288-355/+423
|
* Modularize RNG implementationslloyd2008-09-2810-210/+247
|
* Add modinfo for CMAC and HMAClloyd2008-09-282-0/+20
|
* Modularize CMAC and HMAClloyd2008-09-285-2/+13
|
* Modularize cipher modeslloyd2008-09-2825-7/+212
|
* Add missing fileslloyd2008-09-2816-0/+365
|
* Modularize KDFs, PBKDFs, and PRFslloyd2008-09-2812-222/+94
|
* 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-289-24/+22
|