Jelte Jansen
|
6c274fd95d
[trac781] move hash algorithm enum to cryptolink.h
|
14 years ago |
Jelte Jansen
|
a1703e5ae5
[trac781] some more updates (added doc and a few test changes)
|
14 years ago |
Jelte Jansen
|
145a617319
Merge branch 'trac781' of ssh://bind10.isc.org/var/bind10/git/bind10 into trac781
|
14 years ago |
JINMEI Tatuya
|
fb7877b06b
[trac781] minor editorial cleanup (basically along with the style guideline)
|
14 years ago |
Jelte Jansen
|
20336851f4
[trac781] rename 'main' cryptolink file, and clean up includes
|
14 years ago |
Jelte Jansen
|
246e56b3bb
[trac781] catch all (unexpected) Botan errors and rethrow them as LibraryError
|
14 years ago |
Jelte Jansen
|
168bed0162
[trac781] move signHMAC and verifyHMAC to hmac files
|
14 years ago |
Jelte Jansen
|
e831ffa212
[trac781] bit of cleanup
|
14 years ago |
Jelte Jansen
|
4eda7bbc80
[trac781] rename 'crypto' to cryptolink
|
14 years ago |
Jelte Jansen
|
122d477847
[trac781] make HMAC constructor private
|
14 years ago |
Jelte Jansen
|
e74f6d5e8f
[trac781] make a singleton entry point, moved hmac into own source file
|
14 years ago |
Jelte Jansen
|
f137e0fa3a
[trac781] renamed test and refactored duplicate initialization code
|
14 years ago |
Jelte Jansen
|
cf456aa154
[trac781] apply proposed patch
|
14 years ago |
Jelte Jansen
|
006b2ea9da
[trac781] constify
|
14 years ago |
Jelte Jansen
|
c34d8eb763
[trac781] better way to test (both vector and buffer)
|
14 years ago |
Jelte Jansen
|
2aa47d167c
[trac781] some additional tests
|
14 years ago |
JINMEI Tatuya
|
604e90d1e0
[trac781] one more trivial cleanup: added space around 'return'
|
14 years ago |
JINMEI Tatuya
|
dcf58b7836
[trac781] some trivial changes:
|
14 years ago |
Jelte Jansen
|
f4f11a9b1c
[trac781] forgot to update a doxygen
|
14 years ago |
Jelte Jansen
|
74e6966d7f
[trac781] add other sign() parameter options, and possibilty for truncated sigs
|
14 years ago |
Jelte Jansen
|
0334c1798e
[trac781] add a Crypto class for initialization (instead of static)
|
14 years ago |
Jelte Jansen
|
40f4efbbd9
[trac781] Remove TSIGKey from unittests too
|
14 years ago |
Jelte Jansen
|
a57662d6db
[trac781] remove TSIGKey from crypto api
|
14 years ago |
Jelte Jansen
|
122d9611bd
[trac781] review comments pt1
|
14 years ago |
JINMEI Tatuya
|
231b299118
[trac781] some mostly editorial cleanups: remove redudant whites, catch
|
14 years ago |
Jelte Jansen
|
4d55533790
[trac781] test both 'direct' and convenience methods
|
14 years ago |
Jelte Jansen
|
c374a5c5a3
[trac781] make sig args for verify() also raw data
|
14 years ago |
Jelte Jansen
|
cd3ce64ac0
[trac781] input data for sign and verify as void* instead of buffer
|
14 years ago |
Jelte Jansen
|
24aa99548a
[trac781] create hmac class to add update() functionality
|
14 years ago |
Jelte Jansen
|
aa0ddfbb4f
[trac781] Merge branch 'trac781' of ssh://bind10.isc.org/var/bind10/git/bind10 into trac781
|
14 years ago |