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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
unit-tests: Fix filtered enumerator tests on 64-bit big-endian platforms
Tobias Brunner
2014-03-27
1
-12
/
+12
*
unit-tests: Fix memory leak in ntru tests
Tobias Brunner
2014-03-27
1
-3
/
+5
*
unit-test: added missing TEST_FUNCTION macros
Andreas Steffen
2014-03-22
1
-8
/
+16
*
openssl: Add default fallback when calculating fingerprints of RSA keys
Tobias Brunner
2014-03-22
1
-1
/
+15
*
Completed integration of ntru_crypto library into ntru plugin
Andreas Steffen
2014-03-22
21
-1711
/
+1227
*
crypto-tester: Don't fail if key size is not supported
Tobias Brunner
2014-03-20
1
-6
/
+3
*
unit-tests: Add an option to increase the verbosity when running tests
Tobias Brunner
2014-03-20
1
-1
/
+9
*
unit-tests: Add an option to run only a subset of all test suites
Tobias Brunner
2014-03-20
1
-8
/
+54
*
unit-tests: Actually verify registered algorithms against test vectors
Tobias Brunner
2014-03-20
2
-5
/
+47
*
unit-tests: Use TEST_FUNCTION macro in ntru tests
Tobias Brunner
2014-03-20
1
-34
/
+44
*
unit-tests: Implement registered functions without __builtin_apply()
Tobias Brunner
2014-03-20
1
-17
/
+17
*
unit-tests: Call functions with TEST_ prefix in ntru test
Tobias Brunner
2014-03-20
1
-36
/
+38
*
unit-tests: Prefix imported testable functions with TEST_
Tobias Brunner
2014-03-20
1
-3
/
+3
*
unit-tests: Change how hashtable for testable functions is created
Tobias Brunner
2014-03-20
3
-28
/
+49
*
unit-tests: Generate weak keys with gcrypt plugin (but quickly)
Tobias Brunner
2014-03-20
1
-0
/
+3
*
plugin-feature: Hash only the actually used feature argument
Tobias Brunner
2014-03-20
1
-1
/
+31
*
array: Fix removal of elements in the second half of an array
Tobias Brunner
2014-03-18
1
-1
/
+1
*
plugin-loader: Properly initialize modular plugin list if no plugins are enabled
Tobias Brunner
2014-03-18
1
-0
/
+1
*
Implemented ntru_private_key class
Andreas Steffen
2014-03-18
15
-1381
/
+1429
*
11 bits are needed to encode a maximum index of 1086
Andreas Steffen
2014-03-15
1
-1
/
+1
*
Refactored NTRU parameter set selection
Andreas Steffen
2014-03-07
3
-40
/
+47
*
Refactored ntru_param_sets
Andreas Steffen
2014-03-07
9
-246
/
+175
*
thread: Properly clean up meta data of main thread
Tobias Brunner
2014-03-07
1
-0
/
+2
*
settings: Log all errors on level 1
Tobias Brunner
2014-03-04
1
-4
/
+3
*
settings: Avoid conf file parsing beyond allocated buffer
Thomas Egerer
2014-03-03
1
-2
/
+2
*
Optimize ntru_poly constructors some more
5.1.2
Andreas Steffen
2014-02-27
1
-26
/
+24
*
Optimized initialisation of indices
Andreas Steffen
2014-02-27
1
-50
/
+39
*
Added get_array() method to ntru_poly_t class
Andreas Steffen
2014-02-27
6
-157
/
+90
*
Defined ntru_poly_create_from_seed() and ntru_poly_create_from_data() constru...
Andreas Steffen
2014-02-27
6
-138
/
+220
*
Optimized use of temporary arrays in polynomial multiplication
Andreas Steffen
2014-02-27
2
-24
/
+24
*
Implement ring multiplication method
Andreas Steffen
2014-02-27
4
-113
/
+245
*
utils: Add memrchr(3) replacement for platforms that don't support it
Tobias Brunner
2014-02-26
3
-1
/
+81
*
settings: Use thread-safe dirname(3)
Tobias Brunner
2014-02-24
1
-5
/
+3
*
utils: Add thread-safe variants of dirname(3) and basename(3)
Tobias Brunner
2014-02-24
3
-4
/
+144
*
utils: Move thread-safe strerror replacement to a separate file
Tobias Brunner
2014-02-24
7
-99
/
+145
*
settings: Use dirname(3) correctly
Tobias Brunner
2014-02-24
1
-4
/
+4
*
index limit can be easily computed
Andreas Steffen
2014-02-19
6
-54
/
+28
*
uclibc only defines strndup(3) if _GNU_SOURCE is defined
Tobias Brunner
2014-02-19
1
-2
/
+2
*
sshkey: uclibc only defines fmemopen(3) if _GNU_SOURCE is defined
Tobias Brunner
2014-02-19
1
-0
/
+1
*
Created ntru_poly class for sparse trinary polynomials
Andreas Steffen
2014-02-18
9
-440
/
+575
*
Fixed some typos
Tobias Brunner
2014-02-18
3
-6
/
+6
*
plugin-loader: Escape <ns> in comment as Doxygen sees this as XML tag
Tobias Brunner
2014-02-18
1
-2
/
+2
*
unit-tests: Ignore tests not test_runner
Tobias Brunner
2014-02-18
1
-1
/
+1
*
lookip: Disconnect asynchronously to avoid dead-locking watcher unregistration
Martin Willi
2014-02-17
1
-3
/
+2
*
Fixed a minor vulnerability in which a malformed ASN.1 length field could cau...
5.1.2rc1
Andreas Steffen
2014-02-14
1
-0
/
+1
*
printf-hook-glibc: printf.h on FreeBSD 10 does not include stdargs.h
Tobias Brunner
2014-02-13
1
-1
/
+1
*
array: Fix compilation on FreeBSD
Tobias Brunner
2014-02-13
1
-2
/
+2
*
settings: Add support to enumerate sections and key/value pairs with fallbacks
Tobias Brunner
2014-02-12
3
-45
/
+187
*
settings: Implement subsections and key/value pairs with sorted arrays
Tobias Brunner
2014-02-12
1
-68
/
+74
*
array: Add fallback for qsort_r using thread-local value
Tobias Brunner
2014-02-12
3
-2
/
+49
[prev]
[next]