aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Expand)AuthorAgeFilesLines
...
* Optimize ntru_poly constructors some more5.1.2Andreas Steffen2014-02-271-26/+24
* Optimized initialisation of indicesAndreas Steffen2014-02-271-50/+39
* Added get_array() method to ntru_poly_t classAndreas Steffen2014-02-276-157/+90
* Defined ntru_poly_create_from_seed() and ntru_poly_create_from_data() constru...Andreas Steffen2014-02-276-138/+220
* Optimized use of temporary arrays in polynomial multiplicationAndreas Steffen2014-02-272-24/+24
* Implement ring multiplication methodAndreas Steffen2014-02-274-113/+245
* utils: Add memrchr(3) replacement for platforms that don't support itTobias Brunner2014-02-263-1/+81
* settings: Use thread-safe dirname(3)Tobias Brunner2014-02-241-5/+3
* utils: Add thread-safe variants of dirname(3) and basename(3)Tobias Brunner2014-02-243-4/+144
* utils: Move thread-safe strerror replacement to a separate fileTobias Brunner2014-02-247-99/+145
* settings: Use dirname(3) correctlyTobias Brunner2014-02-241-4/+4
* index limit can be easily computedAndreas Steffen2014-02-196-54/+28
* uclibc only defines strndup(3) if _GNU_SOURCE is definedTobias Brunner2014-02-191-2/+2
* sshkey: uclibc only defines fmemopen(3) if _GNU_SOURCE is definedTobias Brunner2014-02-191-0/+1
* Created ntru_poly class for sparse trinary polynomialsAndreas Steffen2014-02-189-440/+575
* Fixed some typosTobias Brunner2014-02-183-6/+6
* plugin-loader: Escape <ns> in comment as Doxygen sees this as XML tagTobias Brunner2014-02-181-2/+2
* unit-tests: Ignore tests not test_runnerTobias Brunner2014-02-181-1/+1
* lookip: Disconnect asynchronously to avoid dead-locking watcher unregistrationMartin Willi2014-02-171-3/+2
* Fixed a minor vulnerability in which a malformed ASN.1 length field could cau...5.1.2rc1Andreas Steffen2014-02-141-0/+1
* printf-hook-glibc: printf.h on FreeBSD 10 does not include stdargs.hTobias Brunner2014-02-131-1/+1
* array: Fix compilation on FreeBSDTobias Brunner2014-02-131-2/+2
* settings: Add support to enumerate sections and key/value pairs with fallbacksTobias Brunner2014-02-123-45/+187
* settings: Implement subsections and key/value pairs with sorted arraysTobias Brunner2014-02-121-68/+74
* array: Add fallback for qsort_r using thread-local valueTobias Brunner2014-02-123-2/+49
* plugin-loader: Optionally use load option in each plugin section to load pluginsTobias Brunner2014-02-122-4/+144
* array: Add array_bsearch functionTobias Brunner2014-02-123-0/+141
* array: Add array_sort functionTobias Brunner2014-02-123-1/+167
* lib: All settings use configured namespaceTobias Brunner2014-02-1223-54/+54
* lib: Add default config fallback for configured namespaceTobias Brunner2014-02-121-0/+3
* unit-tests: Test how settings_t handles some invalid dataTobias Brunner2014-02-121-0/+72
* settings: Add method that allows to define fallback sections for other sectionsTobias Brunner2014-02-123-13/+276
* settings: Make print_key() not rely on null-terminated beginning of key bufferTobias Brunner2014-02-121-10/+5
* unit-tests: Add tests for includes and file loading in settings_tTobias Brunner2014-02-121-0/+149
* settings: Allow empty strings in section keyTobias Brunner2014-02-122-23/+33
* unit-tests: Add tests for enumerators in settings_tTobias Brunner2014-02-121-0/+148
* unit-tests: Add tests for setters in settings_tTobias Brunner2014-02-121-0/+109
* unit-tests: Add basic tests for settings_tTobias Brunner2014-02-123-0/+319
* lib: Add global config namespaceTobias Brunner2014-02-123-5/+19
* asn1: Support dates before 1970-01-01 (i.e. when time_t gets negative)Tobias Brunner2014-02-123-4/+29
* asn1: Add additional validation for parsed ASN.1 date/time valuesTobias Brunner2014-02-122-1/+20
* identification: Fix printing of empty RDNs on FreeBSDTobias Brunner2014-02-121-1/+6
* tests: Fix test for printing NULL on FreeBSDTobias Brunner2014-02-121-2/+13
* unit-tests: added asn1_parser testsAndreas Steffen2014-02-103-0/+293
* unit-tests: added some more ASN.1 length testsAndreas Steffen2014-02-101-0/+13
* leak_detective: Assign return value of realloc to bufThomas Egerer2014-02-101-1/+1
* rdrand: Provide get_features() regardless of RDRAND availabilityMartin Willi2014-02-101-6/+6
* rdrand: Move RDRAND detection log to level 2Martin Willi2014-02-101-2/+2
* unit-tests: Add some test cases for HTTP GET/POST fetchesMartin Willi2014-01-313-1/+275
* unit-tests: Fix test_runner_run() apidocMartin Willi2014-01-291-1/+1