2012-07-16 |
Martin Willi | Fix memory management in SIM/AKA crypto functions
|
commit | commitdiff | tree |
2012-07-16 |
Martin Willi | Test reset() of hasher in crypto tester
|
commit | commitdiff | tree |
2012-07-16 |
Martin Willi | Refactored error handling in crypto tester
|
commit | commitdiff | tree |
2012-07-16 |
Martin Willi | Set a key before benching PRFs
|
commit | commitdiff | tree |
2012-07-16 |
Martin Willi | Resetting OpenSSL HMAC with NULL key reuses existing key
|
commit | commitdiff | tree |
2012-07-16 |
Martin Willi | Make sure HMAC_Init is called before HMAC_Update, fixes...
|
commit | commitdiff | tree |
2012-07-16 |
Martin Willi | Check and forward syscall errors in AF_ALG
|
commit | commitdiff | tree |
2012-07-16 |
Martin Willi | Add a return value to hasher_t.reset()
|
commit | commitdiff | tree |
2012-07-16 |
Martin Willi | Add a return value to hasher_t.allocate_hash()
|
commit | commitdiff | tree |
2012-07-16 |
Martin Willi | Add a return value to keymat_v1_t.{get,update,confirm}_iv
|
commit | commitdiff | tree |
2012-07-16 |
Martin Willi | Add a return value to hasher_t.get_hash()
|
commit | commitdiff | tree |
2012-07-16 |
Martin Willi | Add a return value to crypter_t.set_key()
|
commit | commitdiff | tree |
2012-07-16 |
Martin Willi | Add a return value to crypter_t.decrypt()
|
commit | commitdiff | tree |
2012-07-16 |
Martin Willi | Add a return value to crypter_t.encrypt
|
commit | commitdiff | tree |
2012-07-16 |
Martin Willi | Identation fixes, warn about unused nonce_gen return...
|
commit | commitdiff | tree |
2012-07-16 |
Martin Willi | Add a return value to mac_t.set_key()
|
commit | commitdiff | tree |
2012-07-16 |
Martin Willi | Add a return value to mac_t.get_bytes()
|
commit | commitdiff | tree |
2012-07-16 |
Martin Willi | Check rng return value when generating libfast session...
|
commit | commitdiff | tree |
2012-07-16 |
Martin Willi | Initialize conftest with the same plugins as charon
|
commit | commitdiff | tree |
2012-07-16 |
Martin Willi | Remove unused replay variable in conftests seq number...
|
commit | commitdiff | tree |
2012-07-16 |
Martin Willi | Update conftest to use splitted listener/logger interfaces
|
commit | commitdiff | tree |
2012-07-16 |
Martin Willi | Check rng return value when generating TLS session...
|
commit | commitdiff | tree |
2012-07-16 |
Martin Willi | Check rng return value when generating SIM/AKA message IVs
|
commit | commitdiff | tree |
2012-07-16 |
Martin Willi | Check rng return value when generating radius message...
|
commit | commitdiff | tree |
2012-07-16 |
Martin Willi | Add a return value to prf_t.set_key()
|
commit | commitdiff | tree |
2012-07-16 |
Martin Willi | Add a return value to prf_t.allocate_bytes()
|
commit | commitdiff | tree |
2012-07-16 |
Martin Willi | Use a bool return value in keymat_v1_t.get_hash_phase2()
|
commit | commitdiff | tree |
2012-07-16 |
Martin Willi | Add a return value to keymat_v1_t.get_hash()
|
commit | commitdiff | tree |
2012-07-16 |
Martin Willi | Add a return value to keymat_v2_t.get_auth_octets()
|
commit | commitdiff | tree |
2012-07-16 |
Martin Willi | Add a return value to keymat_v2_t.get_psk_sig()
|
commit | commitdiff | tree |
2012-07-16 |
Martin Willi | Add a return value to prf_t.get_bytes()
|
commit | commitdiff | tree |
2012-07-16 |
Martin Willi | Add a return value to tls_prf_t.set_key()
|
commit | commitdiff | tree |
2012-07-16 |
Martin Willi | Add a return value to tls_prf_t.get_bytes()
|
commit | commitdiff | tree |
2012-07-16 |
Martin Willi | prf_plus_create() can return NULL on failure
|
commit | commitdiff | tree |
2012-07-16 |
Martin Willi | Add a return value to prf_plus_t.get_bytes()
|
commit | commitdiff | tree |
2012-07-16 |
Martin Willi | Add a return value to prf_plus_t.allocate_bytes()
|
commit | commitdiff | tree |
2012-07-16 |
Martin Willi | Add a return value to signer_t.set_key()
|
commit | commitdiff | tree |
2012-07-16 |
Martin Willi | Add a return value to tls_crypto_t.derive_secrets()
|
commit | commitdiff | tree |
2012-07-16 |
Martin Willi | Add a return value to simaka_crypto_t.derive_keys_*()
|
commit | commitdiff | tree |
2012-07-16 |
Martin Willi | Add a return value to signer_t.get_signature()
|
commit | commitdiff | tree |
2012-07-16 |
Martin Willi | Add a return value to radius_message_t.sign()
|
commit | commitdiff | tree |
2012-07-16 |
Martin Willi | Add a return value to simaka_message_t.generate()
|
commit | commitdiff | tree |
2012-07-16 |
Martin Willi | Add a return value to signer_t.allocate_signature()
|
commit | commitdiff | tree |
2012-07-16 |
Martin Willi | Add a return value to aead_t.set_key()
|
commit | commitdiff | tree |
2012-07-16 |
Martin Willi | Add a return value to aead_t.encrypt()
|
commit | commitdiff | tree |
2012-07-13 |
Martin Willi | Don't modify the message string passed to logger, as...
|
commit | commitdiff | tree |
2012-07-13 |
Martin Willi | Invoke autoheader after libtool/aclocal to work on...
|
commit | commitdiff | tree |
2012-07-13 |
Martin Willi | Silence cast warning on 32-bit platforms
|
commit | commitdiff | tree |
2012-07-13 |
Martin Willi | Don't set BFD_DECOMPRESS when building against older...
|
commit | commitdiff | tree |
2012-07-13 |
Martin Willi | Log to a malloc()ed buffer if the on-stack buffer is...
|
commit | commitdiff | tree |
2012-07-13 |
Martin Willi | Append directly to base string in vstr printf hooks
|
commit | commitdiff | tree |
2012-07-13 |
Martin Willi | Write directly to FILE stream in glibc printf hooks
|
commit | commitdiff | tree |
2012-07-13 |
Martin Willi | Pass opaque data to printf hooks and print_in_hook()
|
commit | commitdiff | tree |
2012-07-13 |
Martin Willi | Increase leak detective backtrace depth by a frame
|
commit | commitdiff | tree |
2012-07-13 |
Martin Willi | Don't access tail magic when reallocating invalid memory...
|
commit | commitdiff | tree |
2012-07-13 |
Martin Willi | With --enable-bfd-backtraces, use binutils libbfd to...
|
commit | commitdiff | tree |
2012-07-13 |
Martin Willi | Add an external method to disable leak detective temporarly
|
commit | commitdiff | tree |
2012-07-12 |
Martin Willi | Set a sane default if --with-dev-headers is given without...
|
commit | commitdiff | tree |
2012-07-11 |
Martin Willi | Use "-include config.h" when building ruby dumm extension
|
commit | commitdiff | tree |
2012-07-11 |
Martin Willi | Install dev headers only if --with-dev-headers= option...
|
commit | commitdiff | tree |
2012-07-11 |
Martin Willi | Install libtls development headers
|
commit | commitdiff | tree |
2012-07-11 |
Martin Willi | Install libfast development headers
|
commit | commitdiff | tree |
2012-07-11 |
Martin Willi | Define CONFIG_H_INCLUDED in Android build
|
commit | commitdiff | tree |
2012-07-11 |
Martin Willi | Check if config.h passed correctly via gcc -include
|
commit | commitdiff | tree |
2012-07-11 |
Martin Willi | Install libstrongswan development headers
|
commit | commitdiff | tree |
2012-07-11 |
Martin Willi | Use and install a config.h AC_CONFIG_HEADER that contains...
|
commit | commitdiff | tree |
2012-07-11 |
Martin Willi | Added a description to all AC_DEFINE macros, as required...
|
commit | commitdiff | tree |
2012-07-11 |
Martin Willi | Add safe_strerror() to leak detective whitelist
|
commit | commitdiff | tree |
2012-07-10 |
Martin Willi | Send cert request based on peers configured authentication...
|
commit | commitdiff | tree |
2012-07-09 |
Martin Willi | Add an option to disable libstrongswan certificate...
|
commit | commitdiff | tree |
2012-07-09 |
Martin Willi | Don't send CERTREQs when initiating aggressive mode PSK
|
commit | commitdiff | tree |
2012-07-04 |
Martin Willi | Refactored heavily #ifdefd capability code to its own...
|
commit | commitdiff | tree |
2012-07-03 |
Martin Willi | Add charon-nm to .gitignore
|
commit | commitdiff | tree |
2012-07-03 |
Martin Willi | Default to register_printf_specifier() if no printf...
|
commit | commitdiff | tree |
2012-07-02 |
Martin Willi | Accept non-"/0" subnet sizes for traffic selectors...
|
commit | commitdiff | tree |
2012-07-02 |
Martin Willi | Update our network-manager-strongswan/debian to what...
|
commit | commitdiff | tree |
2012-06-29 |
Martin Willi | Pass "lo" as faked tundev to NM, as it now needs a...
|
commit | commitdiff | tree |
2012-06-29 |
Martin Willi | As a responder, don't start a TRANSACTION request if...
|
commit | commitdiff | tree |
2012-06-28 |
Martin Willi | Show some uname() info in "ipsec statusall"
|
commit | commitdiff | tree |
2012-06-28 |
Martin Willi | Show some uname() info during charon startup
|
commit | commitdiff | tree |
2012-06-27 |
Martin Willi | Defer quick mode initiation if we expect a mode config...
|
commit | commitdiff | tree |
2012-06-27 |
Martin Willi | Queue a mode config task as responder if we need a...
|
commit | commitdiff | tree |
2012-06-27 |
Martin Willi | Add basic support for XAuth responder authentication
|
commit | commitdiff | tree |
2012-06-27 |
Martin Willi | Map XAuth responder authentication methods between...
|
commit | commitdiff | tree |
2012-06-27 |
Martin Willi | Show remote EAP/XAuth identity in "statusall" on a...
|
commit | commitdiff | tree |
2012-06-26 |
Martin Willi | Ignore a received %any virtual IP for installation
|
commit | commitdiff | tree |
2012-06-25 |
Martin Willi | Enforce uniqueids=keep based on XAuth identity
|
commit | commitdiff | tree |
2012-06-25 |
Martin Willi | Don't send XAUTH_OK if a hook prevents SA to establish
|
commit | commitdiff | tree |
2012-06-25 |
Martin Willi | Enforce uniqueids=keep only for non-XAuth Main/Agressive...
|
commit | commitdiff | tree |
2012-06-25 |
Martin Willi | Show EAP/XAuth identity in "ipsec status", if available
|
commit | commitdiff | tree |
2012-06-25 |
Martin Willi | Use XAuth/EAP remote identity for uniqueness check
|
commit | commitdiff | tree |
2012-06-25 |
Martin Willi | Add missing XAuth name variable when complaining about...
|
commit | commitdiff | tree |
2012-06-20 |
Martin Willi | Select requested virtual IP family based on remote...
|
commit | commitdiff | tree |
2012-06-14 |
Martin Willi | Adopt children as XAuth initiator (which is IKE responder)
|
commit | commitdiff | tree |
2012-06-14 |
Martin Willi | Added 5.0 NEWS about IKEv1 in charon
|
commit | commitdiff | tree |
2012-06-14 |
Martin Willi | Print the kind of *Swan during starter startup
|
commit | commitdiff | tree |
2012-06-14 |
Martin Willi | Show what kind of *Swan we run in "ipsec status"
|
commit | commitdiff | tree |
2012-06-14 |
Martin Willi | Require a scary option to respond to Aggressive Mode...
|
commit | commitdiff | tree |
2012-06-12 |
Martin Willi | NEWS about specifying trustchain HASH algorithm requirements
|
commit | commitdiff | tree |
2012-06-12 |
Martin Willi | Add documentation for signature hash algorithm enforcing...
|
commit | commitdiff | tree |
next |