aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/stroke/stroke_cred.c
Commit message (Expand)AuthorAgeFilesLines
* stroke: Load general PKCS#8 private keysAndreas Steffen2016-12-171-3/+7
* Save both base and delta CRLs to diskAndreas Steffen2016-10-111-1/+5
* vici: strongswan.conf cache_crls = yes saves fetched CRLs to diskAndreas Steffen2016-10-111-1/+5
* stroke: Permanently store PINs in credential setTobias Brunner2016-06-061-12/+35
* stroke: Change how CA certificates are storedTobias Brunner2015-08-201-25/+31
* stroke: Combine CA certificate load methodsTobias Brunner2015-08-201-82/+74
* stroke: Atomically replace CA and AA certificates when reloading themTobias Brunner2015-08-201-34/+45
* stroke: Serve ca section CA certificates directly, not over central CA setMartin Willi2015-03-031-1/+1
* stroke: Purge existing CA/AA certificates during rereadMartin Willi2015-03-031-0/+4
* stroke: Use separate credential sets for CA/AA certificatesMartin Willi2015-03-031-3/+21
* stroke: Refactor load_certdir functionMartin Willi2015-03-031-108/+158
* Implemented full BLISS support for IKEv2 public key authentication and the pk...Andreas Steffen2014-11-291-5/+18
* stroke: Allow specifying the ipsec.secrets location in strongswan.confShea Levy2014-10-021-2/+10
* stroke: Use thread-safe dirname(3)Tobias Brunner2014-02-241-6/+4
* stroke: Use dirname(3) correctlyTobias Brunner2014-02-241-5/+5
* libcharon: Use lib->ns instead of charon->nameTobias Brunner2014-02-121-1/+1
* stroke: Use chunk_map() instead of non-portable mmap()Martin Willi2014-01-231-30/+6
* chunk: Externalize error reporting in chunk_write()Martin Willi2014-01-231-1/+10
* stroke: Add certificates extracted from PKCS#12 files to correct credential setTobias Brunner2013-07-151-4/+4
* Use strpfx() helper where appropriateTobias Brunner2013-07-081-7/+6
* stroke: Add second password if providedTobias Brunner2013-05-081-0/+13
* stroke: Fail silently if another builder calls PW callback after giving upTobias Brunner2013-05-081-9/+14
* stroke: Cache passwords so the user is not prompted multiple times for the sa...Tobias Brunner2013-05-081-1/+13
* stroke: Fix prompt and error messages in passphrase callbackTobias Brunner2013-05-081-11/+13
* stroke: Load credentials from PKCS#12 files (P12 token)Tobias Brunner2013-05-081-15/+92
* Load any type (RSA/ECDSA) of public key via left|rightsigkeyTobias Brunner2013-05-071-11/+13
* left|rightrsasigkey accepts SSH keys but the key format has to be specified e...Tobias Brunner2013-05-071-12/+22
* Try to load raw keys from ipsec.conf as PKCS#1 blob firstTobias Brunner2013-05-071-5/+12
* Avoid a race condition when reloading secrets from ipsec.secretsTobias Brunner2013-03-201-18/+25
* Don't try to mmap() empty ipsec.secret filesMartin Willi2013-03-191-1/+5
* Use proper buffer sizes for parse_smartcard()Tobias Brunner2013-01-241-7/+10
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-1/+1
* Use explicit, larger buffer sizes for smartcard keyids and modulesMartin Willi2012-10-241-8/+8
* Support loading cacert certificates in ipsec.conf ca sections from smartcardMartin Willi2012-10-241-19/+37
* Refactored stroke smartcard token parsing, support module and slot in leftcer...Martin Willi2012-10-241-62/+101
* Load ipsec.conf %smartcard leftcerts with pkcs11 builderMartin Willi2012-10-241-8/+20
* Fix leak of PINs from ipsec.secretsMartin Willi2012-10-091-1/+2
* Make sure first argument is an int when using %.*s to print e.g. chunksTobias Brunner2012-09-281-1/+1
* Use name from initialization to access settings in libcharon.Tobias Brunner2012-05-031-1/+2
* Merge branch 'ikev1'Martin Willi2012-05-021-4/+4
|\
| * Merge branch 'ikev1-clean' into ikev1-masterMartin Willi2012-03-201-4/+4
| |\
| | * Added a flag to register local credential sets exclusively, disabling all othersMartin Willi2012-03-201-4/+4
* | | added support for raw RSA public keys to strokeAndreas Steffen2012-04-301-0/+73
* | | Added method to add additional shared secrets to stroke_cred_t.Tobias Brunner2012-04-171-1/+8
|/ /
* / Added an option to load CA certificates without CA basic constraint.Tobias Brunner2012-02-011-4/+34
|/
* Added fallback to ipsec.secrets parser if glob(3) is not available.Tobias Brunner2011-10-111-11/+22
* Migrated stroke_cred_t to INIT/METHOD macros.Tobias Brunner2011-10-031-40/+32
* Cast size_t len arguments to %.*s to intMartin Willi2011-04-201-5/+6
* Use strncpy when reading smartcard keyids from ipsec.secrets.Tobias Brunner2011-04-191-1/+1
* Proper cleanup if IDs in ipsec.secrets cannot be parsed.Tobias Brunner2011-04-141-0/+2