-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Https client smart card #795
Draft
sclassen
wants to merge
10
commits into
master
Choose a base branch
from
https-client-smart-card
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Commits on Dec 15, 2020
-
Better HTTPS with Client Authentication & SmartCard support on Windows
a. Better HTTPS with Client authentication : - In order to avoid too many PIN/Password requests (HTTPS hanshakes), downloads first the initial jar (mono-thread) then all remaining ones (multi-thread) - In case of initial jar download failure (Client Certificate Selection cancel, incorrect PIN/Password, ...), fail fast and do not try to download remaining jars - No resource prefetch, otherwise deployment.cache.parallelDownloadCount is not enforced b. New Security Dialog UI for Client Certificate Selection : - Ability to display details on each certificate - Shown in TaskBar - Cancellable - Selection using double-click, Enter key or OK button - Internationalization c. SmartCard support on Windows - Introduction of a Merged Key Manager for user, system and browser key stores - Client alias selection using a preference algorithm : a) Get all non-expired aliases with extension ClientCert (1.3.6.1.5.5.7.3.2) or ANY (2.5.29.37.0) if only one, it is selected, if more than one, a UI helps to select one of them. b) Otherwise, get all expired aliases with extension ClientCert (1.3.6.1.5.5.7.3.2) or ANY (2.5.29.37.0) if only one, it is selected, if more than one, a UI helps to select one of them. c) Otherwise, get all remaining aliases if only one, it is selected, if more than one, a UI helps to select one of them. - UI will display the suffix " (from user keystore)" or " (from system keystore)" or " (from browser keystore)" - If user cancels the Client Certificate UI, it is remembered for next chooseClientAlias call - Client alias selection is cached per remote host
Configuration menu - View commit details
-
Copy full SHA for 7c527f5 - Browse repository at this point
Copy the full SHA 7c527f5View commit details
Commits on Apr 21, 2021
-
Merge pull request #729 from DavidTavoularis/https-client-smart-card
Better HTTPS with Client Authentication & SmartCard support on Windows
Configuration menu - View commit details
-
Copy full SHA for fb5ab7d - Browse repository at this point
Copy the full SHA fb5ab7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b96e26 - Browse repository at this point
Copy the full SHA 6b96e26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a27447 - Browse repository at this point
Copy the full SHA 7a27447View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3aec2c - Browse repository at this point
Copy the full SHA d3aec2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb69084 - Browse repository at this point
Copy the full SHA cb69084View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1b6f68 - Browse repository at this point
Copy the full SHA c1b6f68View commit details -
Configuration menu - View commit details
-
Copy full SHA for d202321 - Browse repository at this point
Copy the full SHA d202321View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4114a38 - Browse repository at this point
Copy the full SHA 4114a38View commit details -
Configuration menu - View commit details
-
Copy full SHA for ceb570a - Browse repository at this point
Copy the full SHA ceb570aView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.