aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* handled return values in tnc-pdpAndreas Steffen2012-07-161-8/+17
* fixed potential hasher problem in IMA template hashAndreas Steffen2012-07-161-3/+11
* fixed potential hasher problemsAndreas Steffen2012-07-162-11/+29
* use a nonce for a PA-TNC message identifierAndreas Steffen2012-07-164-9/+26
* ipsec attest supports ima template hashesAndreas Steffen2012-07-165-62/+114
* Handle PRF failures in eap-aka-3gpp2Martin Willi2012-07-164-57/+124
* Refactored error handling in keymat_v1_tMartin Willi2012-07-161-25/+27
* Clean up error handling in keymat_v2_tMartin Willi2012-07-161-87/+65
* Cleaned up memory management and return values for encryption payloadMartin Willi2012-07-165-35/+35
* Fix memory management in SIM/AKA crypto functionsMartin Willi2012-07-161-3/+4
* Test reset() of hasher in crypto testerMartin Willi2012-07-161-1/+9
* Refactored error handling in crypto testerMartin Willi2012-07-161-95/+114
* Set a key before benching PRFsMartin Willi2012-07-161-1/+8
* Resetting OpenSSL HMAC with NULL key reuses existing keyMartin Willi2012-07-161-11/+2
* Make sure HMAC_Init is called before HMAC_Update, fixes crashMartin Willi2012-07-161-0/+5
* Check and forward syscall errors in AF_ALGMartin Willi2012-07-166-52/+71
* Add a return value to hasher_t.reset()Martin Willi2012-07-1612-51/+74
* Add a return value to hasher_t.allocate_hash()Martin Willi2012-07-1640-150/+270
* Add a return value to keymat_v1_t.{get,update,confirm}_ivMartin Willi2012-07-165-31/+80
* Add a return value to hasher_t.get_hash()Martin Willi2012-07-1623-89/+174
* Add a return value to crypter_t.set_key()Martin Willi2012-07-1623-57/+87
* Add a return value to crypter_t.decrypt()Martin Willi2012-07-1616-32/+66
* Add a return value to crypter_t.encryptMartin Willi2012-07-1620-139/+226
* Identation fixes, warn about unused nonce_gen return valuesMartin Willi2012-07-161-2/+4
* Add a return value to mac_t.set_key()Martin Willi2012-07-167-14/+26
* Add a return value to mac_t.get_bytes()Martin Willi2012-07-167-41/+38
* Check rng return value when generating libfast session COOKIEsMartin Willi2012-07-163-6/+27
* Initialize conftest with the same plugins as charonMartin Willi2012-07-162-2/+3
* Remove unused replay variable in conftests seq number reset hookMartin Willi2012-07-161-3/+0
* Update conftest to use splitted listener/logger interfacesMartin Willi2012-07-161-2/+2
* Check rng return value when generating TLS session identifiersMartin Willi2012-07-161-3/+3
* Check rng return value when generating SIM/AKA message IVsMartin Willi2012-07-161-1/+4
* Check rng return value when generating radius message authenticatorMartin Willi2012-07-161-1/+4
* Check rng return value when generating secrets and IVs in libtlsTobias Brunner2012-07-163-16/+20
* Check rng return value when generating identity in eap-simaka-reauth pluginTobias Brunner2012-07-161-4/+18
* Check rng return value when generating pseudonym in eap-simaka-pseudonym pluginTobias Brunner2012-07-161-1/+10
* Check rng return value when generating nonces in eap-aka pluginTobias Brunner2012-07-161-1/+4
* Check rng return value when generating nonces in eap-sim pluginTobias Brunner2012-07-162-2/+8
* Check rng return value when generating nonces in libptsTobias Brunner2012-07-161-10/+14
* Check rng return value when generating RAND in eap-aka-3gpp2 pluginTobias Brunner2012-07-161-2/+2
* Check rng return value when generating challenges in eap-md5 and mschapv2 plu...Tobias Brunner2012-07-162-12/+12
* Check rng return value when generating Transaction IDs in DHCP pluginTobias Brunner2012-07-161-1/+5
* Check rng return value when generating SPIs in kernel-klips pluginTobias Brunner2012-07-161-3/+3
* Check rng return value when seeding OpenSSL RNGTobias Brunner2012-07-161-1/+5
* Check rng return value when generating DH secret in gcrypt pluginTobias Brunner2012-07-161-2/+2
* Check rng return value when generating DH secrets and primes in gmp pluginTobias Brunner2012-07-163-13/+19
* Check rng return value when generating serial numbers in pki utilityTobias Brunner2012-07-162-8/+8
* Wrapper functions added to generate non-zero random bytesTobias Brunner2012-07-162-0/+68
* Check rng return value when generating SCEP sender nonceTobias Brunner2012-07-161-3/+13
* Check rng return value when generating OCSP noncesTobias Brunner2012-07-161-7/+7