| Commit message (Expand) | Author | Age | Files | Lines |
* | Shuffle things around. Add NIST X.509 test to build. | lloyd | 2014-01-01 | 21 | -898/+0 |
* | Split up libstate/get_enc.cpp | lloyd | 2013-12-25 | 2 | -0/+88 |
* | Give everything setting a feature test macro in build.h a version code | lloyd | 2013-11-28 | 7 | -8/+8 |
* | Inline kdf.cpp as all are simple forwarding calls | lloyd | 2013-11-17 | 2 | -62/+24 |
* | Move assert.h from internal to very public (included in types.h) | lloyd | 2013-03-13 | 1 | -1/+0 |
* | Remove stray newline | lloyd | 2012-08-09 | 1 | -1/+0 |
* | The messages for assertion checks were done both ways, both "assertion | lloyd | 2012-07-09 | 1 | -1/+2 |
* | Fairly huge update that replaces the old secmem types with std::vector | lloyd | 2012-05-18 | 13 | -53/+48 |
* | Merge fixups. Add locking to default session manager. Use chrono lib | lloyd | 2012-02-20 | 1 | -1/+2 |
* | Report the length of the pre master secret. Who knows if when this | lloyd | 2012-01-20 | 1 | -1/+2 |
* | Increase the max key length of HMAC to 512 bytes. Previously we would | lloyd | 2012-01-20 | 1 | -1/+8 |
* | Kinda maybe working TLS 1.2 for clients. Not well tested at all, but a | lloyd | 2012-01-19 | 1 | -0/+1 |
* | Rename some dirs for shorter object files where configure will | lloyd | 2011-06-03 | 9 | -0/+0 |
* | More VC warning fixes | lloyd | 2011-02-09 | 1 | -1/+1 |
* | Cast to avoid VC warning | lloyd | 2010-11-29 | 1 | -1/+1 |
* | Derive KDF from Algorithm | lloyd | 2010-11-01 | 7 | -6/+26 |
* | Add new top-level algorithm which provides basic functionality: name | lloyd | 2010-11-01 | 1 | -1/+1 |
* | Use output_length() instead of OUTPUT_LENGTH pseudo-property | lloyd | 2010-10-13 | 2 | -3/+3 |
* | Add a simple update_be to BufferedComputation that takes an integer | lloyd | 2010-10-12 | 2 | -6/+3 |
* | s/u32bit/size_t/ in kdf | lloyd | 2010-10-12 | 14 | -77/+77 |
* | Use BOTAN_ASSERT in various places | lloyd | 2010-09-26 | 1 | -3/+3 |
* | Update all uses of MemoryRegion::append to use either push_back or operator+= | lloyd | 2010-09-15 | 2 | -2/+3 |
* | More changes to avoid vector to pointer implicit conversions | lloyd | 2010-09-14 | 3 | -11/+12 |
* | Handle the case that container size() returns something other than u32bit | lloyd | 2010-09-14 | 2 | -2/+2 |
* | Remove more uses of vector to pointer implicit conversions | lloyd | 2010-09-13 | 1 | -1/+1 |
* | Anywhere where we use MemoryRegion::begin to get access to the raw pointer | lloyd | 2010-09-13 | 2 | -4/+4 |
* | Doxygen comments | lloyd | 2010-06-16 | 1 | -4/+42 |
* | More Doxygen updates/fixes | lloyd | 2010-06-15 | 7 | -16/+16 |
* | Add support for TLS 1.2 PRF | lloyd | 2010-04-17 | 2 | -22/+63 |
* | Move the get_byte template to its own header, because many files | lloyd | 2010-02-02 | 2 | -2/+2 |
* | Un-internal loadstor.h (and its header deps, rotate.h and | lloyd | 2009-12-21 | 3 | -3/+3 |
* | Make many more headers internal-only. | lloyd | 2009-12-16 | 4 | -5/+5 |
* | Full working amalgamation build, plus internal-only headers concept. | lloyd | 2009-12-16 | 7 | -50/+0 |
* | Remove the 'realname' attribute on all modules and cc/cpu/os info files. | lloyd | 2009-10-29 | 7 | -14/+0 |
* | Format, add names to params in header | lloyd | 2009-10-19 | 1 | -3/+7 |
* | Move some files around to break up dependencies between directories | lloyd | 2009-07-16 | 1 | -0/+4 |
* | Add a script that reads the output of print_deps.py and rewrites | lloyd | 2009-07-15 | 6 | -30/+29 |
* | Add a script that analyzes the source and prints module dependencies. | lloyd | 2009-07-15 | 3 | -35/+35 |
* | Add variable names to decls in kdf.h | lloyd | 2009-06-19 | 1 | -12/+20 |
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 14 | -134/+162 |
* | Move BufferedComputation to new buf_comp.{h,cpp} | lloyd | 2008-11-08 | 2 | -0/+3 |
* | Move declaration of MessageAuthenticationCode base class to mac.h (from base.h) | lloyd | 2008-11-08 | 1 | -1/+1 |
* | Move the declaration of the HashFunction base class to a new header hash.h | lloyd | 2008-11-08 | 3 | -3/+3 |
* | TLS_PRF also depends on MD5 and SHA1, was not so marked | lloyd | 2008-10-26 | 1 | -0/+2 |
* | In KDF instead of lookup, instantiate fixed hashes (MD5, SHA-1) directly | lloyd | 2008-10-26 | 4 | -21/+24 |
* | Move kdf/kdf_base to kdf | lloyd | 2008-10-26 | 9 | -6/+6 |
* | Move s2k.{h,cpp} and S2K algos from core and kdf to new s2k/ dir | lloyd | 2008-10-26 | 9 | -355/+0 |
* | Add trailing H__ to some header guards. Line wrap long comment. | lloyd | 2008-10-13 | 1 | -2/+2 |
* | More Doxygen comments from InSiTo | lloyd | 2008-10-13 | 2 | -7/+16 |
* | Split kdf.h and kdf.cpp from core/ to kdf/kdf_base | lloyd | 2008-10-08 | 9 | -1/+148 |