index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libstrongswan
/
utils
/
chunk.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
chunk: Skip all leading zero bytes in chunk_skip_zero() not just the first
Tobias Brunner
2016-04-04
1
-2
/
+2
*
Use standard unsigned integer types
Andreas Steffen
2016-03-24
1
-7
/
+7
*
utils: Add a constant time chunk_equals() variant for cryptographic purposes
Martin Willi
2015-04-14
1
-0
/
+13
*
chunk: Fix Doxygen comments for chunk_internet_checksum[_inc]
Tobias Brunner
2014-09-11
1
-2
/
+2
*
chunk: Add function to calculate Internet Checksums according to RFC 1071
Tobias Brunner
2014-07-22
1
-0
/
+25
*
unit-tests: Seed chunk_hash() only once, but before creating any hashtables
Martin Willi
2014-06-04
1
-1
/
+2
*
chunk: Don't depend on pthread directly
Martin Willi
2014-06-04
1
-0
/
+8
*
windows: Add a common Windows header for platform specific wrappers
Martin Willi
2014-06-03
1
-0
/
+2
*
chunk: Externalize error reporting in chunk_write()
Martin Willi
2014-01-23
1
-2
/
+3
*
chunk: Use dynamically allocated buffer in chunk_from_fd()
Martin Willi
2014-01-23
1
-2
/
+5
*
chunk: Add functions to map file contents to a chunk
Martin Willi
2014-01-23
1
-0
/
+26
*
chunk: Fix signedness warnings caused by chunk_from_* macros
Tobias Brunner
2013-11-27
1
-3
/
+3
*
chunk: Add helper function to create a chunk from data read from a file descr...
Tobias Brunner
2013-10-23
1
-0
/
+8
*
chunk: Print chunks without separator if + modifier is used
Tobias Brunner
2013-08-24
1
-0
/
+1
*
chunk: Add predictable hash function
Tobias Brunner
2013-06-28
1
-1
/
+31
*
Use local variable in chunk_from_str()
Tobias Brunner
2013-06-11
1
-2
/
+2
*
Replace chunk_hash() with output from chunk_mac()
Tobias Brunner
2013-06-11
1
-0
/
+8
*
Adding chunk_mac() which calculates a 64-bit MAC using SipHash-2-4
Tobias Brunner
2013-06-11
1
-2
/
+16
*
Add a chunk_from_str() initializer that does not include 0-terminator
Martin Willi
2013-01-15
1
-0
/
+5
*
Moved utils.[ch] to utils folder
Tobias Brunner
2012-10-24
1
-1
/
+1
*
Moved chunk_t to utils folder
Tobias Brunner
2012-10-24
1
-0
/
+318