aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/keychain/keychain_creds.c
Commit message (Collapse)AuthorAgeFilesLines
* keychain: be less verbose when loading certificatesMartin Willi2013-07-311-2/+5
|
* keychain: flush certificate cache after reloading System keychainMartin Willi2013-07-181-0/+2
|
* keychain: monitor changes in the system keychain, reload when necessaryMartin Willi2013-07-181-0/+65
|
* keychain: use SearchCopyNext keychain enumeration for System certs as wellMartin Willi2013-07-181-71/+12
| | | | | | | SecItemCopyMatching seems to be problematic regarding memory management. And as there does not seem to be a good alternative to enumerate the System Roots keychain using the SecItemCopyMatching API, we stick to the deprecated enumeration functions for now.
* keychain: load certificates from System Roots KeychainMartin Willi2013-07-181-0/+65
|
* keychain: load certificates only once during startup, improving performanceMartin Willi2013-07-181-101/+48
|
* keychain: support on-the-fly enumeration of trusted/untrusted certificatesMartin Willi2013-07-181-0/+116
|
* keychain: add a stub for a credential plugin using OS X Keychain ServicesMartin Willi2013-07-181-0/+67