- 14 May, 2017 9 commits
-
-
Jehonathan Thomas authored
Beta Merge
-
Jehonathan Thomas authored
Allow to change the root certificate names (issuer, name) in Certific…
-
Honfika authored
-
Honfika authored
-
Honfika authored
Allow to change the root certificate names (issuer, name) in CertificateManager without recreating the object.
-
Jehonathan Thomas authored
Merge with develop
-
justcoding121 authored
-
Jehonathan Thomas authored
Performance improvements: Buffered stream, avoid string concatenation…
-
Honfika authored
-
- 13 May, 2017 6 commits
-
-
Jehonathan Thomas authored
Resharper settings: naming conventions
-
Honfika authored
-
justcoding121 authored
-
justcoding121 authored
Task.Run don't have sync context anyway, so will resume in threadpool thread. http://stackoverflow.com/questions/36654472/why-configureawaitfalse-does-not-work-while-task-run-works
-
Jehonathan Thomas authored
Performance improvements:
-
Honfika authored
- reduced the number of the created byte[] (including the arrays created inside MemoryStream) - use compiled regexes - some string concatenation changed - ToLower + "==" changed to ignore case comparision
-
- 12 May, 2017 1 commit
-
-
Jehonathan Thomas authored
Beta merge
-
- 11 May, 2017 8 commits
-
-
Jehonathan Thomas authored
Small fixes
-
Jehonathan Thomas authored
For some reason TCPClient.bind does not work on Mono but the constructor does work...
-
Honfika authored
private const is camelCase everywhere sort the modifiers in CertificateManagerTest
-
Daniel Herken authored
-
justcoding121 authored
-
justcoding121 authored
-
justcoding121 authored
-
Jehonathan Thomas authored
Root certificate improvements (issue #121 and #149)
-
- 10 May, 2017 4 commits
-
-
Honfika authored
-
Honfika authored
-
Honfika authored
do not create root certificate when it is not needed
-
Jehonathan Thomas authored
-
- 09 May, 2017 3 commits
-
-
Jehonathan Thomas authored
Added option to bypass external proxy for localhost connections
-
Daniel Herken authored
-
Jehonathan Thomas authored
Beta release
-
- 08 May, 2017 4 commits
-
-
Jehonathan Thomas authored
-
Jehonathan Thomas authored
-
Jehonathan Thomas authored
#205 IncludedHttpsHostNameRegex and #207 Inconsistent naming fixes
-
Daniel Herken authored
-
- 07 May, 2017 5 commits
-
-
Honfika authored
-
Honfika authored
-
justcoding121 authored
-
Jehonathan Thomas authored
ArgumentException fix when proxy dll is loaded dynamically
-
Honfika authored
-