Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix module combi: adler32,tss | Simon Warta | 2015-07-08 | 2 | -0/+3 |
| | |||||
* | Fix module combi: adler32,threefish_avx2 | Simon Warta | 2015-07-08 | 1 | -0/+4 |
| | |||||
* | Fix module combi: adler32,siv | Simon Warta | 2015-07-08 | 2 | -1/+6 |
| | |||||
* | Fix module combi: adler32,openpgp | Simon Warta | 2015-07-08 | 1 | -0/+1 |
| | |||||
* | Fix module combi: adler32,mce | Simon Warta | 2015-07-08 | 3 | -17/+26 |
| | |||||
* | Fix module combi: adler32,ffi | Simon Warta | 2015-07-08 | 1 | -0/+2 |
| | |||||
* | Fix module combi: adler32,eme_raw | Simon Warta | 2015-07-08 | 1 | -2/+0 |
| | |||||
* | Fix module combi: adler32,eme_oaep | Simon Warta | 2015-07-08 | 5 | -3/+2 |
| | |||||
* | Fix compilation by Clang with _LIBCPP_DEBUG | LSK | 2015-07-08 | 1 | -4/+4 |
| | |||||
* | Fix to_string for BER_Object when debug STL is used | Simon Warta | 2015-07-07 | 2 | -2/+9 |
| | |||||
* | ECC pointmul test requires ECDSA | Simon Warta | 2015-07-06 | 1 | -0/+8 |
| | |||||
* | GCC 4.8 doesn't have UbSan, remove for Travis | Jack Lloyd | 2015-07-05 | 1 | -1/+2 |
| | |||||
* | Make sanitizer a build mode for easy use by developers. | Jack Lloyd | 2015-07-05 | 2 | -1/+2 |
| | |||||
* | Add sanitizer build to Travis, using debug iterators, ASan and UbSan. | Jack Lloyd | 2015-07-05 | 1 | -0/+2 |
| | | | | Looks good for me locally with GCC 4.9.1 | ||||
* | Fix invalid iterator use in TLS client | Jack Lloyd | 2015-07-05 | 1 | -1/+1 |
| | |||||
* | The gf2m type is an unsigned 16-bit, so under C promotion rules a | Jack Lloyd | 2015-07-05 | 1 | -1/+1 |
| | | | | | | shift promotes to signed int rather than an unsigned value. However here we wish to use a large shift, which can cause a signed overflow. Add static_cast to force to the desired (unsigned) type. | ||||
* | Avoid building tls_server on MinGW. GH #39 | Jack Lloyd | 2015-07-05 | 1 | -3/+3 |
| | |||||
* | More test coverage improvements. | Jack Lloyd | 2015-07-05 | 1 | -4/+6 |
| | | | | | | Specify expected server name on client side of TLS test so it checks the cert DNS name. Use AutoSeeded_RNG to generate server cert, as on platforms with a system rng it is otherwise not used currently. | ||||
* | Test more TLS functionality (closing, key material export, session tickets) | Jack Lloyd | 2015-07-04 | 1 | -1/+23 |
| | |||||
* | Misread which call MSVC was complaining about | Jack Lloyd | 2015-07-04 | 1 | -5/+7 |
| | |||||
* | MSVC fix, for some reason it believes the load_key call to be ambigious | Jack Lloyd | 2015-07-04 | 1 | -1/+2 |
| | |||||
* | Add a roundtrip test of curve25519 keys | Jack Lloyd | 2015-07-04 | 1 | -0/+58 |
| | | | | | Encoding and decoding of public and private keys and actually computing a shared value. Previous only had KATs of the basic scalarmult algorithm. | ||||
* | Tweak formatting of readme | Jack Lloyd | 2015-07-03 | 1 | -1/+1 |
| | |||||
* | Make ./configure.py --no-autoload --enable-modules='adler32,dlies' compile | Simon Warta | 2015-07-03 | 2 | -3/+11 |
| | |||||
* | Add seperator above test summary | Simon Warta | 2015-07-03 | 1 | -0/+1 |
| | |||||
* | Simplify the website and documentation layout. | Jack Lloyd | 2015-07-03 | 3 | -21/+30 |
| | | | | | | | | | | | | | | Merge the website index, download page, algo page into the readme file so all the important information is in one place. The readme.rst is now also used as the website landing page. Remove the website target on the makefile, replaced by website.sh, since I'm the only one who ever needs to run this. Fix various ReST formatting bugs in news.rst and the manual Remove the old build_log which hasn't been touched in years and refers entirely to compilers which we don't support anymore. | ||||
* | Make Botan compile when only some modules are enabled | Simon Warta | 2015-07-03 | 54 | -198/+463 |
| | | | | Fixes #146. | ||||
* | Avoid DEBUG define; Use NDEBUG if necessary | Simon Warta | 2015-07-03 | 1 | -3/+1 |
| | |||||
* | s/auto/size_t/ | Simon Warta | 2015-07-03 | 2 | -2/+2 |
| | |||||
* | Rename variable with_shared_lib -> build_shared_lib | Simon Warta | 2015-07-03 | 1 | -1/+1 |
| | |||||
* | Use <cstdint>; Remove unused namespace Botan_types | Simon Warta | 2015-07-03 | 1 | -22/+14 |
| | |||||
* | Combine all release notes into a single file, just easier to read. | Jack Lloyd | 2015-07-02 | 2 | -90/+0 |
| | | | | | | | | | Which when you think about it is the main criteria on which to judge release notes, right? No text changes beyond removing Sphinx interdoc links and the :pr: extlinks to Bugzilla. Remove combine_relnotes.py as this was its last run. The setup for the website is very broken as a result of this change, that comes next. | ||||
* | Merge branch 'master' of github.com:randombit/botan | Jack Lloyd | 2015-07-02 | 2 | -9/+14 |
|\ | |||||
| * | Configure Travis CI for OSX and Linux builds | Simon Warta | 2015-07-01 | 2 | -9/+14 |
| | | |||||
* | | Change dist script to pull sources from git instead of monotone | Jack Lloyd | 2015-07-02 | 1 | -91/+41 |
|/ | |||||
* | Replace method to_hex() by Botan::hex_encode() in test | Simon Warta | 2015-06-30 | 1 | -8/+3 |
| | |||||
* | Fix module dependencies of x509 and pubkey | Simon Warta | 2015-06-30 | 2 | -1/+3 |
| | |||||
* | More changes for use with debug STL | Simon Warta | 2015-06-30 | 10 | -21/+56 |
| | |||||
* | tests: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-30 | 13 | -77/+77 |
| | |||||
* | Add copyright for show_dependencies.py | Simon Warta | 2015-06-30 | 2 | -0/+12 |
| | |||||
* | Let TLS unittests fail on exception | Simon Warta | 2015-06-29 | 1 | -2/+2 |
| | |||||
* | Merge pull request #152 from webmaster128/obsolete-compilers | Simon Warta | 2015-06-28 | 2 | -52/+0 |
|\ | | | | | Remove compiler settings from compilers that don't support C++11 | ||||
| * | Remove compiler settings from compilers that don't support C++11 | Simon Warta | 2015-06-28 | 2 | -52/+0 |
| | | |||||
* | | Merge pull request #144 from webmaster128/bounds-check5 | Simon Warta | 2015-06-28 | 53 | -176/+190 |
|\ \ | | | | | | | Bounds check round 5 | ||||
| * | | lib/asn1: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-27 | 4 | -22/+27 |
| | | | |||||
| * | | lib/base: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-27 | 5 | -16/+16 |
| | | | |||||
| * | | lib/block: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-27 | 13 | -59/+59 |
| | | | |||||
| * | | lib/cert: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-27 | 2 | -6/+10 |
| | | | |||||
| * | | lib/codec: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-27 | 4 | -12/+17 |
| | | | |||||
| * | | lib/compression: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-27 | 1 | -2/+2 |
| | | |