]> git.ipfire.org Git - people/ms/strongswan.git/shortlog
people/ms/strongswan.git
2015-04-15  Martin Williaesni: Implement 256-bit key schedule
2015-04-15  Martin Williaesni: Implement 192-bit key schedule
2015-04-15  Martin Williaesni: Implement 128-bit key schedule
2015-04-15  Martin Williaesni: Add a common key schedule class for AES
2015-04-15  Martin Williaesni: Provide a plugin stub for AES-NI instruction...
2015-04-15  Martin Williutils: Provide an INIT_EXTRA() macro, that allocates...
2015-04-15  Martin Willitest-vectors: Add some self-made additional AES-GCM...
2015-04-15  Martin Willitest-vectors: Define some additional CCM test vectors
2015-04-15  Martin Willicrypto-tester: Use the plugin feature key size to bench...
2015-04-15  Martin Willicrypt-burn: Support burning signers
2015-04-15  Martin Willicrypt-burn: Add a encryption buffer command line argument
2015-04-15  Martin Willicrypt-burn: Set a defined key, as some backends require...
2015-04-15  Martin Willicrypt-burn: Refactor to separate burn methods
2015-04-15  Martin Willicrypt-burn: Accept a PLUGINS env var to configure plugi...
2015-04-14  Martin Willivici: Relicense libvici.h under MIT
2015-04-14  Martin Williutils: Define MAX_(U)INT_TYPE to the maximum size integ...
2015-04-14  Martin Williutils: Typedef int128_t and u_int128_t types if supported
2015-04-14  Martin Williconfigure: Check for __int128 type support
2015-04-14  Martin WilliMerge branch 'const-memeq'
2015-04-14  Martin Williutils: Use chunk_equals_const() for all cryptographic...
2015-04-14  Martin Williutils: Add a constant time chunk_equals() variant for...
2015-04-14  Martin Williutils: Use memeq_const() for all cryptographic purposes
2015-04-14  Martin Williutils: Add a constant time memeq() variant for cryptogr...
2015-04-14  Martin Williscripts: Add a tool that tries to guess MAC/ICV values...
2015-04-13  Martin WilliMerge branch 'cpu-features'
2015-04-13  Martin Willisqlite: Use our locking mechanism also when sqlite3_thr...
2015-04-13  Martin Willirdrand: Reuse CPU feature detection to check for RDRAND...
2015-04-13  Martin Willisqlite: Show SQLite library version and thread safety...
2015-04-13  Martin Willipadlock: Reuse common CPU feature detection to check...
2015-04-13  Martin Willicpu-feature: Support Via Padlock security features
2015-04-13  Martin Willicpu-feature: Add a common class to query available...
2015-04-13  Martin Willivici: Defer read/write error reporting after connection...
2015-04-13  Martin Williaead: Create AEAD using traditional transforms with...
2015-04-13  Martin Williiv-gen: Add a generic constructor to create an IV gen...
2015-04-13  Martin Williopenssl: Don't pre-initialize OpenSSL HMAC with an...
2015-04-13  Martin Willithread: Remove unneeded thread startup synchronization
2015-04-13  Martin Willilibsimaka: Link against Winsock2 on Windows
2015-04-13  Martin Willifips-prf: Remove superfluous <arpa/inet.h> include
2015-04-08  Martin Willikernel-netlink: Fix GCC error about uninitialized varia...
2015-04-08  Martin Williasn1: Undefine TIME_UTC, which is used by C11
2015-03-28  Andreas SteffenWipe auxiliary key store
2015-03-28  Martin Willicrypto-tester: Explicitly exclude FIPS-PRF from append...
2015-03-28  Martin Willifips-prf: Fail when trying to use append mode on FIPS-PRF
2015-03-27  Andreas SteffenAdded PB-TNC test options to strongswan.conf man page
2015-03-27  Andreas SteffenAdded tnc/tnccs-20-fail-init and tnc/tnccs-20-fail...
2015-03-27  Andreas SteffenVersion bump to 5.3.0
2015-03-27  Andreas SteffenFixed PB-TNC error handling
2015-03-27  Andreas SteffenAdded configurations for 3.18 and 3.19 KMV guest kernels
2015-03-27  Andreas SteffenFixed strongswan.conf man page entry of imc-attestation
2015-03-27  Andreas SteffenAdded tnc/tnccs-20-pt-tls scenario
2015-03-27  Martin Willicmac: Reset state before doing set_key()
2015-03-27  Martin Williaf-alg: Reset hmac/xcbc state before doing set_key()
2015-03-27  Martin Willixcbc: Reset XCBC state in set_key()
2015-03-27  Martin Willihmac: Reset the underlying hasher before doing set_key...
2015-03-27  Martin Willicrypto-tester: Test set_key() after a doing a partial...
2015-03-25  Tobias Brunnerstroke: Properly parse bliss key strength in public...
2015-03-25  Tobias Brunnereap-tnc: Free eap-tnc object if IKE_SA not found to...
2015-03-25  Tobias Brunnertnccs-20: Fix error handling in build()
2015-03-25  Tobias Brunnerandroid: Add messages/ita directory to tnccs-20 plugin
2015-03-25  Tobias Brunnerandroid: Sync libstrongswan Makefile.am and Android.mk
2015-03-25  Tobias Brunnerlibtnccs: Set apidoc category to libtnccs and move...
2015-03-25  Tobias Brunnerlibtnccs: Fix apidoc category for split IF-TNCCS 2...
2015-03-25  Tobias BrunnerFixed some typos, courtesy of codespell
2015-03-25  Tobias Brunnerkernel-netlink: Copy current usage stats to new SA...
2015-03-25  Tobias Brunnerchild-sa: Add a new state to track rekeyed IKEv1 CHILD_SAs
2015-03-24  Martin Williikev1: Inverse check when applying received KE value...
2015-03-23  Andreas SteffenVersion bump to 5.3.0rc1
2015-03-23  Andreas Steffentesting: added tnc/tnccs-20-mutual scenario
2015-03-23  Andreas SteffenImplemented PB-TNC mutual half-duplex protocol
2015-03-23  Andreas SteffenOptionally announce PB-TNC mutual protocol capability
2015-03-23  Andreas SteffenSplit IF-TNCCS 2.0 protocol processing into separate...
2015-03-23  Martin WilliMerge branch 'dh-checks'
2015-03-23  Martin Williencoding: Remove DH public value verification from...
2015-03-23  Martin Willidiffie-hellman: Verify public DH values in backends
2015-03-23  Martin Willidiffie-hellman: Add a bool return value to set_other_pu...
2015-03-23  Martin Willidiffie-hellman: Add a bool return value to get_my_publi...
2015-03-23  Martin Willilibimcv: Allow pts_t.set_peer_public_value() to fail
2015-03-23  Martin Willilibimcv: Allow pts_t.get_my_public_value() to fail
2015-03-23  Martin Williencoding: Allow ke_payload_create_from_diffie_hellman...
2015-03-23  Martin Willidiffie-hellman: Use bool instead of status_t as get_sha...
2015-03-23  Martin Williload-tester: Migrate NULL DH implementation to INIT...
2015-03-23  Tobias Brunnerikev1: Make sure SPIs in an IKEv1 DELETE payload match...
2015-03-23  Tobias Brunnerencoding: Add getter for IKE SPIs in IKEv1 DELETE payloads
2015-03-23  Tobias Brunnerpki: Choose default digest based on the signature key
2015-03-23  Tobias Brunnerpki: Use SHA-256 as default for signatures
2015-03-23  Tobias Brunnertrap-manager: Add option to ignore traffic selectors...
2015-03-23  Tobias Brunnerunit-tests: Fix settings test after merging multi-line...
2015-03-23  Martin Williswanctl: Append /ESN to proposal for a CHILD_SA using...
2015-03-23  Martin Williunit-tests: Depend on SHA1/SHA256 features for mgf1...
2015-03-20  Tobias Brunnerman: More accurately describe features of the new parse...
2015-03-20  Tobias Brunnersettings: Merge quoted strings that span multiple lines
2015-03-20  Tobias Brunnerstarter: Merge quoted strings that span multiple lines
2015-03-20  Tobias Brunnerencoding: Don't verify length of IKEv1 KE payloads
2015-03-19  Tobias Brunnercharon-systemd: Optionally load plugin list from charon...
2015-03-19  Martin Williapidoc: Limit INPUT to src subdirectory and README.md
2015-03-19  Martin Williutils: Fix enum_flags_to_string parameter name to match...
2015-03-19  Martin Williattr-sql: Rename sql_attribute_t to attr_sql_provider_t
2015-03-19  Tobias Brunnerikev1: Adopt virtual IPs on new IKE_SA during re-authen...
2015-03-19  Tobias Brunnerikev1: Mark rekeyed CHILD_SAs as INSTALLED
2015-03-19  Tobias Brunnermem-pool: Remove entries without online or offline...
next