aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Check rng return value when generating key and IV in PKCS#7 wrapperTobias Brunner2012-07-161-2/+14
* Check rng return value when generating ME CONNECT_ID and KEYTobias Brunner2012-07-161-2/+14
* Check rng return value when generating IKEv1 message IDsTobias Brunner2012-07-161-8/+20
* Check rng return value when generating COOKIE2 during MOBIKETobias Brunner2012-07-161-6/+11
* Check rng return value when generating COOKIE secret in receiverTobias Brunner2012-07-161-8/+22
* Check rng return value when generating fake NAT detection payloadsTobias Brunner2012-07-162-4/+5
* Check rng return value when encrypting encryption payloadTobias Brunner2012-07-161-2/+8
* Check rng return value when generating SPIs in ike_sa_manager_tTobias Brunner2012-07-161-35/+67
* Check rng return value in crypto testerTobias Brunner2012-07-161-15/+17
* Relay rng return value in nonce pluginTobias Brunner2012-07-161-4/+2
* RNGs' get_bytes and allocate_bytes return booleanTobias Brunner2012-07-166-21/+39
* Nonce: Let get_nonce, allocate_nonce return booleanReto Buerki2012-07-166-9/+39
* Add a return value to prf_t.set_key()Martin Willi2012-07-1612-43/+92
* Add a return value to prf_t.allocate_bytes()Martin Willi2012-07-169-43/+92
* Use a bool return value in keymat_v1_t.get_hash_phase2()Martin Willi2012-07-163-31/+29
* Add a return value to keymat_v1_t.get_hash()Martin Willi2012-07-164-17/+35
* Add a return value to keymat_v2_t.get_auth_octets()Martin Willi2012-07-165-21/+37
* Add a return value to keymat_v2_t.get_psk_sig()Martin Willi2012-07-164-24/+39
* 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-167-15/+39
* 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
* 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-134-29/+287
* Add an external method to disable leak detective temporarlyMartin Willi2012-07-132-0/+38