aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a return value to prf_t.get_bytes()Martin Willi2012-07-1613-48/+133
|
* Add a return value to tls_prf_t.set_key()Martin Willi2012-07-163-9/+13
|
* Add a return value to tls_prf_t.get_bytes()Martin Willi2012-07-163-20/+42
|
* prf_plus_create() can return NULL on failureMartin Willi2012-07-163-1/+21
|
* Add a return value to prf_plus_t.get_bytes()Martin Willi2012-07-162-7/+7
|
* Add a return value to prf_plus_t.allocate_bytes()Martin Willi2012-07-164-19/+81
|
* Add a return value to signer_t.set_key()Martin Willi2012-07-1610-20/+56
|
* Add a return value to tls_crypto_t.derive_secrets()Martin Willi2012-07-164-21/+44
|
* Add a return value to simaka_crypto_t.derive_keys_*()Martin Willi2012-07-166-46/+84
|
* Add a return value to signer_t.get_signature()Martin Willi2012-07-168-32/+63
|
* Add a return value to radius_message_t.sign()Martin Willi2012-07-165-15/+26
|
* Add a return value to simaka_message_t.generate()Martin Willi2012-07-166-90/+264
|
* Add a return value to signer_t.allocate_signature()Martin Willi2012-07-166-7/+25
|
* Add a return value to aead_t.set_key()Martin Willi2012-07-167-9/+30
|
* Add a return value to aead_t.encrypt()Martin Willi2012-07-168-17/+45
|
* ipsec attest now can measure all files in a directoryAndreas Steffen2012-07-169-171/+323
|
* moved listing of file measurements to pts_file_measAndreas Steffen2012-07-163-9/+31
|
* moved to debug level 3Andreas Steffen2012-07-161-4/+4
|
* Compilation error fixed if dladdr is not availableTobias Brunner2012-07-141-0/+6
|
* Don't modify the message string passed to logger, as it gets reusedMartin Willi2012-07-137-35/+40
|
* transfer IMA file measurements via PA-TNCAndreas Steffen2012-07-136-39/+81
|
* some more copyright updatesAndreas Steffen2012-07-132-2/+2
|
* Invoke autoheader after libtool/aclocal to work on up-to-date dataMartin Willi2012-07-131-1/+1
|
* Silence cast warning on 32-bit platformsMartin Willi2012-07-131-1/+1
|
* Don't set BFD_DECOMPRESS when building against older binutilsMartin Willi2012-07-131-0/+2
|
* Log to a malloc()ed buffer if the on-stack buffer is not large enoughMartin Willi2012-07-131-3/+23
|
* Append directly to base string in vstr printf hooksMartin Willi2012-07-132-20/+10
|
* Write directly to FILE stream in glibc printf hooksMartin Willi2012-07-132-35/+49
|
* Pass opaque data to printf hooks and print_in_hook()Martin Willi2012-07-1316-74/+98
|
* Increase leak detective backtrace depth by a frameMartin Willi2012-07-131-4/+4
|
* Don't access tail magic when reallocating invalid memory, as it would crashMartin Willi2012-07-131-5/+7
|
* With --enable-bfd-backtraces, use binutils libbfd to resolve backtracesMartin Willi2012-07-135-29/+296
| | | | | | | | The invocation of addr2line to resolve backtrace source locations is slow and cumbersome. When using libbfd directly, we can eliminate the overhead of the process invocation. Even better, we can cache library symbol names, bringing wicked fast lookups. As a neat bonus, we can resolve static function names.
* Add an external method to disable leak detective temporarlyMartin Willi2012-07-132-0/+38
|
* Simplify NAT-D payload creation if UDP encapsulation is forcedTobias Brunner2012-07-131-2/+2
| | | | | We don't need any address lookups in that case as the content of the payload is generated randomly anyway.
* added PA-TNC max_msg_len option to man pageAndreas Steffen2012-07-131-0/+6
|
* updated Copyright infoAndreas Steffen2012-07-1332-33/+48
|
* wait for the finalization of the Functional Component measurementsAndreas Steffen2012-07-133-4/+19
|
* restrict PA-TNC message siz only if upper limit is definedAndreas Steffen2012-07-121-1/+1
|
* a curly bracket got lostAndreas Steffen2012-07-121-0/+1
|
* destroy oversized attributesAndreas Steffen2012-07-122-0/+2
|
* prevent endless loop with oversize attributesAndreas Steffen2012-07-122-8/+32
|
* restrict PA-TNC messages to maximum sizeAndreas Steffen2012-07-1215-29/+243
|
* refactored PA-TNC attribute error handlingAndreas Steffen2012-07-122-82/+26
|
* fixed memory leak in the IETF standard error handlingAndreas Steffen2012-07-121-1/+2
|
* static upper size limit for PA-TNC messagesAndreas Steffen2012-07-1227-62/+245
|
* Avoid that any % characters (e.g. in %any) are evaluated when logging via strokeTobias Brunner2012-07-121-1/+1
|
* Added PLUGIN_NOOP to separate PLUGIN_PROVIDE from previous CALLBACK/REGISTER ↵Tobias Brunner2012-07-122-9/+19
| | | | entries
* Android.mk of libstrongswan adapted to config.h changesTobias Brunner2012-07-121-78/+24
|
* Properly cleanup thread-local values for the threads destroying ↵Tobias Brunner2012-07-121-2/+19
| | | | thread_value_t objects
* Set a sane default if --with-dev-headers is given without pathMartin Willi2012-07-121-0/+3
|