index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Check rng return value when generating DH secrets and primes in gmp plugin
Tobias Brunner
2012-07-16
3
-13
/
+19
*
Check rng return value when generating serial numbers in pki utility
Tobias Brunner
2012-07-16
2
-8
/
+8
*
Wrapper functions added to generate non-zero random bytes
Tobias Brunner
2012-07-16
2
-0
/
+68
*
Check rng return value when generating SCEP sender nonce
Tobias Brunner
2012-07-16
1
-3
/
+13
*
Check rng return value when generating OCSP nonces
Tobias Brunner
2012-07-16
1
-7
/
+7
*
Check rng return value when generating key and IV in PKCS#7 wrapper
Tobias Brunner
2012-07-16
1
-2
/
+14
*
Check rng return value when generating ME CONNECT_ID and KEY
Tobias Brunner
2012-07-16
1
-2
/
+14
*
Check rng return value when generating IKEv1 message IDs
Tobias Brunner
2012-07-16
1
-8
/
+20
*
Check rng return value when generating COOKIE2 during MOBIKE
Tobias Brunner
2012-07-16
1
-6
/
+11
*
Check rng return value when generating COOKIE secret in receiver
Tobias Brunner
2012-07-16
1
-8
/
+22
*
Check rng return value when generating fake NAT detection payloads
Tobias Brunner
2012-07-16
2
-4
/
+5
*
Check rng return value when encrypting encryption payload
Tobias Brunner
2012-07-16
1
-2
/
+8
*
Check rng return value when generating SPIs in ike_sa_manager_t
Tobias Brunner
2012-07-16
1
-35
/
+67
*
Check rng return value in crypto tester
Tobias Brunner
2012-07-16
1
-15
/
+17
*
Relay rng return value in nonce plugin
Tobias Brunner
2012-07-16
1
-4
/
+2
*
RNGs' get_bytes and allocate_bytes return boolean
Tobias Brunner
2012-07-16
6
-21
/
+39
*
Nonce: Let get_nonce, allocate_nonce return boolean
Reto Buerki
2012-07-16
6
-9
/
+39
*
Add a return value to prf_t.set_key()
Martin Willi
2012-07-16
12
-43
/
+92
*
Add a return value to prf_t.allocate_bytes()
Martin Willi
2012-07-16
9
-43
/
+92
*
Use a bool return value in keymat_v1_t.get_hash_phase2()
Martin Willi
2012-07-16
3
-31
/
+29
*
Add a return value to keymat_v1_t.get_hash()
Martin Willi
2012-07-16
4
-17
/
+35
*
Add a return value to keymat_v2_t.get_auth_octets()
Martin Willi
2012-07-16
5
-21
/
+37
*
Add a return value to keymat_v2_t.get_psk_sig()
Martin Willi
2012-07-16
4
-24
/
+39
*
Add a return value to prf_t.get_bytes()
Martin Willi
2012-07-16
13
-48
/
+133
*
Add a return value to tls_prf_t.set_key()
Martin Willi
2012-07-16
3
-9
/
+13
*
Add a return value to tls_prf_t.get_bytes()
Martin Willi
2012-07-16
3
-20
/
+42
*
prf_plus_create() can return NULL on failure
Martin Willi
2012-07-16
3
-1
/
+21
*
Add a return value to prf_plus_t.get_bytes()
Martin Willi
2012-07-16
2
-7
/
+7
*
Add a return value to prf_plus_t.allocate_bytes()
Martin Willi
2012-07-16
4
-19
/
+81
*
Add a return value to signer_t.set_key()
Martin Willi
2012-07-16
10
-20
/
+56
*
Add a return value to tls_crypto_t.derive_secrets()
Martin Willi
2012-07-16
4
-21
/
+44
*
Add a return value to simaka_crypto_t.derive_keys_*()
Martin Willi
2012-07-16
6
-46
/
+84
*
Add a return value to signer_t.get_signature()
Martin Willi
2012-07-16
8
-32
/
+63
*
Add a return value to radius_message_t.sign()
Martin Willi
2012-07-16
5
-15
/
+26
*
Add a return value to simaka_message_t.generate()
Martin Willi
2012-07-16
6
-90
/
+264
*
Add a return value to signer_t.allocate_signature()
Martin Willi
2012-07-16
6
-7
/
+25
*
Add a return value to aead_t.set_key()
Martin Willi
2012-07-16
7
-9
/
+30
*
Add a return value to aead_t.encrypt()
Martin Willi
2012-07-16
8
-17
/
+45
*
ipsec attest now can measure all files in a directory
Andreas Steffen
2012-07-16
9
-171
/
+323
*
moved listing of file measurements to pts_file_meas
Andreas Steffen
2012-07-16
3
-9
/
+31
*
moved to debug level 3
Andreas Steffen
2012-07-16
1
-4
/
+4
*
Compilation error fixed if dladdr is not available
Tobias Brunner
2012-07-14
1
-0
/
+6
*
Don't modify the message string passed to logger, as it gets reused
Martin Willi
2012-07-13
7
-35
/
+40
*
transfer IMA file measurements via PA-TNC
Andreas Steffen
2012-07-13
6
-39
/
+81
*
some more copyright updates
Andreas Steffen
2012-07-13
2
-2
/
+2
*
Invoke autoheader after libtool/aclocal to work on up-to-date data
Martin Willi
2012-07-13
1
-1
/
+1
*
Silence cast warning on 32-bit platforms
Martin Willi
2012-07-13
1
-1
/
+1
*
Don't set BFD_DECOMPRESS when building against older binutils
Martin Willi
2012-07-13
1
-0
/
+2
*
Log to a malloc()ed buffer if the on-stack buffer is not large enough
Martin Willi
2012-07-13
1
-3
/
+23
*
Append directly to base string in vstr printf hooks
Martin Willi
2012-07-13
2
-20
/
+10
[prev]
[next]