Discussion:
[strongSwan-dev] charon-cmd
Klaus Richter
2017-09-09 15:44:48 UTC
Permalink
Hi,

we are using charon-cmd on our clients mainly for its ability to prompt for PINs and passwords on the command line.

I have added a few options to suit our needs:

--local-pk <path>
local public key for authentication
--remote-pk <path>
remote public key for authentication
--modeconfig <modeconfig>
modeconfig mode (pull, push, off, default: pull)
--transport
transport mode (default: tunnel)
--l2tp
L2TP mode (sets UDP/L2TP port traffic selector)
--fragmentation
turn on fragmentation (default is off)

I've also added smart card support and another authentication profile 'ikev1-psk[-am]', which a few of our customers still require.

Is this interesting for upstream? I would gladly post patches.

Kind regards,
Klaus
Timo Teras
2017-09-22 05:55:46 UTC
Permalink
Hi,

On Sat, 9 Sep 2017 17:44:48 +0200
Post by Klaus Richter
we are using charon-cmd on our clients mainly for its ability to
prompt for PINs and passwords on the command line.
--local-pk <path>
local public key for authentication
--remote-pk <path>
remote public key for authentication
--modeconfig <modeconfig>
modeconfig mode (pull, push, off, default: pull)
--transport
transport mode (default: tunnel)
--l2tp
L2TP mode (sets UDP/L2TP port traffic selector)
--fragmentation
turn on fragmentation (default is off)
I've also added smart card support and another authentication profile
'ikev1-psk[-am]', which a few of our customers still require.
Is this interesting for upstream? I would gladly post patches.
While I'm not committed, I would be interested to see these patches.
Could you share them in any case?

Thanks
Timo
Klaus Richter
2017-09-24 09:58:58 UTC
Permalink
Hi Timo,

sure, here you are:

Loading...