]> git.ipfire.org Git - people/ms/strongswan.git/shortlog
people/ms/strongswan.git
2013-06-11  Tobias BrunnerReplace chunk_hash() with output from chunk_mac()
2013-06-11  Tobias BrunnerAdding chunk_mac() which calculates a 64-bit MAC using...
2013-06-11  Tobias BrunnerConverted tests for chunk_t
2013-06-11  Tobias BrunnerConverted and added tests for hashtable_t
2013-06-11  Tobias BrunnerConverted tests for identification_t
2013-06-11  Tobias BrunnerRemove obsolete enumerator/linked_list tests in unit_te...
2013-06-11  Tobias BrunnerAdd tests combining linked_list_t and enumerators
2013-06-11  Tobias BrunnerSome minor Doxygen fixes for linked_list_t
2013-06-11  Tobias BrunnerAdd basic tests for linked_list_t
2013-06-11  Tobias BrunnerRedirect test runner output to stderr
2013-06-11  Tobias BrunnerAdd tests for enumerator_t
2013-06-11  Tobias BrunnerAdd test runner for unit tests in libstrongswan
2013-06-11  Tobias Brunnertesting: Increase base image size so there is space...
2013-06-10  Tobias Brunnertesting: Ignore errors when searching for imcv log...
2013-06-10  Tobias BrunnerAdded missing string for full-length HMAC-SHA512 signer
2013-06-05  Tobias Brunnerattr: Fix handling of invalid IPs listed after valid...
2013-06-05  Martin Williattr: fix a compiler warning that family is used uninit...
2013-06-05  Martin WilliStrictly memwipe_check() for magic only in the affected...
2013-05-27  Tobias BrunnerAllow memwipe() to be called with NULL argument
2013-05-24  Michael Rossbergkernel-netlink: add outer addresses to policy when...
2013-05-24  Michael Rossbergopenssl: add support for IP addr blocks in X.509 certif...
2013-05-24  Andreas SteffenMake plugins in standalone libimcv configurable
2013-05-16  Volker RĂ¼melinhost-resolver: don't try to resolve a plain v4 address...
2013-05-16  Martin Willitraffic-selector: inet_pton is successful only if it...
2013-05-16  Emanuil Hristovupdown: pass IKE_SA unique ID in PLUTO_UNIQUEID
2013-05-15  Martin Willicapabilities: leak-detective using dlsym() does not...
2013-05-15  Martin Willicapabilities: initialize supplementary groups only...
2013-05-15  Martin Williaf-alg: fix number of signers after adding untruncated...
2013-05-15  Martin WilliRaise LOCAL_AUTH_FAILED alert after receiving AUTHENTIC...
2013-05-15  Tobias Brunnertesting: Set terminal title when logging in via SSH
2013-05-08  Tobias Brunneropenssl: Only warn about unavailable FIPS mode if the...
2013-05-08  Tobias BrunnerMerge branch 'charon-cmd-pkcs12'
2013-05-08  Tobias Brunnerstroke: Add second password if provided
2013-05-08  Tobias BrunnerLoad pkcs7 plugin in charon (and while we are at it...
2013-05-08  Tobias Brunnerstroke: Fail silently if another builder calls PW callb...
2013-05-08  Tobias Brunnerstroke: Cache passwords so the user is not prompted...
2013-05-08  Tobias Brunnerstroke: Fix prompt and error messages in passphrase...
2013-05-08  Tobias Brunnerstroke: Load credentials from PKCS#12 files (P12 token)
2013-05-08  Tobias Brunneropenssl: Cleanup thread specific error buffer
2013-05-08  Tobias Brunneropenssl: Don't use deprecated CRYPTO_set_id_callback...
2013-05-08  Tobias Brunneropenssl: Add PKCS#12 parsing via OpenSSL
2013-05-08  Tobias Brunneropenssl: Properly cleanup OpenSSL library
2013-05-08  Tobias Brunnercharon-cmd: Add support for PKCS#12 files
2013-05-08  Tobias BrunnerPEM plugin loads PKCS#12 containers from (DER-encoded...
2013-05-08  Tobias BrunnerRemove pluto specific certificate types
2013-05-08  Tobias Brunnercharon-cmd: match_me/match_other are optional in callba...
2013-05-08  Tobias Brunnercharon-cmd: Request password for private keys
2013-05-08  Tobias BrunnerAdd support for untruncated HMAC-SHA-512
2013-05-08  Tobias BrunnerAlso support 128-bit RC2
2013-05-08  Tobias BrunnerAdd pkcs12 plugin which adds support for decoding PKCS...
2013-05-08  Tobias BrunnerFunction added to convert a hash algorithm to an HMAC...
2013-05-08  Tobias BrunnerSupport the PKCS#5/PKCS#12 encryption scheme used by...
2013-05-08  Tobias BrunnerRegister PKCS#8 builder for KEY_ANY
2013-05-08  Tobias BrunnerAdd support for PKCS#7/CMS encrypted-data
2013-05-08  Tobias BrunnerMove PKCS#12 key derivation to a separate file
2013-05-08  Tobias BrunnerPKCS#5 wrapper can decrypt PKCS#12-like schemes
2013-05-08  Tobias BrunnerAdd test vectors for RC2
2013-05-08  Tobias BrunnerFix cleanup in crypto_tester if a crypter fails
2013-05-08  Tobias BrunnerAdd implementation of the RC2 block cipher (RFC 2268)
2013-05-08  Tobias BrunnerExtract function to convert ASN.1 INTEGER object to...
2013-05-08  Tobias BrunnerExtract PKCS#5 handling from pkcs8 plugin to separate...
2013-05-08  Tobias BrunnerMerge branch 'charon-cmd-agent'
2013-05-08  Tobias Brunnercharon-cmd: Changed formatting of optional arguments...
2013-05-08  Tobias Brunnercharon-cmd: --agent optionally takes the path to an...
2013-05-08  Tobias Brunnercharon-cmd: Stop processing options if an argument...
2013-05-07  Tobias Brunnercharon-cmd: Properly initialize options with no additio...
2013-05-07  Tobias Brunneragent: Use sshkey plugin to parse keys, adds support...
2013-05-07  Tobias Brunnersshkey: Add support for ECDSA keys
2013-05-07  Tobias BrunnerLoad any type (RSA/ECDSA) of public key via left|rights...
2013-05-07  Tobias Brunnerleft|rightrsasigkey accepts SSH keys but the key format...
2013-05-07  Tobias Brunnersshkey: Added builder for SSHKEY RSA keys
2013-05-07  Tobias BrunnerAdd sshkey plugin stub that will parse RFC 4253 public...
2013-05-07  Tobias BrunnerTry to load raw keys from ipsec.conf as PKCS#1 blob...
2013-05-07  Tobias Brunnercharon-cmd: Add --agent option to authenticate using...
2013-05-07  Tobias Brunnercharon-cmd: Use loose matching of gateway identity
2013-05-07  Tobias Brunnercharon-cmd: Load pubkey plugin to load raw keys
2013-05-07  Tobias Brunnertesting: Don't run tests when building tkm
2013-05-06  Tobias Brunnertesting: Don't run tests when building tkm-rpc
2013-05-06  Martin WilliMerge branch 'tun-vip'
2013-05-06  Martin Willikernel-pfroute: allow only one thread to do a route...
2013-05-06  Martin Willikernel-interface: query SAD for last use time if SPD...
2013-05-06  Martin Willichild-sa: query SAD/SPD just for what we actually need...
2013-05-06  Martin Willikernel-pfkey: be less verbose about unexpected sequence...
2013-05-06  Martin Willikernel-pfkey: install exclude routes if kernel-net...
2013-05-06  Martin Willikernel-pfroute: add a feature flag requesting "exclude...
2013-05-06  Martin Willikernel-pfroute: remove unused interface address refcounting
2013-05-06  Martin Willikernel-pfroute: mark IPs installed on tun device as...
2013-05-06  Martin Willikernel-pfroute: install virtual IPs using dedicated...
2013-05-06  Martin Willikernel-pfkey: when installing a route for a virtual...
2013-05-06  Martin Willikernel-interface: get_address_by_ts() can tell if a...
2013-05-06  Martin Willikernel-interface: support enumeration of virtual-only IPs
2013-05-06  Martin Willikernel-pfkey: refactor route installation to a dedicate...
2013-05-06  Martin Willikernel-pfroute: split /0 routes to avoid conflict with...
2013-05-06  Martin Willikernel-pfkey: check if we have a gateway before compari...
2013-05-06  Martin Willikernel-pfkey: install route along with input, not forwa...
2013-05-06  Martin Willikernel-pfroute: rescan address list for an interface...
2013-05-06  Martin Willikernel-pfroute: add newly appearing interfaces to the...
2013-05-06  Martin Willikernel-pfroute: implement get_nexthop()
2013-05-06  Martin Willikernel-pfroute: install and uninstall routes
2013-05-06  Martin Willikernel-pfroute: collect replies received for our own...
next