|
Line 0
Link Here
|
|
|
1 |
20080210 |
| 2 |
- (alonbl) Fix typeo in add id message. |
| 3 |
- (alonbl) Release 0.22 |
| 4 |
|
| 5 |
20080109 |
| 6 |
- (alonbl) More cleanups. |
| 7 |
- (alonbl) Add manpages updates. |
| 8 |
- (alonbl) Release 0.22 |
| 9 |
|
| 10 |
20080108 |
| 11 |
- (alonbl) I was not aware of the fact that askpass can be |
| 12 |
used in the agent environment. |
| 13 |
The PKCS#11 patch now use the standard ssh-askpass interface. |
| 14 |
So you must have one available at your system. |
| 15 |
Removed the prompt-prog argument from ssh-add. |
| 16 |
- (alonbl) The patch is now a tarball with split patches. |
| 17 |
- (alonbl) Releae 0.21 |
| 18 |
|
| 19 |
20071229 |
| 20 |
- (alonbl) Indent file to meet BSD styles. |
| 21 |
- (alonbl) Modify parameters (again) to meet BSD styles. |
| 22 |
I truly regret that I keep modifying the parameters, I believe |
| 23 |
this is not the last time, as I don't have full cooperation of |
| 24 |
upstream. |
| 25 |
Get provider keys: |
| 26 |
Old: |
| 27 |
ssh-add --pkcs11-show-ids ... |
| 28 |
New: |
| 29 |
ssh-keygen -K provider_info |
| 30 |
Add key: |
| 31 |
Old: |
| 32 |
ssh-add --pkcs11-add-id ... |
| 33 |
New: |
| 34 |
ssh-add -I id [session_cache [cert_file]] |
| 35 |
|
| 36 |
Agentless operation (not recommended, OpenSC compatibility): |
| 37 |
New: |
| 38 |
ssh -# provider_info ... |
| 39 |
|
| 40 |
Because I don't wish to add more switches, I added a format |
| 41 |
for provider information: |
| 42 |
lib[:prot_auth[:private_mode[:cert_is_private]]] |
| 43 |
For most implementations specify only the library name. |
| 44 |
- Rebase with openssh-4.7p1. |
| 45 |
- (alonbl) Release 0.20 |
| 46 |
|
| 47 |
20070209 |
| 48 |
- (alonbl) Fixed typeo in X.509 detection, thanks for "Sandro Wefel". |
| 49 |
- (alonbl) Release 0.19 |
| 50 |
|
| 51 |
20070105 |
| 52 |
- (alonbl) Removed pkcs11-helper since it is now a standalone library. |
| 53 |
- (alonbl) Default is PKCS#11 support is disabled, to enable configure |
| 54 |
with --with-pkcs11 |
| 55 |
- (alonbl) Rebase with openssh-4.5p1. |
| 56 |
- (alonbl) Release 0.18 |
| 57 |
|
| 58 |
20061023 |
| 59 |
- (alonbl) Removed logit from ssh-agent, thanks to Denniston, Todd. |
| 60 |
- (alonbl) Release 0.17 |
| 61 |
|
| 62 |
20061020 |
| 63 |
- (alonbl) Major modification of ssh-add command-line parameters. |
| 64 |
Now, a complete serialized certificate needs to be specified, this |
| 65 |
in order to allow people to add id without forcing card to be available. |
| 66 |
But to allow complete silent addition a certificate file also needed. |
| 67 |
--pkcs11-show-ids is used in order to get a list of resources. |
| 68 |
--pkcs11-add-id --pkcs11-id <serialized id> \ |
| 69 |
[--pkcs11-cert-file <cert_file>] |
| 70 |
- (alonbl) PKCS#11 release 0.16 |
| 71 |
|
| 72 |
20061012 |
| 73 |
- (alonbl) OpenSC bug workaround. |
| 74 |
- (alonbl) PKCS#11 release 0.15 |
| 75 |
|
| 76 |
20060930 |
| 77 |
- (alonbl) Some pkcs11-helper updates. |
| 78 |
- (alonbl) Rebase against 4.4p1. |
| 79 |
- (alonbl) PKCS#11 release 0.14 |
| 80 |
|
| 81 |
20060709 |
| 82 |
- (alonbl) PKCS#11 fixed handling multiproviders. |
| 83 |
- (alonbl) PKCS#11 release 0.13 |
| 84 |
|
| 85 |
20060608 |
| 86 |
- (alonbl) PKCS#11 modifed to match X.509-5.5 patch, works OK with focing |
| 87 |
ssh-rsa id. |
| 88 |
- (alonbl) PKCS#11 removed --pkcs11-x509-force-ssh argument. |
| 89 |
- (alonbl) PKCS#11 release 0.12 |
| 90 |
|
| 91 |
20060527 |
| 92 |
- (alonbl) PKCS#11 fix issues with gcc-2 |
| 93 |
- (alonbl) PKCS#11 fix issues with openssl-0.9.6 (first) version. |
| 94 |
- (alonbl) PKCS#11 modified to match X.509-5.4 patch. |
| 95 |
- (alonbl) PKCS#11 add --pkcs11-x509-force-ssh argument to force ssh id out |
| 96 |
of X.509 certificate. |
| 97 |
- (alonbl) PKCS#11 release 0.11 |
| 98 |
|
| 99 |
20060419 |
| 100 |
- (alonbl) PKCS#11 fix handling empty attributes. |
| 101 |
- (alonbl) PKCS#11 release 0.10 |
| 102 |
|
| 103 |
20060404 |
| 104 |
- (alonbl) PKCS#11 code sync. |
| 105 |
- (alonbl) PKCS#11 release 0.09 |
| 106 |
|