git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20924 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-06-05 06:17:59 +00:00
parent 624dc60c1b
commit 349077b505

View File

@@ -1,5 +1,15 @@
2007-06-05 Love H<>rnquist <20>strand <lha@it.su.se>
* ks_keychain.c: Limit the searches to the selected keychain.
* ks_keychain.c: include -framework Security specific header files
after #ifdef
* ks_keychain.c: Find and attach private key (does not provide
operations yet though).
* ks_p11.c: Prefix rsa method with p11_
* ks_keychain.c: Allow opening a specific chain, making "system"
special and be the system X509Anchors file. By not specifing any
keychain ("KEYCHAIN:"), all keychains are probed.