strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
crypto-tester: Explicitly exclude FIPS-PRF from append mode tests
2015-03-28
Martin Willi
crypto-tester: Explicitly exclude FIPS-PRF from append...
commit
|
commitdiff
|
tree
2015-03-28
Martin Willi
fips-prf: Fail when trying to use append mode on FIPS-PRF
commit
|
commitdiff
|
tree
2015-03-27
Martin Willi
cmac: Reset state before doing set_key()
commit
|
commitdiff
|
tree
2015-03-27
Martin Willi
af-alg: Reset hmac/xcbc state before doing set_key()
commit
|
commitdiff
|
tree
2015-03-27
Martin Willi
xcbc: Reset XCBC state in set_key()
commit
|
commitdiff
|
tree
2015-03-27
Martin Willi
hmac: Reset the underlying hasher before doing set_key...
commit
|
commitdiff
|
tree
2015-03-27
Martin Willi
crypto-tester: Test set_key() after a doing a partial...
commit
|
commitdiff
|
tree
2015-03-24
Martin Willi
ikev1: Inverse check when applying received KE value...
commit
|
commitdiff
|
tree
2015-03-23
Martin Willi
Merge branch 'dh-checks'
commit
|
commitdiff
|
tree
2015-03-23
Martin Willi
encoding: Remove DH public value verification from...
commit
|
commitdiff
|
tree
2015-03-23
Martin Willi
diffie-hellman: Verify public DH values in backends
commit
|
commitdiff
|
tree
2015-03-23
Martin Willi
diffie-hellman: Add a bool return value to set_other_public_...
commit
|
commitdiff
|
tree
2015-03-23
Martin Willi
diffie-hellman: Add a bool return value to get_my_public_value()
commit
|
commitdiff
|
tree
2015-03-23
Martin Willi
libimcv: Allow pts_t.set_peer_public_value() to fail
commit
|
commitdiff
|
tree
2015-03-23
Martin Willi
libimcv: Allow pts_t.get_my_public_value() to fail
commit
|
commitdiff
|
tree
2015-03-23
Martin Willi
encoding: Allow ke_payload_create_from_diffie_hellman...
commit
|
commitdiff
|
tree
2015-03-23
Martin Willi
diffie-hellman: Use bool instead of status_t as get_shared_s...
commit
|
commitdiff
|
tree
2015-03-23
Martin Willi
load-tester: Migrate NULL DH implementation to INIT...
commit
|
commitdiff
|
tree
2015-03-23
Martin Willi
swanctl: Append /ESN to proposal for a CHILD_SA using...
commit
|
commitdiff
|
tree
2015-03-23
Martin Willi
unit-tests: Depend on SHA1/SHA256 features for mgf1...
commit
|
commitdiff
|
tree
2015-03-19
Martin Willi
apidoc: Limit INPUT to src subdirectory and README.md
commit
|
commitdiff
|
tree
2015-03-19
Martin Willi
utils: Fix enum_flags_to_string parameter name to match...
commit
|
commitdiff
|
tree
2015-03-19
Martin Willi
attr-sql: Rename sql_attribute_t to attr_sql_provider_t
commit
|
commitdiff
|
tree
2015-03-18
Martin Willi
Merge branch 'vici-python'
commit
|
commitdiff
|
tree
2015-03-18
Martin Willi
NEWS: Introduce vici Python Egg
commit
|
commitdiff
|
tree
2015-03-18
Martin Willi
travis: Install pip to install pytest in "all" tests
commit
|
commitdiff
|
tree
2015-03-18
Björn Schuberg
vici: Add support for python 3
commit
|
commitdiff
|
tree
2015-03-18
Martin Willi
vici: Execute python tests during "check" if py.test...
commit
|
commitdiff
|
tree
2015-03-18
Martin Willi
configure: Check optional py.test availability when...
commit
|
commitdiff
|
tree
2015-03-18
Björn Schuberg
vici: Add test of Packet layer in python library
commit
|
commitdiff
|
tree
2015-03-18
Björn Schuberg
vici: Add test of Message (de)serialization in python...
commit
|
commitdiff
|
tree
2015-03-18
Martin Willi
vici: Evaluate Python streamed command results, and...
commit
|
commitdiff
|
tree
2015-03-18
Martin Willi
vici: Catch Python GeneratorExit to properly cancel...
commit
|
commitdiff
|
tree
2015-03-18
Martin Willi
vici: Fall back to heap buffer when vararg printing...
commit
|
commitdiff
|
tree
2015-03-18
Martin Willi
vici: Return a Python generator instead of a list for...
commit
|
commitdiff
|
tree
2015-03-18
Martin Willi
vici: Raise a Python CommandException instead of returning...
commit
|
commitdiff
|
tree
2015-03-18
Martin Willi
vici: Add initial Python egg documentation to README
commit
|
commitdiff
|
tree
2015-03-18
Martin Willi
vici: Use OrderedDict to handle vici responses in Python...
commit
|
commitdiff
|
tree
2015-03-18
Martin Willi
vici: Return authentication rounds with unique names
commit
|
commitdiff
|
tree
2015-03-18
Martin Willi
vici: Rebuild ruby gem on source file changes
commit
|
commitdiff
|
tree
2015-03-18
Martin Willi
vici: Use default Unix vici socket if none passed to...
commit
|
commitdiff
|
tree
2015-03-18
Martin Willi
vici: Support non-Unix sockets for vici connections...
commit
|
commitdiff
|
tree
2015-03-18
Martin Willi
vici: Add python egg setuptools building and installation...
commit
|
commitdiff
|
tree
2015-03-18
Martin Willi
vici: Generate a version specific setup.py for setuptools...
commit
|
commitdiff
|
tree
2015-03-18
Martin Willi
vici: Include python package in distribution
commit
|
commitdiff
|
tree
2015-03-18
Martin Willi
configure: Add --enable-python-eggs and --with-pythoneggdir...
commit
|
commitdiff
|
tree
2015-03-18
Björn Schuberg
vici: Add python package MIT license
commit
|
commitdiff
|
tree
2015-03-18
Björn Schuberg
vici: Expose Session as a top-level symbol in python...
commit
|
commitdiff
|
tree
2015-03-18
Björn Schuberg
vici: Introduce main API Session class in python package
commit
|
commitdiff
|
tree
2015-03-18
Björn Schuberg
vici: Add a python vici command execution handler
commit
|
commitdiff
|
tree
2015-03-18
Björn Schuberg
vici: Add vici python protocol handler
commit
|
commitdiff
|
tree
2015-03-18
Martin Willi
Merge branch 'swanctl-pkcs12'
commit
|
commitdiff
|
tree
2015-03-18
Martin Willi
swanctl: Cache entered PKCS#12 decryption secret
commit
|
commitdiff
|
tree
2015-03-18
Martin Willi
swanctl: Support loading PKCS#12 containers from a...
commit
|
commitdiff
|
tree
2015-03-18
Martin Willi
swanctl: Generalize private key decryption to support...
commit
|
commitdiff
|
tree
2015-03-18
Martin Willi
encoding: Verify the length of KE payload data for...
commit
|
commitdiff
|
tree
2015-03-18
Martin Willi
ikev2: Migrate MOBIKE additional peer addresses to...
commit
|
commitdiff
|
tree
2015-03-18
Martin Willi
ikev2: Immediately initiate queued tasks after establishing...
commit
|
commitdiff
|
tree
2015-03-16
Martin Willi
charon-systemd: Add missing semicolon
commit
|
commitdiff
|
tree
2015-03-16
Martin Willi
osx: Include eap-gtc plugin in build instructions
commit
|
commitdiff
|
tree
2015-03-13
Martin Willi
eap-radius: Increase Acct-Session-ID string buffer
commit
|
commitdiff
|
tree
2015-03-11
Martin Willi
ikev2: Don't set old IKE_SA to REKEYING state during...
commit
|
commitdiff
|
tree
2015-03-10
Martin Willi
ha: Destroy synced IKE_SA if no configuration is found...
commit
|
commitdiff
|
tree
2015-03-10
Martin Willi
ikev1: Don't handle DPD timeout job if IKE_SA got passive
commit
|
commitdiff
|
tree
2015-03-10
Martin Willi
testing: Don't check for exact IKEv1 fragment size
commit
|
commitdiff
|
tree
2015-03-10
Martin Willi
testing: Fix active/passive role description in ha...
commit
|
commitdiff
|
tree
2015-03-09
Martin Willi
libipsec: Pass separate inbound/update flags to the...
commit
|
commitdiff
|
tree
2015-03-09
Martin Willi
kernel-interface: Add a separate "update" flag to add_sa()
commit
|
commitdiff
|
tree
2015-03-09
Martin Willi
tkm: Use the inbound flag do determine peer role in...
commit
|
commitdiff
|
tree
2015-03-09
Martin Willi
Revert "child-sa: Remove the obsolete update logic"
commit
|
commitdiff
|
tree
2015-03-09
Martin Willi
Revert "ha: Always install the CHILD_SAs with the inbound...
commit
|
commitdiff
|
tree
2015-03-04
Martin Willi
ikev2: Don't adopt any CHILD_SA during make-before...
commit
|
commitdiff
|
tree
2015-03-03
Martin Willi
Merge branch 'eap-constraints'
commit
|
commitdiff
|
tree
2015-03-03
Martin Willi
NEWS: Introduce EAP constraints support for EAP-(T)TLS
commit
|
commitdiff
|
tree
2015-03-03
Martin Willi
man: Describe trust chain constraints configuration...
commit
|
commitdiff
|
tree
2015-03-03
Martin Willi
stroke: Support public key constraints for EAP methods
commit
|
commitdiff
|
tree
2015-03-03
Martin Willi
eap-ttls: Support EAP auth information getter in EAP...
commit
|
commitdiff
|
tree
2015-03-03
Martin Willi
eap-tls: Support EAP auth information getter in EAP-TLS
commit
|
commitdiff
|
tree
2015-03-03
Martin Willi
libtls: Add getters for TLS handshake authentication...
commit
|
commitdiff
|
tree
2015-03-03
Martin Willi
libtls: Merge trustchain auth verification details...
commit
|
commitdiff
|
tree
2015-03-03
Martin Willi
ikev2: Merge EAP client authentication details if EAP...
commit
|
commitdiff
|
tree
2015-03-03
Martin Willi
eap: Add an optional authentication details getter...
commit
|
commitdiff
|
tree
2015-03-03
Martin Willi
Merge branch 'stroke-purge-on-reread'
commit
|
commitdiff
|
tree
2015-03-03
Martin Willi
ipsec: Update rereadcacerts/aacerts command description...
commit
|
commitdiff
|
tree
2015-03-03
Martin Willi
stroke: Serve ca section CA certificates directly,...
commit
|
commitdiff
|
tree
2015-03-03
Martin Willi
mem-cred: Add a method to unify certificate references...
commit
|
commitdiff
|
tree
2015-03-03
Martin Willi
stroke: Purge existing CA/AA certificates during reread
commit
|
commitdiff
|
tree
2015-03-03
Martin Willi
stroke: Use separate credential sets for CA/AA certificates
commit
|
commitdiff
|
tree
2015-03-03
Martin Willi
stroke: Refactor load_certdir function
commit
|
commitdiff
|
tree
2015-03-03
Martin Willi
vici: Don't use a default rand_time larger than half...
commit
|
commitdiff
|
tree
2015-03-03
Martin Willi
vici: If a IKE reauth_time is configured, disable the...
commit
|
commitdiff
|
tree
2015-03-03
Martin Willi
ikev2: Schedule a timeout for the delete message following...
commit
|
commitdiff
|
tree
2015-03-03
Martin Willi
kernel-netlink: Respect kernel routing priorities for...
commit
|
commitdiff
|
tree
2015-03-03
Thomas Egerer
enum: Extend printf hook to print flags
commit
|
commitdiff
|
tree
2015-03-02
Martin Willi
unit-tests: Don't fail host_create_from_dns() test...
commit
|
commitdiff
|
tree
2015-02-27
Martin Willi
vici: Support ruby gem out-of-tree builds
commit
|
commitdiff
|
tree
2015-02-27
Martin Willi
ha: Always install the CHILD_SAs with the inbound flag...
commit
|
commitdiff
|
tree
2015-02-26
Martin Willi
travis: Disable unwind backtraces regardless of LEAK_DETECTI...
commit
|
commitdiff
|
tree
2015-02-24
Martin Willi
host-resolver: Do not cancel threads waiting for new...
commit
|
commitdiff
|
tree
2015-02-24
Martin Willi
host-resolver: Disable resolver thread cancellation...
commit
|
commitdiff
|
tree
next