Skip to content

Commit

Permalink
Release 1.1 (#12)
Browse files Browse the repository at this point in the history
* Meta Data Support Additions
* fixed error handling from Hydrant API changes
* Fixed Enrollment External Validation
* Recompile against latest Gateway Framework
* Compiled against latest version and fixed error when no cert is ever available for download after 30 seconds
  • Loading branch information
fiddlermikey authored Nov 8, 2023
1 parent 2fa8327 commit d9bdf44
Show file tree
Hide file tree
Showing 8 changed files with 738 additions and 690 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
v1.1.2
- Recompiled agains the latest gateway and Bouncy Castle Frameworks
v1.1.1
- Fixed error handing to match Hydrant new API Structure

Expand Down
609 changes: 304 additions & 305 deletions HydrantIdProxy/src/HydrantIdProxy/HydrantIdProxy.cs

Large diffs are not rendered by default.

7 changes: 2 additions & 5 deletions HydrantIdProxy/src/HydrantIdProxy/HydrantIdProxy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,15 @@
<Reference Include="CommonCAProxy, Version=21.3.2.0, Culture=neutral, PublicKeyToken=0ed89d330114ab09, processorArchitecture=MSIL">
<HintPath>..\..\packages\Keyfactor.AnyGateway.SDK.21.3.2\lib\net462\CommonCAProxy.dll</HintPath>
</Reference>
<Reference Include="CSS.Common, Version=1.6.0.0, Culture=neutral, PublicKeyToken=0ed89d330114ab09, processorArchitecture=MSIL">
<HintPath>..\..\packages\CSS.Common.1.6.0\lib\net462\CSS.Common.dll</HintPath>
<Reference Include="CSS.Common, Version=1.7.0.0, Culture=neutral, PublicKeyToken=0ed89d330114ab09, processorArchitecture=MSIL">
<HintPath>..\..\packages\CSS.Common.1.7.0\lib\net462\CSS.Common.dll</HintPath>
</Reference>
<Reference Include="CSS.PKI, Version=2.13.0.0, Culture=neutral, PublicKeyToken=0ed89d330114ab09, processorArchitecture=MSIL">
<HintPath>..\..\packages\CSS.PKI.2.13.0\lib\net462\CSS.PKI.dll</HintPath>
</Reference>
<Reference Include="HawkNet, Version=1.4.4.0, Culture=neutral, PublicKeyToken=840f8ba19d15c979, processorArchitecture=MSIL">
<HintPath>..\..\packages\HawkNet.1.4.4.0\lib\net45\HawkNet.dll</HintPath>
</Reference>
<Reference Include="JsonSubTypes, Version=1.8.0.0, Culture=neutral, PublicKeyToken=ee75fc290dbc1176, processorArchitecture=MSIL">
<HintPath>..\..\packages\JsonSubTypes.1.8.0\lib\net46\JsonSubTypes.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
Expand Down
Loading

0 comments on commit d9bdf44

Please sign in to comment.