-
Notifications
You must be signed in to change notification settings - Fork 849
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
Explain fork of http and tls in azure sdk #5
Comments
Standard Go TLS library does not support TLS renegotiation. There is a patch for this issue, but it is not included into current Go release, and looks like it will not even make it into 1.4 or 1.5. Patch: You can find more information about this issue here: |
Thank you! Its up to you if you want to close this ticket. |
Merge pull request #5 from TimeSeriesInsights/EnvironmentInfo-PartitionKeyProperty Adding partitionKeyProperty to EnvironmentCreate and EnvironmentGet request.
Fix Error status, fix version (#5) * Remove error schema * Add default response back * Fix abandoned as system error * Fix Error status * Use preview tag * Fix tag * Remove error response schema as they are not used
…Auto Build Feature Swagger and examples (#1662) * Generated from 8e3c1b45d0234eeebeab1d7ebdcc2a30ce1d7179 A few improvements and fixes (#4) * A few improvements and fixes * Fix the description for build arguments * Remove error schema * use 2017-10-01 tag * Add default response back * Generated from 5fa239f0f0abdd6dbba20252958288384b5fe797 Fix Error status, fix version (#5) * Remove error schema * Add default response back * Fix abandoned as system error * Fix Error status * Use preview tag * Fix tag * Remove error response schema as they are not used * Generated from 074adc160df8cd2dbe1c3295c478f7092ba09207 Fix CI (#7) * Add python sdk version * Add preview to namespace * Remove an example * Generated from 5e072f9f70cfd1ff9a8eb343e4d3d42e7c338a8a Fix examples (#8)
Merge pull request #5 from AzureDataBox/gasdk Azure rest api specs for GA of Databox
Merge pull request #5 from AzureDataBox/gasdk Azure rest api specs for GA of Databox
Merge pull request #5 from hosunmsft/add_hq_node_to_adla_job_contract add hierarchyQueueNode to JobInformation(Basic)
Claims-based Security using JWT
It looks like
net/http
andcrypto/tls
have been forked for use in the SDK. It would be nice to get an overview of why this was done, what changes were made and a road map to get the required changes into Go standard library, if possible.The worry here is that it will be hard to vet the implementation for security and problematic to ensure fixes are backported from the standard library.
The text was updated successfully, but these errors were encountered: