Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Closed
Changes from 1 commit
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
4b4b72c
Added reference to AppSet/AppGet from openssl
Drawaes Aug 2, 2017
4079b92
Added Bio methods to the openssl native shim
Drawaes Aug 2, 2017
1fa274a
Add basic custom bio interop code, write and read still needed
Drawaes Aug 2, 2017
d5fc983
Added BIO.Custom file
Drawaes Aug 2, 2017
7bbcc3d
Added Write Buffer and changed disposable to be public to match inter…
Drawaes Aug 2, 2017
dd8fae2
Added the custom bio into the main code line for SslStream
Drawaes Aug 2, 2017
7c51afe
Add the BIO Control method
Drawaes Aug 2, 2017
7080b69
Removed pending reference from DoHandshake
Drawaes Aug 2, 2017
860bba1
Added custom bio read code
Drawaes Aug 2, 2017
6b19a38
changed read flags
Drawaes Aug 2, 2017
7f7f47a
Added write method
Drawaes Aug 2, 2017
0be51ac
fixed indexing on resize
Drawaes Aug 2, 2017
4694662
updated the output ref on encrypt
Drawaes Aug 3, 2017
5f4e2bf
Added short circuit for the dohandshake to return the shutdown alert
Drawaes Aug 3, 2017
293ea41
Simplify the write bio
Drawaes Aug 5, 2017
d83a091
Changed the write to use a span
Drawaes Aug 5, 2017
05b412b
Typo, intput
Drawaes Aug 5, 2017
56a7e43
Fix span copyto
Drawaes Aug 5, 2017
e6dd27e
Added length update
Drawaes Aug 5, 2017
93e0ad9
Change the pinnable write buffer pool size and the max message size t…
Drawaes Aug 5, 2017
7904f68
Remove some flag settings
Drawaes Aug 5, 2017
bebfc15
Simplify the read bio
Drawaes Aug 5, 2017
6033a15
Changed the write path to allow for multiple writes to the output buffer
Drawaes Aug 6, 2017
f4c0005
Resetting the pinned buffers to the original size
Drawaes Aug 6, 2017
b4d2301
Changed pinnable buffers on write to use one for the write then retur…
Drawaes Aug 6, 2017
f4dbc39
Reset Sln Changes before PR
Drawaes Aug 6, 2017
0e78e71
Added the true flag to the new methods
Drawaes Aug 6, 2017
3014c47
Change from Macros that aren't in older OpenSSL to the underlying fun…
Drawaes Aug 6, 2017
a47874f
Removed var voliations in files edited (there was one in an loop i di…
Drawaes Aug 7, 2017
fb87ba4
Added named parameters to increase readability
Drawaes Aug 7, 2017
dcbed7e
Removed raw set flags methods and provided shim methods for the two f…
Drawaes Aug 8, 2017
3ec53c6
React to shim changes in the managed layer
Drawaes Aug 8, 2017
3c1d3bd
React to shim changes in the managed layer
Drawaes Aug 8, 2017
f6dcc55
Fix the flags change to be the correct direction
Drawaes Aug 8, 2017
0a27d81
Cleaned up spacing and formatting and the interop code
Drawaes Aug 8, 2017
bc46993
Reacting to Review
Drawaes Aug 9, 2017
5ba0c75
Fixing file bit mode to remove execute caused by windows file copy
Drawaes Aug 9, 2017
a049480
More bit mode changes
Drawaes Aug 9, 2017
fc6f327
Fix style using clang-format and moved statics and typedefs to the top
Drawaes Aug 18, 2017
8fd60cc
Reacting to review changes
Drawaes Aug 18, 2017
f51c9e8
Changed Take Bytes
Drawaes Aug 18, 2017
03da084
nit var
Drawaes Aug 18, 2017
172a1de
nit sln changes
Drawaes Aug 18, 2017
8249c15
removed initialize for static constructor, nit readonly
Drawaes Aug 18, 2017
5e97bf7
removed initialize for static constructor, nit readonly
Drawaes Aug 18, 2017
f8e86a6
Changed if to be more concise
Drawaes Aug 18, 2017
9a800a3
Removed finalizers, added assert removed usless is allocated test. ad…
Drawaes Aug 18, 2017
90eb0f7
wrong space removed
Drawaes Aug 18, 2017
3f35c68
Changed span to bye[], changed continuation to run sync and to propag…
Drawaes Aug 18, 2017
155e8e9
Fixed compile error
Drawaes Aug 18, 2017
e3f1577
Reverted Continutation
Drawaes Aug 19, 2017
c67a9e2
Fixed bug around write being triggered during decrypt. Now correctly …
Drawaes Aug 20, 2017
a1ea5b5
PinnableBufferCache -> ArrayPool
benaadams Aug 20, 2017
354a992
Merge pull request #3 from benaadams/arraypool
Drawaes Aug 20, 2017
4a1734b
Fixed issue with the maxsize calculation and removed pinnable tests
Drawaes Aug 20, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
nit sln changes
  • Loading branch information
Drawaes committed Aug 18, 2017
commit 172a1de13a32599f854f114913e568d0c6747998
21 changes: 9 additions & 12 deletions src/System.Net.Security/System.Net.Security.sln
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26711.1
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Net.Security.Tests", "tests\FunctionalTests\System.Net.Security.Tests.csproj", "{A55A2B9A-830F-4330-A0E7-02A9FB30ABD2}"
ProjectSection(ProjectDependencies) = postProject
Expand Down Expand Up @@ -31,16 +31,16 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A55A2B9A-830F-4330-A0E7-02A9FB30ABD2}.Debug|Any CPU.ActiveCfg = netcoreapp-Unix-Debug|Any CPU
{A55A2B9A-830F-4330-A0E7-02A9FB30ABD2}.Debug|Any CPU.Build.0 = netcoreapp-Unix-Debug|Any CPU
{A55A2B9A-830F-4330-A0E7-02A9FB30ABD2}.Debug|Any CPU.ActiveCfg = netcoreapp-Windows_NT-Debug|Any CPU
{A55A2B9A-830F-4330-A0E7-02A9FB30ABD2}.Debug|Any CPU.Build.0 = netcoreapp-Windows_NT-Debug|Any CPU
{A55A2B9A-830F-4330-A0E7-02A9FB30ABD2}.Release|Any CPU.ActiveCfg = netcoreapp-Windows_NT-Release|Any CPU
{A55A2B9A-830F-4330-A0E7-02A9FB30ABD2}.Release|Any CPU.Build.0 = netcoreapp-Windows_NT-Release|Any CPU
{0D174EA9-9E61-4519-8D31-7BD2331A1982}.Debug|Any CPU.ActiveCfg = netstandard-Unix-Debug|Any CPU
{0D174EA9-9E61-4519-8D31-7BD2331A1982}.Debug|Any CPU.Build.0 = netstandard-Unix-Debug|Any CPU
{0D174EA9-9E61-4519-8D31-7BD2331A1982}.Debug|Any CPU.ActiveCfg = netstandard-Windows_NT-Debug|Any CPU
{0D174EA9-9E61-4519-8D31-7BD2331A1982}.Debug|Any CPU.Build.0 = netstandard-Windows_NT-Debug|Any CPU
{0D174EA9-9E61-4519-8D31-7BD2331A1982}.Release|Any CPU.ActiveCfg = netstandard-Windows_NT-Release|Any CPU
{0D174EA9-9E61-4519-8D31-7BD2331A1982}.Release|Any CPU.Build.0 = netstandard-Windows_NT-Release|Any CPU
{89F37791-6254-4D60-AB96-ACD3CCA0E771}.Debug|Any CPU.ActiveCfg = netcoreapp-Unix-Debug|Any CPU
{89F37791-6254-4D60-AB96-ACD3CCA0E771}.Debug|Any CPU.Build.0 = netcoreapp-Unix-Debug|Any CPU
{89F37791-6254-4D60-AB96-ACD3CCA0E771}.Debug|Any CPU.ActiveCfg = netcoreapp-Windows_NT-Debug|Any CPU
{89F37791-6254-4D60-AB96-ACD3CCA0E771}.Debug|Any CPU.Build.0 = netcoreapp-Windows_NT-Debug|Any CPU
{89F37791-6254-4D60-AB96-ACD3CCA0E771}.Release|Any CPU.ActiveCfg = netcoreapp-Windows_NT-Release|Any CPU
{89F37791-6254-4D60-AB96-ACD3CCA0E771}.Release|Any CPU.Build.0 = netcoreapp-Windows_NT-Release|Any CPU
{A7488FC0-9A8F-4EF9-BC3E-C5EBA47E13F8}.Debug|Any CPU.ActiveCfg = netcoreapp-Debug|Any CPU
Expand All @@ -57,7 +57,4 @@ Global
{89F37791-6254-4D60-AB96-ACD3CCA0E771} = {E107E9C1-E893-4E87-987E-04EF0DCEAEFD}
{A7488FC0-9A8F-4EF9-BC3E-C5EBA47E13F8} = {2E666815-2EDB-464B-9DF6-380BF4789AD4}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E4326E62-D794-49A8-AE7D-85903688E655}
EndGlobalSection
EndGlobal
EndGlobal