index
:
kea
master
kea
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
cryptolink
/
tests
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[master] Finished merge of trac3908 (port cryptolink fixes)
Francis Dupont
2016-11-16
4
-5
/
+61
|
\
|
*
[3908] Fixed HMAC implementations for multiple verifies
Francis Dupont
2015-06-22
1
-0
/
+31
|
*
[3908] Add log lib
Francis Dupont
2015-06-22
1
-0
/
+1
|
*
[3908] Add logger init
Francis Dupont
2015-06-22
1
-2
/
+4
|
*
[3908] Added getHashAlgorithm() function
Francis Dupont
2015-06-22
1
-1
/
+23
*
|
[4236] Updated copyright dates in all files.
Marcin Siodelski
2015-12-16
4
-4
/
+4
*
|
[4236] Replaced license text in all files containing it.
Marcin Siodelski
2015-12-16
4
-44
/
+12
*
|
[3911a] Finished dependency cleanup in src/lib
Francis Dupont
2015-08-30
1
-4
/
+4
*
|
[3919] copyrights
Francis Dupont
2015-06-26
1
-1
/
+1
*
|
[3919] Removed spurious declarations
Francis Dupont
2015-06-24
2
-4
/
+0
|
/
*
[master] Merged trac3513 (-V extended version)
Francis Dupont
2015-06-15
1
-1
/
+6
|
\
|
*
[3513] added static getVersion for cryptolink
Francis Dupont
2015-05-17
1
-1
/
+6
*
|
[3829] updated copyrights
Francis Dupont
2015-05-12
1
-1
/
+1
*
|
[3829] #3829 patch
Francis Dupont
2015-05-12
1
-15
/
+53
|
/
*
[master] merge cryptolink API cleanup (trac3606a)
Francis Dupont
2014-12-24
2
-13
/
+1
*
[trac3593] added truncated HMAC support to TSIG
Francis Dupont
2014-10-22
2
-14
/
+2
*
[3507] Renamed B10_CXXFLAGS to KEA_CXXFLAGS.
Marcin Siodelski
2014-08-12
1
-1
/
+1
*
applied #2406: OpenSSL alternate crypto backend
Francis Dupont
2014-06-30
4
-584
/
+1283
*
[3394] Renamed Kea libraries from libb10-something to libkea-something.
Marcin Siodelski
2014-04-15
1
-3
/
+3
*
[2071] Add b10 prefix to libcryptolink.la
Mukund Sivaraman
2012-08-02
1
-1
/
+1
*
[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
*
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
1
-1
/
+1
*
[1442] rename log4cplus and botan make vars
Jelte Jansen
2011-11-30
1
-2
/
+2
*
[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
2
-2
/
+2
|
\
|
*
[trac951] Revert "[trac951] we do have truncation support (at least in the ap...
JINMEI Tatuya
2011-05-27
1
-3
/
+3
|
*
[trac951] we do have truncation support (at least in the api), so remove chec...
Jelte Jansen
2011-05-23
1
-3
/
+3
|
*
[trac951] workaround for debian build problem
Jelte Jansen
2011-05-23
2
-2
/
+2
*
|
[trac542] Merge branch 'master' into trac542
Stephen Morris
2011-05-24
1
-66
/
+311
|
\
|
|
*
[master] temporarily disabled the HMAC_SHA224_RFC4231_SIGN test due to #951
JINMEI Tatuya
2011-05-21
1
-1
/
+1
|
*
[trac782] add optional hmac algorithm support
feng
2011-05-20
1
-30
/
+267
|
|
\
|
|
*
[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
1
-0
/
+220
|
*
|
[trac893] temporarily disabled hmac tests using truncation due to change a64f778
JINMEI Tatuya
2011-05-06
1
-36
/
+44
|
|
/
*
|
[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] Merge branch 'trac812' with fixing conflicts and regression.
JINMEI Tatuya
2011-04-29
1
-1
/
+1
|
\
[next]