index
:
kea
master
kea
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[trac812next] made straightforward changes to toWire() methods so that
JINMEI Tatuya
2011-04-28
9
-35
/
+42
*
[trac812next] added document for the TSIG version of toWire()
JINMEI Tatuya
2011-04-28
1
-5
/
+20
*
[trac812next] added documentation for TSIGRecord
JINMEI Tatuya
2011-04-28
3
-6
/
+195
*
[trac812next] unified "fake time" hook in lib/util/time_utilities.
JINMEI Tatuya
2011-04-28
5
-50
/
+51
*
[trac812next] implemented TSIG signing main part: add TSIGRecord::toWire() an...
JINMEI Tatuya
2011-04-28
12
-149
/
+387
*
[trac812next] use AbstractMessageRenderer for toWire().
JINMEI Tatuya
2011-04-28
5
-3
/
+61
*
[trac812next] created separate tsigrecord.* files as TSIGRecord is quite
JINMEI Tatuya
2011-04-27
6
-76
/
+132
*
[trac812next] Merge branch 'trac812' into trac812next
JINMEI Tatuya
2011-04-27
33
-37
/
+3163
|
\
|
*
[trac812] minor editorial cleanups
JINMEI Tatuya
2011-04-27
1
-3
/
+3
|
*
[trac812] makefile updates, mainly for the additional dependency on libcrypto...
JINMEI Tatuya
2011-04-27
6
-5
/
+14
|
*
[trac812] ensure TSIGContext::sign() provides strong exception guarantee
JINMEI Tatuya
2011-04-27
7
-56
/
+223
|
*
[trac812] reject NULL or len=0 data
JINMEI Tatuya
2011-04-27
3
-0
/
+19
|
*
[trac812] some cleanups
JINMEI Tatuya
2011-04-27
2
-31
/
+35
|
*
[trac812] reduce dependency: removed unused function in lib/dns/tests/
JINMEI Tatuya
2011-04-26
1
-1
/
+0
|
*
[trac812] reduce dependency: asiolink now doesn't need libdns++.
JINMEI Tatuya
2011-04-26
2
-5
/
+0
|
*
[trac812] reduce dependency: we don't need libdns++ for cc tests.
JINMEI Tatuya
2011-04-26
1
-1
/
+0
|
*
[trac812] main code for TSIG signing.
JINMEI Tatuya
2011-04-26
3
-0
/
+1002
|
*
[trac812] added mostly trivial TSIGError class.
JINMEI Tatuya
2011-04-26
3
-0
/
+456
|
*
[trac812] another prerequisite update to TSIGKey: we need an ability to
JINMEI Tatuya
2011-04-26
3
-18
/
+46
|
*
[trac812] added a test case for the previous change to TSIGKey
JINMEI Tatuya
2011-04-26
1
-0
/
+5
|
*
[trac812] a prerequisite fixes to tsigkey: make sure key name is also
JINMEI Tatuya
2011-04-26
1
-2
/
+3
|
*
[trac812] fixups to make cryptolink buildable with recent lib/util stuff
JINMEI Tatuya
2011-04-26
8
-21
/
+13
|
*
[trac812] Merge branch 'trac781' into trac812
JINMEI Tatuya
2011-04-26
14
-18
/
+1468
|
|
\
|
|
*
[trac781] add deleteHMAC()
Jelte Jansen
2011-04-26
3
-1
/
+20
|
|
*
[trac781] move hash algorithm enum to cryptolink.h
Jelte Jansen
2011-04-26
5
-116
/
+106
|
|
*
[trac781] some more updates (added doc and a few test changes)
Jelte Jansen
2011-04-21
4
-28
/
+47
|
|
*
Merge branch 'trac781' of ssh://bind10.isc.org/var/bind10/git/bind10 into tra...
Jelte Jansen
2011-04-21
4
-15
/
+15
|
|
|
\
|
|
|
*
[trac781] minor editorial cleanup (basically along with the style guideline)
JINMEI Tatuya
2011-04-20
4
-15
/
+15
|
|
*
|
[trac781] rename 'main' cryptolink file, and clean up includes
Jelte Jansen
2011-04-20
8
-21
/
+20
|
|
|
/
|
|
*
[trac781] catch all (unexpected) Botan errors and rethrow them as LibraryError
Jelte Jansen
2011-04-20
3
-22
/
+80
|
|
*
[trac781] move signHMAC and verifyHMAC to hmac files
Jelte Jansen
2011-04-20
4
-97
/
+127
|
|
*
[trac781] bit of cleanup
Jelte Jansen
2011-04-20
3
-23
/
+44
|
|
*
[trac781] rename 'crypto' to cryptolink
Jelte Jansen
2011-04-20
10
-85
/
+116
|
|
*
[trac781] make HMAC constructor private
Jelte Jansen
2011-04-20
5
-47
/
+54
|
|
*
[trac781] make a singleton entry point, moved hmac into own source file
Jelte Jansen
2011-04-20
7
-250
/
+344
|
|
*
[trac781] renamed test and refactored duplicate initialization code
Jelte Jansen
2011-04-20
3
-8
/
+12
|
|
*
[trac781] apply proposed patch
Jelte Jansen
2011-04-19
1
-19
/
+22
|
|
*
[trac781] constify
Jelte Jansen
2011-04-19
2
-173
/
+179
|
|
*
[trac781] better way to test (both vector and buffer)
Jelte Jansen
2011-04-19
1
-38
/
+47
|
|
*
[trac781] some additional tests
Jelte Jansen
2011-04-19
3
-5
/
+56
|
|
*
[trac781] one more trivial cleanup: added space around 'return'
JINMEI Tatuya
2011-04-19
1
-2
/
+2
|
|
*
[trac781] some trivial changes:
JINMEI Tatuya
2011-04-19
5
-23
/
+25
|
|
*
[trac781] forgot to update a doxygen
Jelte Jansen
2011-04-18
1
-2
/
+5
|
|
*
[trac781] add other sign() parameter options, and possibilty for truncated sigs
Jelte Jansen
2011-04-18
3
-29
/
+185
|
|
*
[trac781] add a Crypto class for initialization (instead of static)
Jelte Jansen
2011-04-18
4
-8
/
+41
|
|
*
[trac781] Remove TSIGKey from unittests too
Jelte Jansen
2011-04-17
1
-96
/
+90
|
|
*
[trac781] remove TSIGKey from crypto api
Jelte Jansen
2011-04-17
4
-66
/
+129
|
|
*
[trac781] review comments pt1
Jelte Jansen
2011-04-17
8
-52
/
+78
|
|
*
[trac781] some mostly editorial cleanups: remove redudant whites, catch
JINMEI Tatuya
2011-04-15
3
-10
/
+11
|
|
*
[trac781] test both 'direct' and convenience methods
Jelte Jansen
2011-04-14
3
-19
/
+56
[next]