]> git.ipfire.org Git - people/ms/strongswan.git/history - src/libcharon/plugins/stroke/stroke_cred.c
Load any type (RSA/ECDSA) of public key via left|rightsigkey
[people/ms/strongswan.git] / src / libcharon / plugins / stroke / stroke_cred.c
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 BrunnerTry to load raw keys from ipsec.conf as PKCS#1 blob...
2013-03-20  Tobias BrunnerAvoid a race condition when reloading secrets from...
2013-03-19  Martin WilliDon't try to mmap() empty ipsec.secret files
2013-03-01  Martin WilliMerge branch 'multi-cert'
2013-02-14  Martin WilliMerge branch 'pt-tls'
2013-01-24  Tobias BrunnerUse proper buffer sizes for parse_smartcard()
2012-10-24  Tobias BrunnerMoved data structures to new collections subfolder
2012-10-24  Martin WilliUse explicit, larger buffer sizes for smartcard keyids...
2012-10-24  Martin WilliSupport loading cacert certificates in ipsec.conf ca...
2012-10-24  Martin WilliRefactored stroke smartcard token parsing, support...
2012-10-24  Martin WilliLoad ipsec.conf %smartcard leftcerts with pkcs11 builder
2012-10-09  Martin WilliFix leak of PINs from ipsec.secrets
2012-09-28  Tobias BrunnerMake sure first argument is an int when using %.*s...
2012-05-03  Tobias BrunnerUse name from initialization to access settings in...
2012-05-02  Martin WilliMerge branch 'ikev1'
2012-04-29  Andreas Steffenadded support for raw RSA public keys to stroke
2012-04-17  Tobias BrunnerAdded method to add additional shared secrets to stroke...
2012-03-20  Martin WilliMerge branch 'ikev1-clean' into ikev1-master
2012-03-20  Martin WilliAdded a flag to register local credential sets exclusiv...
2012-02-01  Tobias BrunnerAdded an option to load CA certificates without CA...
2011-10-11  Tobias BrunnerAdded fallback to ipsec.secrets parser if glob(3) is...
2011-10-03  Tobias BrunnerMigrated stroke_cred_t to INIT/METHOD macros.
2011-04-20  Martin WilliCast size_t len arguments to %.*s to int
2011-04-19  Tobias BrunnerUse strncpy when reading smartcard keyids from ipsec...
2011-04-14  Tobias BrunnerProper cleanup if IDs in ipsec.secrets cannot be parsed.
2011-04-14  Tobias BrunnerFix compiler warnings at creation of CRL cache filenames.
2010-12-03  Tobias BrunnerRefactored stroke_cred_t to use mem_cred_t.
2010-12-03  Tobias BrunnerAvoid calling globfree twice on failure.
2010-09-02  Martin WilliRespect key types in stroke key/certificate backend
2010-08-04  Tobias BrunnerFixed loading of secrets with IDs.
2010-08-04  Tobias BrunnerFixed loading of private keys without password.
2010-08-04  Martin WilliPass type of requested key in the callback credential set
2010-08-04  Martin WilliObseleted BUILD_PASSPHRASE(_CALLBACK) for private key...
2010-08-04  Martin WilliUse credential sets to load smartcard keys
2010-08-04  Martin WilliImplemented a callback based credential set, currently...
2010-08-04  Martin Willimmap() ipsec.secrets instead malloc(), proper error...
2010-08-04  Martin WilliSplitted up the load_secrets() function
2010-08-04  Martin Willi%prompt support for smartcard PIN via "ipsec secrets"
2010-08-04  Martin WilliPass the PKCS11 keyid as chunk, not as string
2010-08-04  Martin WilliReuse generic passphrase build part, not a dedicated...
2010-08-04  Martin WilliSupport module names in %smartcard specifier, streamlin...
2010-07-13  Martin WilliSupport different encoding types in certificate.get_enc...
2010-05-21  Martin WilliAdded generic implementations for crl_is_newer/certific...
2010-03-19  Tobias BrunnerMoving charon to libcharon.