Skip to content
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

OCSP server name is not properly resolved #51

Closed
Crypt32 opened this issue May 26, 2022 · 1 comment
Closed

OCSP server name is not properly resolved #51

Crypt32 opened this issue May 26, 2022 · 1 comment
Labels
bug Bug. An issue exist in our code. fixed-vNext

Comments

@Crypt32
Copy link
Collaborator

Crypt32 commented May 26, 2022

When connecting to local OCSP and passing host name as parameter in workgroup, it is resolved as hostname. with dot in the end, which causes side effects

@Crypt32 Crypt32 added the bug Bug. An issue exist in our code. label May 26, 2022
Crypt32 added a commit that referenced this issue May 26, 2022
Crypt32 added a commit that referenced this issue Jul 6, 2022
* upgraded .NET version to 4.7.2

* added support for KeyBasedRenewal flag in CES URL

* added missing Convert.ToInt32 method on authentication conversion to string

* added missing KeyBasedRenewal bit encoding

* updated CES URL encode to be URI-compliant (spaces replaced with %20)

* ipmproved and updated CRL text dump

* version bump

* updated casing and xml-doc comments

* addressed #49

* added another missing enum value

* code style

* Added ToString() implementation which returns

* addressed #51

* implemented #50

* added basic support for new Microsoft extension 1.3.6.1.4.1.311.25.2 (from KB5014754).

* addressed PKISolutions/PSPKI#76 in backing library

* renamed class and made it static
@Crypt32
Copy link
Collaborator Author

Crypt32 commented Jun 15, 2023

fixed in v4.0.1

@Crypt32 Crypt32 closed this as completed Jun 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug. An issue exist in our code. fixed-vNext
Projects
None yet
Development

No branches or pull requests

1 participant