| Commit message (Expand) | Author | Age | Files | Lines |
* | [master] many spelling or typo fixes | Jeremy C. Reed | 2013-04-09 | 1 | -1/+1 |
* | [2357] clean up a few #endif comments | Jelte Jansen | 2012-10-25 | 1 | -1/+1 |
* | [2357] Update scaffolding using fix-scaffolding.py tool | Mukund Sivaraman | 2012-10-25 | 2 | -5/+5 |
* | [2071] Add b10 prefix to libcryptolink.la | Mukund Sivaraman | 2012-08-02 | 2 | -6/+6 |
* | [2071] Add b10 prefix to libutil.la | Mukund Sivaraman | 2012-08-02 | 1 | -1/+1 |
* | [2071] Add b10 prefix to libexceptions.la | Mukund Sivaraman | 2012-08-02 | 1 | -1/+1 |
* | [master] fix errors with ambiguous types and other boost uses | Jeremy C. Reed | 2012-07-25 | 1 | -1/+1 |
* | [master] Use libtool from top_builddir | Mukund Sivaraman | 2012-06-21 | 1 | -1/+1 |
* | [2036] Integrate valgrind into our test suite | Mukund Sivaraman | 2012-06-12 | 1 | -0/+3 |
* | [master] be sure to include cstring for memcpy, and add std:: for it. | JINMEI Tatuya | 2012-05-11 | 1 | -1/+3 |
* | Add more .gitignore files for the rest of generated stuff | Mukund Sivaraman | 2012-03-09 | 1 | -0/+1 |
* | Merge branch 'master' into trac1470 | Stephen Morris | 2011-12-19 | 1 | -1/+1 |
|\ |
|
| * | [master] whitespace police | Jeremy C. Reed | 2011-12-14 | 1 | -1/+1 |
* | | [1470] Change some loop indexes to unsigned values | Stephen Morris | 2011-12-12 | 1 | -1/+2 |
|/ |
|
* | [1442] split -L and -l and add botan ldflags first | Jelte Jansen | 2011-12-01 | 2 | -1/+2 |
* | [1442] rename log4cplus and botan make vars | Jelte Jansen | 2011-11-30 | 2 | -3/+3 |
* | [trac1286] change check_PROGRAMS to noinst_PROGRAMS | Jeremy C. Reed | 2011-10-11 | 1 | -1/+1 |
* | [trac1091] don't install the unittest libraries | Jeremy C. Reed | 2011-10-06 | 1 | -1/+1 |
* | [trac954] small libdep addition to src/lib/cryptolink/tests/Makefile.am | Jelte Jansen | 2011-06-01 | 1 | -0/+1 |
* | [trac954] added a sanity check on the size of test data as suggested in review. | JINMEI Tatuya | 2011-05-31 | 1 | -0/+4 |
* | [trac954] re-apply the proposed diff, temporarily disabling truncation test | JINMEI Tatuya | 2011-05-31 | 1 | -286/+136 |
* | Merge branch 'trac951' | Jelte Jansen | 2011-05-30 | 3 | -5/+5 |
|\ |
|
| * | [trac951] added a clarification comment on "truncation" to prevent | JINMEI Tatuya | 2011-05-27 | 1 | -3/+3 |
| * | [trac951] Revert "[trac951] we do have truncation support (at least in the ap... | JINMEI Tatuya | 2011-05-27 | 2 | -3/+11 |
| * | [trac951] we do have truncation support (at least in the api), so remove chec... | Jelte Jansen | 2011-05-23 | 2 | -11/+3 |
| * | [trac951] workaround for debian build problem | Jelte Jansen | 2011-05-23 | 2 | -2/+2 |
* | | [master] make signHMAC match header | Jeremy C. Reed | 2011-05-24 | 1 | -1/+1 |
* | | [trac542] Merge branch 'master' into trac542 | Stephen Morris | 2011-05-24 | 3 | -72/+365 |
|\| |
|
| * | [master] temporarily disabled the HMAC_SHA224_RFC4231_SIGN test due to #951 | JINMEI Tatuya | 2011-05-21 | 1 | -1/+1 |
| * | [master] corrected the what() string when throwing UnsupportedAlgorithm from | JINMEI Tatuya | 2011-05-20 | 1 | -1/+2 |
| * | [trac782] add optional hmac algorithm support | feng | 2011-05-20 | 3 | -34/+284 |
| |\ |
|
| | * | [trac782] set the unknown hash algorithm enum value to 0, avoid that each tim... | feng | 2011-05-12 | 1 | -8/+8 |
| | * | [trac782] add changelog for trac782, refine the unit test code | feng | 2011-05-11 | 1 | -196/+171 |
| | * | [trac782] add optional algorithm like sha224/sha384/sha512 | hanfeng | 2011-05-10 | 3 | -1/+234 |
| * | | [trac936] always fail on secret_len == 0 | Jelte Jansen | 2011-05-18 | 1 | -4/+2 |
| * | | [trac936] addressed some comments | Jelte Jansen | 2011-05-18 | 1 | -4/+2 |
| * | | [trac936] use botan-provided version macro | Jelte Jansen | 2011-05-18 | 1 | -14/+11 |
| * | | [trac936] check for botan API version, and use appropriate calls in cryptolink | Jelte Jansen | 2011-05-18 | 1 | -1/+33 |
| * | | [trac893] make sure verify() immediately rejects shorter sigs (calling same_mem | JINMEI Tatuya | 2011-05-09 | 1 | -1/+1 |
| * | | [trac893] temporarily disabled hmac tests using truncation due to change a64f778 | JINMEI Tatuya | 2011-05-06 | 1 | -36/+44 |
| * | | [trac893] temporary change for short signatures: modify cryptolink to reject | JINMEI Tatuya | 2011-05-06 | 1 | -0/+9 |
| * | | [trac890] re-added BOTAN_RPATH to cryptolink/Makefile.am. | JINMEI Tatuya | 2011-05-02 | 1 | -1/+1 |
| * | | [trac890] proposed workaround fix to the botan rpath problem: specify the | JINMEI Tatuya | 2011-05-02 | 1 | -1/+1 |
| |/ |
|
* | | [trac542] Add libexceptions to Makefile.am | Stephen Morris | 2011-05-11 | 1 | -0/+1 |
* | | [trac542] Alterations to makefiles to take out unnecessary dependencies | Stephen Morris | 2011-05-11 | 1 | -3/+0 |
* | | [trac542] Convert RUN_ALL_TESTS() to call to isc::util::unittest::run_all() | Stephen Morris | 2011-05-11 | 2 | -1/+4 |
|/ |
|
* | [master] small change to make it compile again on my system | Jelte Jansen | 2011-04-29 | 1 | -1/+1 |
* | [master] Merge branch 'trac812' with fixing conflicts and regression. | JINMEI Tatuya | 2011-04-29 | 3 | -7/+3 |
|\ |
|
| * | [trac812] fixups to make cryptolink buildable with recent lib/util stuff | JINMEI Tatuya | 2011-04-26 | 7 | -18/+10 |
* | | [master] use botan-config | Jelte Jansen | 2011-04-28 | 1 | -1/+1 |