]> git.ipfire.org Git - people/ms/strongswan.git/history - src
unit-tests: Move ntru_test_rng_t to a utility class in libtest
[people/ms/strongswan.git] / src /
2013-12-04  Tobias Brunnerunit-tests: Move ntru_test_rng_t to a utility class...
2013-12-04  Tobias Brunnerunit-tests: Fix apidoc for libtest
2013-12-04  Tobias Brunnerntru: Fix compiler warning caused by ++/-- on righthand...
2013-12-03  Adrian-Ken Rueegseggercharon-tkm: Implement IANA DH Id to TKM Id mapping
2013-12-03  Adrian-Ken Rueegseggercharon-tkm: Drop unnecessary include
2013-11-28  Tobias Brunnerike: Log SK_p consistently on level 4
2013-11-27  Andreas SteffenAdded DRBG automatic reseeding tests
2013-11-27  Andreas SteffenUse strongSwan hash plugins for SHA-1 and SHA-256
2013-11-27  Andreas SteffenExtended NIST SP 800-90A HMAC_DRBG test cases
2013-11-27  Andreas SteffenCleaned up ntru-crypto library
2013-11-27  Andreas SteffenImplemented NIST SP 800-90A DRBG_HMAC with SHA-256
2013-11-27  Andreas SteffenAdded NTRU key exchange to default IKE proposal
2013-11-27  Andreas Steffenunit-tests: Added ntru wrong ciphertext test
2013-11-27  Andreas Steffenunit-tests: Added ntru entropy, retransmission and...
2013-11-27  Andreas SteffenAny of the four NTRU parameter sets can be selected
2013-11-27  Andreas SteffenMake the NTRU parameter set configurable
2013-11-27  Andreas Steffenunit-tests: first NTRU test case
2013-11-27  Andreas SteffenPrototype implementation of IKE key exchange via NTRU...
2013-11-27  Tobias BrunnerMerge branch 'nm-psk'
2013-11-27  Tobias Brunnernm: Require the PSK to be at least 20 characters long
2013-11-27  Tobias Brunnernm: German translation updated
2013-11-27  Tobias Brunnernm: Handle PSK option in NM backend
2013-11-27  Tobias Brunnernm: Add PSK option to auth-dialog
2013-11-27  Tobias Brunnernm: Add pre-shared key option in GUI
2013-11-27  Tobias Brunnernm: Make intltool recognize glade files properly
2013-11-27  Tobias Brunnercharon-tkm: Don't run tests automatically during 'make...
2013-11-27  Reto Buerkicharon-tkm: Add Binder switches to test project to...
2013-11-27  Tobias Brunnercharon-tkm: Migrate tests to our own test runner
2013-11-27  Tobias Brunnercharon-tkm: Support for out-of-tree build added
2013-11-27  Tobias Brunnerchunk: Fix signedness warnings caused by chunk_from_...
2013-11-22  Martin Willitun-device: Include <linux/types.h> before <linux/if_tun.h>
2013-11-21  Tobias Brunnertrap-manager: Reset IKE_SA on bus_t if initiating fails
2013-11-21  Tobias Brunnertrap-manager: Prevent deadlock when installing trap...
2013-11-20  Martin Williprintf-hook-builtin: Don't use %P to print uppercase...
2013-11-19  Tobias Brunneropenssl: Verify that a peer's ECDH public value is...
2013-11-19  Tobias Brunnerkernel-netlink: Enable TFC padding only for tunnel...
2013-11-15  Andreas SteffenImplemented libstrongswan.plugins.random.strong_equals_...
2013-11-13  Tobias Brunnerandroid: New release based on 5.1.1
2013-11-13  Tobias Brunnerandroid: Remove dependency on libvstr
2013-11-06  Martin WilliMerge branch 'unit-tests'
2013-11-06  Tobias Brunnerunit-tests: Initialize tests with a callback
2013-11-06  Tobias Brunnerplugin-loader: Convenience function added to add plugin...
2013-11-06  Martin Williunit-tests: Separate test runner to a library, reusable...
2013-11-06  Martin Williunit-tests: Use some include magic to define test suite...
2013-11-06  Martin Williunit-tests: Check printing of strings having zero length
2013-11-06  Martin Williunit-tests: Add some basic tests if PRI* printf specifi...
2013-11-06  Martin Williunit-tests: Add a semaphore wait cancel test
2013-11-06  Martin Williunit-tests: Add a semaphore absolute timed wait test
2013-11-06  Martin Williunit-tests: Add a semaphore timed wait test case
2013-11-06  Martin Williunit-tests: Add a simple semaphore test
2013-11-06  Martin Williunit-tests: Add a spinlock test case
2013-11-06  Martin Williunit-tests: Add a rwlock condvar thread cancel test
2013-11-06  Martin Williunit-tests: Add a rwlock condvar absolute timed wait...
2013-11-06  Martin Williunit-tests: Add a rwlock condvar wait test
2013-11-06  Martin Williunit-tests: Add a rwlock condvar broadcast test
2013-11-06  Martin Williunit-tests: Add a rwlock condvar test
2013-11-06  Martin Williunit-tests: Add a rwlock test case
2013-11-06  Martin Williunit-tests: Add a condvar test where wait gets cancelled
2013-11-06  Martin Williunit-tests: Add a condvar test working on a recursive...
2013-11-06  Martin Williunit-tests: Add a condvar absolute timed wait test
2013-11-06  Martin Williunit-tests: Add a condvar timed wait test
2013-11-06  Martin Williunit-tests: Add condvar broadcast test
2013-11-06  Martin Williunit-tests: Add a simple condvar test
2013-11-06  Martin Williunit-tests: Add a thread local storage cleanup test
2013-11-06  Martin Williunit-tests: Add a thread local storage fuzzer test
2013-11-06  Martin Williunit-tests: Add a thread cleanup pop test
2013-11-06  Martin Williunit-tests: Add cleanup test cases for different thread...
2013-11-06  Martin Williunit-tests: Add a test for thread_cancellation_point()
2013-11-06  Martin Williunit-tests: Add thread cancellability testing
2013-11-06  Martin Williunit-tests: Add a simple thread_cancel() test
2013-11-06  Martin Williunit-tests: Add thread_exit() tests to both join and...
2013-11-06  Martin Williunit-tests: Add a simple thread detach test
2013-11-06  Martin Williunit-tests: Add a simple thread join() test
2013-11-06  Martin Williunit-tests: Add test suite for streams and services
2013-11-06  Martin Williunit-tests: Add a few test cases for watcher
2013-11-06  Martin Williunit-tests: Support testing multi-threaded code
2013-11-06  Martin Williunit-tests: Use a home-brew thread barrier to remove...
2013-11-06  Martin Williunit-tests: Show how many test vectors have failed...
2013-11-06  Martin Williunit-tests: Skip fmemopen() based printf() tests if...
2013-11-06  Martin Williunit-tests: Avoid name clash with clone() from <sched.h>
2013-11-06  Martin Williunit-tests: Fix a compiler warning in identification...
2013-11-06  Martin Williunit-tests: Clean up memory in new asn1 unit tests
2013-11-06  Martin Williunit-tests: Pass linked_list->invoke* varargs as uintptr_t
2013-11-06  Martin Williunit-tests: Initialize backtracing before printing...
2013-11-06  Martin Willithread: Note that tread_cancellation_point temporarily...
2013-11-06  Martin Willibacktrace: Support backtracing even if library is not...
2013-11-06  Martin Williunit-tests: Enable libstrongswan tests even if --enable...
2013-11-06  Martin Williunit-tests: Implement testing framework without "check"
2013-11-06  Martin Willileak-detective: Call {gm,local}time_r() to allocate...
2013-11-06  Martin Willileak-detective: Register OS X specific hooks just once
2013-11-06  Martin Willileak-detective: Reset leak list during cleanup
2013-11-06  Martin Willileak-detective: Use callback functions to report leaks...
2013-11-06  Martin Williunit-tests: Move test suites to its own subfolder
2013-11-06  Tobias Brunnerikev2: Properly free DH secret in case of errors during...
2013-11-04  Andreas Steffenunit-tests: completed asn1_suite
2013-11-03  Andreas SteffenUpdated test_runner.h with new suites
2013-11-03  Andreas Steffenunit-tests: 100% function coverage for asn1.c
2013-11-02  Andreas Steffenunit-tests: 12 asn1 functions tested
2013-11-02  Andreas SteffenSome minor refactoring in asn1.c
2013-11-02  Andreas SteffenDo not free zero-length integer
next