| Commit message (Expand) | Author | Age | Files | Lines |
* | Full working amalgamation build, plus internal-only headers concept. | lloyd | 2009-12-16 | 20 | -146/+28 |
* | Name arguments | lloyd | 2009-11-18 | 1 | -6/+12 |
* | Much cleaning up in ECDSA, though it's still rather a mess (and 50x slower | lloyd | 2009-11-18 | 6 | -151/+109 |
* | Move most code that relies heavily on Filters into src/filters. | lloyd | 2009-11-17 | 3 | -221/+0 |
* | Rename/remove some secmem member variables for better matching with STL | lloyd | 2009-11-17 | 4 | -5/+5 |
* | Make set_all_values in {ECDSA,ECKAEG}_{Public,Private}Key all non-virtual; | lloyd | 2009-11-10 | 2 | -6/+6 |
* | Remove the 'realname' attribute on all modules and cc/cpu/os info files. | lloyd | 2009-10-29 | 17 | -34/+0 |
* | propagate from branch 'net.randombit.botan.1_8' (head c5ae189464f6ef16e3ce73e... | lloyd | 2009-10-13 | 12 | -8/+95 |
|\ |
|
| * | Reasonably functional RSA support; keygen, import/export, encrypt/decrypt, si... | lloyd | 2009-10-09 | 1 | -1/+7 |
| * | Add 'Distributed under...' text to files missing it. Some format cleanups | lloyd | 2009-10-07 | 2 | -1/+10 |
| * | Split up util.h into 3 files | lloyd | 2009-09-17 | 9 | -6/+78 |
* | | Fix indent | lloyd | 2009-10-13 | 1 | -1/+1 |
|/ |
|
* | Replace 'XXX' and other such notes with FIXME for easy grepping | lloyd | 2009-07-22 | 2 | -3/+4 |
* | Fix some unused variable nits pointed out by icc 10.1 | lloyd | 2009-07-21 | 2 | -7/+1 |
* | One signature of PKCS8::PEM_encode was stray, and didn't have a cooresponding | lloyd | 2009-07-21 | 1 | -5/+0 |
* | Move back to pk_codecs, propagate to pubkey-refactor done | lloyd | 2009-07-21 | 4 | -0/+0 |
* | Move from pk_codecs to pubkey to solve merge problem | lloyd | 2009-07-21 | 4 | -0/+0 |
* | Correct source listings for moved files | lloyd | 2009-07-16 | 1 | -2/+0 |
* | Move some files around to break up dependencies between directories | lloyd | 2009-07-16 | 4 | -0/+4 |
* | Add a script that reads the output of print_deps.py and rewrites | lloyd | 2009-07-15 | 16 | -80/+107 |
* | Move the contents of pubkey/pubkey (which was kind of a catch-all to | lloyd | 2009-07-15 | 26 | -16/+4 |
* | engine.h had copies of some declarations from pk_engine.h that had not | lloyd | 2009-05-13 | 7 | -7/+7 |
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 70 | -988/+1128 |
* | Add back the public key filters, at the request of Andreas Podgurski on | lloyd | 2009-03-19 | 3 | -0/+204 |
* | Update some doxygen comments. Contributed by Charles Brockman in bug #39 | lloyd | 2009-03-02 | 1 | -1/+1 |
* | Fix a memory leak in PKCS #8 load_key and encrypt_key that would | lloyd | 2008-12-12 | 1 | -5/+9 |
* | DL_Group constructor taking three BigInts had the order of q and g swapped | lloyd | 2008-12-08 | 1 | -1/+1 |
* | Remove pk_lookup - half of it (look_pk.{cpp,h}) depended on libstate directly, | lloyd | 2008-11-11 | 13 | -178/+5 |
* | Bubble up use of global algo factory out of DSA parameter gen to DL_Group | lloyd | 2008-11-11 | 1 | -2/+6 |
* | Make the level of key consistency checking performed be a build constant | lloyd | 2008-11-11 | 1 | -19/+3 |
* | Remove unused include of <memory> | lloyd | 2008-11-11 | 1 | -1/+0 |
* | Remove lookup.h use from DLIES, PK key agreement, DSA param gen, get_enc.cpp | lloyd | 2008-11-11 | 5 | -48/+67 |
* | Remove lookup dep from basic pubkey classes | lloyd | 2008-11-10 | 3 | -47/+29 |
* | Split pk_pad.h into eme.h and emsa.h | lloyd | 2008-11-10 | 1 | -1/+2 |
* | Move engine to libstate/ directory, since there is a mutual dependency | lloyd | 2008-11-09 | 1 | -1/+0 |
* | Macro cleanup | lloyd | 2008-11-09 | 2 | -8/+8 |
* | Add BOTAN_DLL macro to Default_IF_Op | lloyd | 2008-11-08 | 1 | -1/+1 |
* | Remove dependency on Default_Engine from pubkey code | lloyd | 2008-11-08 | 9 | -112/+25 |
* | Split the last parts of the 'core' module | lloyd | 2008-11-08 | 7 | -4/+120 |
* | Split base.h into block_cipher.h and stream_cipher.h | lloyd | 2008-11-08 | 1 | -1/+2 |
* | Reformat for shorter lines | lloyd | 2008-11-07 | 1 | -5/+15 |
* | Wrap lines to 80 columns | lloyd | 2008-10-28 | 2 | -8/+13 |
* | Move EntropySource base class to new entropy_src.h (which allows the implemen... | lloyd | 2008-10-26 | 1 | -0/+1 |
* | Move pbe/pbe_base to pbe/ | lloyd | 2008-10-26 | 1 | -1/+1 |
* | Put pk_pad.{h,cpp} from core into pk_pad/ dir (cleaner I think) | lloyd | 2008-10-26 | 1 | -0/+1 |
* | Add ECKAEG benchmark. Fix several problems found in ECKAEG key (had pure virt... | lloyd | 2008-10-13 | 2 | -36/+59 |
* | Remove spurious trailing ; after blocks | lloyd | 2008-10-13 | 3 | -6/+6 |
* | Wrap lines | lloyd | 2008-10-13 | 1 | -5/+8 |
* | Add trailing H__ to some header guards. Line wrap long comment. | lloyd | 2008-10-13 | 1 | -3/+4 |
* | Doxygen comments for pkcs8.h from InSiTo | lloyd | 2008-10-13 | 1 | -31/+127 |