summaryrefslogtreecommitdiffstats
path: root/src/lib/cryptolink (follow)
Commit message (Expand)AuthorAgeFilesLines
* [1442] split -L and -l and add botan ldflags firstJelte Jansen2011-12-012-1/+2
* [1442] rename log4cplus and botan make varsJelte Jansen2011-11-302-3/+3
* [trac1286] change check_PROGRAMS to noinst_PROGRAMSJeremy C. Reed2011-10-111-1/+1
* [trac1091] don't install the unittest librariesJeremy C. Reed2011-10-061-1/+1
* [trac954] small libdep addition to src/lib/cryptolink/tests/Makefile.amJelte Jansen2011-06-011-0/+1
* [trac954] added a sanity check on the size of test data as suggested in review.JINMEI Tatuya2011-05-311-0/+4
* [trac954] re-apply the proposed diff, temporarily disabling truncation testJINMEI Tatuya2011-05-311-286/+136
* Merge branch 'trac951'Jelte Jansen2011-05-303-5/+5
|\
| * [trac951] added a clarification comment on "truncation" to preventJINMEI Tatuya2011-05-271-3/+3
| * [trac951] Revert "[trac951] we do have truncation support (at least in the ap...JINMEI Tatuya2011-05-272-3/+11
| * [trac951] we do have truncation support (at least in the api), so remove chec...Jelte Jansen2011-05-232-11/+3
| * [trac951] workaround for debian build problemJelte Jansen2011-05-232-2/+2
* | [master] make signHMAC match headerJeremy C. Reed2011-05-241-1/+1
* | [trac542] Merge branch 'master' into trac542Stephen Morris2011-05-243-72/+365
|\|
| * [master] temporarily disabled the HMAC_SHA224_RFC4231_SIGN test due to #951JINMEI Tatuya2011-05-211-1/+1
| * [master] corrected the what() string when throwing UnsupportedAlgorithm fromJINMEI Tatuya2011-05-201-1/+2
| * [trac782] add optional hmac algorithm supportfeng2011-05-203-34/+284
| |\
| | * [trac782] set the unknown hash algorithm enum value to 0, avoid that each tim...feng2011-05-121-8/+8
| | * [trac782] add changelog for trac782, refine the unit test codefeng2011-05-111-196/+171
| | * [trac782] add optional algorithm like sha224/sha384/sha512hanfeng2011-05-103-1/+234
| * | [trac936] always fail on secret_len == 0Jelte Jansen2011-05-181-4/+2
| * | [trac936] addressed some commentsJelte Jansen2011-05-181-4/+2
| * | [trac936] use botan-provided version macroJelte Jansen2011-05-181-14/+11
| * | [trac936] check for botan API version, and use appropriate calls in cryptolinkJelte Jansen2011-05-181-1/+33
| * | [trac893] make sure verify() immediately rejects shorter sigs (calling same_memJINMEI Tatuya2011-05-091-1/+1
| * | [trac893] temporarily disabled hmac tests using truncation due to change a64f778JINMEI Tatuya2011-05-061-36/+44
| * | [trac893] temporary change for short signatures: modify cryptolink to rejectJINMEI Tatuya2011-05-061-0/+9
| * | [trac890] re-added BOTAN_RPATH to cryptolink/Makefile.am.JINMEI Tatuya2011-05-021-1/+1
| * | [trac890] proposed workaround fix to the botan rpath problem: specify theJINMEI Tatuya2011-05-021-1/+1
| |/
* | [trac542] Add libexceptions to Makefile.amStephen Morris2011-05-111-0/+1
* | [trac542] Alterations to makefiles to take out unnecessary dependenciesStephen Morris2011-05-111-3/+0
* | [trac542] Convert RUN_ALL_TESTS() to call to isc::util::unittest::run_all()Stephen Morris2011-05-112-1/+4
|/
* [master] small change to make it compile again on my systemJelte Jansen2011-04-291-1/+1
* [master] Merge branch 'trac812' with fixing conflicts and regression.JINMEI Tatuya2011-04-293-7/+3
|\
| * [trac812] fixups to make cryptolink buildable with recent lib/util stuffJINMEI Tatuya2011-04-267-18/+10
* | [master] use botan-configJelte Jansen2011-04-281-1/+1
* | [master] fix BOTAN_LDFLAGS and BOTAN_INCLUDESJelte Jansen2011-04-282-2/+2
* | [master] Merge branch 'trac781'Jelte Jansen2011-04-277-13/+11
* | [trac781] use shared_ptr with deleter instead of scoped_ptrJelte Jansen2011-04-272-19/+26
|/
* [trac781] add deleteHMAC()Jelte Jansen2011-04-263-1/+20
* [trac781] move hash algorithm enum to cryptolink.hJelte Jansen2011-04-265-116/+106
* [trac781] some more updates (added doc and a few test changes)Jelte Jansen2011-04-213-28/+46
* Merge branch 'trac781' of ssh://bind10.isc.org/var/bind10/git/bind10 into tra...Jelte Jansen2011-04-214-15/+15
|\
| * [trac781] minor editorial cleanup (basically along with the style guideline)JINMEI Tatuya2011-04-204-15/+15
* | [trac781] rename 'main' cryptolink file, and clean up includesJelte Jansen2011-04-207-20/+19
|/
* [trac781] catch all (unexpected) Botan errors and rethrow them as LibraryErrorJelte Jansen2011-04-203-22/+80
* [trac781] move signHMAC and verifyHMAC to hmac filesJelte Jansen2011-04-204-97/+127
* [trac781] bit of cleanupJelte Jansen2011-04-203-23/+44
* [trac781] rename 'crypto' to cryptolinkJelte Jansen2011-04-208-0/+1156