index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libstrongswan
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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 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
2
-4
/
+8
*
Add a return value to prf_t.set_key()
Martin Willi
2012-07-16
8
-12
/
+35
*
Add a return value to prf_t.allocate_bytes()
Martin Willi
2012-07-16
7
-21
/
+21
*
Add a return value to prf_t.get_bytes()
Martin Willi
2012-07-16
10
-31
/
+90
*
prf_plus_create() can return NULL on failure
Martin Willi
2012-07-16
1
-1
/
+1
*
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
2
-2
/
+5
*
Add a return value to signer_t.set_key()
Martin Willi
2012-07-16
5
-7
/
+19
*
Add a return value to signer_t.get_signature()
Martin Willi
2012-07-16
5
-21
/
+45
*
Add a return value to signer_t.allocate_signature()
Martin Willi
2012-07-16
5
-6
/
+20
*
Add a return value to aead_t.set_key()
Martin Willi
2012-07-16
5
-6
/
+18
*
Add a return value to aead_t.encrypt()
Martin Willi
2012-07-16
5
-12
/
+27
*
Compilation error fixed if dladdr is not available
Tobias Brunner
2012-07-14
1
-0
/
+6
*
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
*
Append directly to base string in vstr printf hooks
Martin Willi
2012-07-13
2
-20
/
+10
*
Write directly to FILE stream in glibc printf hooks
Martin Willi
2012-07-13
2
-35
/
+49
*
Pass opaque data to printf hooks and print_in_hook()
Martin Willi
2012-07-13
14
-59
/
+83
*
Increase leak detective backtrace depth by a frame
Martin Willi
2012-07-13
1
-4
/
+4
*
Don't access tail magic when reallocating invalid memory, as it would crash
Martin Willi
2012-07-13
1
-5
/
+7
*
With --enable-bfd-backtraces, use binutils libbfd to resolve backtraces
Martin Willi
2012-07-13
4
-29
/
+287
*
Add an external method to disable leak detective temporarly
Martin Willi
2012-07-13
2
-0
/
+38
*
Added PLUGIN_NOOP to separate PLUGIN_PROVIDE from previous CALLBACK/REGISTER ...
Tobias Brunner
2012-07-12
2
-9
/
+19
*
Android.mk of libstrongswan adapted to config.h changes
Tobias Brunner
2012-07-12
1
-78
/
+24
*
Properly cleanup thread-local values for the threads destroying thread_value_...
Tobias Brunner
2012-07-12
1
-2
/
+19
*
fixed libstrongswan/Makefile.am
Andreas Steffen
2012-07-11
1
-11
/
+11
*
Install dev headers only if --with-dev-headers= option is set
Martin Willi
2012-07-11
1
-1
/
+3
*
Check if config.h passed correctly via gcc -include
Martin Willi
2012-07-11
1
-0
/
+4
*
Install libstrongswan development headers
Martin Willi
2012-07-11
2
-81
/
+56
*
Use and install a config.h AC_CONFIG_HEADER that contains all AC_DEFINE results
Martin Willi
2012-07-11
1
-0
/
+3
*
Add safe_strerror() to leak detective whitelist
Martin Willi
2012-07-11
1
-0
/
+1
*
Add an option to disable libstrongswan certificate caching
Martin Willi
2012-07-09
1
-18
/
+29
*
getpwnam_r and getgrnam_r are not supported by the Android NDK
Tobias Brunner
2012-07-09
1
-24
/
+69
*
Android.mk of libstrongswan updated
Tobias Brunner
2012-07-09
1
-0
/
+2
*
Refactored heavily #ifdefd capability code to its own libstrongswan class
Martin Willi
2012-07-04
3
-0
/
+358
*
Added wrapper for POSIX spin locks
Tobias Brunner
2012-07-04
3
-0
/
+191
*
Default to register_printf_specifier() if no printf hooking #defined
Martin Willi
2012-07-03
1
-0
/
+7
*
openssl: Ensure the thread ID is never zero
Tobias Brunner
2012-07-03
1
-1
/
+3
*
Accept non-"/0" subnet sizes for traffic selectors starting at 0.0.0.0
Martin Willi
2012-07-02
1
-40
/
+9
*
Added GPL header to AndroidConfigLocal.h
Tobias Brunner
2012-06-29
1
-0
/
+15
*
Removed superfluous remove_hasher() call in md5 plugin
Tobias Brunner
2012-06-29
1
-2
/
+0
*
Defined a macro to replace strerror(3) with calls to thread-safe wrapper
Tobias Brunner
2012-06-28
2
-0
/
+7
*
Thread-safe wrapper around strerror(3)/strerror_r(3) added
Tobias Brunner
2012-06-28
2
-4
/
+92
*
gcrypt: Register SHA1 first as HASH_PREFERRED depends on it
Tobias Brunner
2012-06-27
1
-1
/
+1
*
Added MAC wrappers to Android.mk
Tobias Brunner
2012-06-26
1
-0
/
+3
[prev]
[next]