-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Vendor CrossPlat PemReader from azure-core (#3882)
* standardize line endings for RecordingHandler.cs. Update pem to an expired certificate that should be valid crossplat. remove trial RemoveOnLinuxFact * use vendored internal-only azure-core classes for loading a X509Certificate2 from the TLS Certificate input string.
- Loading branch information
Showing
5 changed files
with
683 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 9 additions & 18 deletions
27
tools/test-proxy/Azure.Sdk.Tools.TestProxy.Tests/Test.Certificates/test_public-key-only_pem
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,10 @@ | ||
-----BEGIN CERTIFICATE----- | ||
MIIDJjCCAg6gAwIBAgIQVYIMVF0iHbxNx/IQwVphDDANBgkqhkiG9w0BAQsFADAm | ||
MSQwIgYDVQQDDBt0ZXN0X3B1YmxpY19rZXlfY2VydGlmaWNhdGUwHhcNMjIwNjI5 | ||
MDAyNTM2WhcNMjMwNjI5MDA0NTM2WjAmMSQwIgYDVQQDDBt0ZXN0X3B1YmxpY19r | ||
ZXlfY2VydGlmaWNhdGUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDA | ||
uXMFnEObEqmo/wQVLgltJPzDasH7OHEJLUKM4bBC5LNP4z5N1DzC0pud6bVm9lx4 | ||
tDiX9NUTrWsr+yePRByXB9/OjLjsjYMOwyRPA8s0YLppp+PCG13jWoUmGuKx/9ts | ||
CH3FaBsnBP8aoWycoq2OaLWoiX9eYD0h3wdu3ulXByLQS9ohm6TWCy3M9FkhBNZ4 | ||
hBA+lQwR4bkPKSIMUwg8om/0F2nryAhNaaqeaJH00GHGjheuGeSS+9kI8B0Z/Nf+ | ||
RvjTd+pz6+/SwdopDQ1eXKBWUI3iPaU86tiqLmJiDMei+UOtYctuMEyYzelWBx2P | ||
4qC/OMRKyBxM/6UoAJNFAgMBAAGjUDBOMA4GA1UdDwEB/wQEAwIFoDAdBgNVHSUE | ||
FjAUBggrBgEFBQcDAgYIKwYBBQUHAwEwHQYDVR0OBBYEFNIB4+o7q0oMr2EvDhaU | ||
s3jc4kDQMA0GCSqGSIb3DQEBCwUAA4IBAQB/CgjAJxko91GzE/Tim7MHc2bVUE4d | ||
YoBk9gm0ktyDhPNU76QAgZPEVMAg2EDTbYlWSC/JhIA6IuwFid/TVs0nm4s697iN | ||
BvQGi6jOUvQ/1/zmIVqxp/9rurCi1HmWoMw7e6oFhxfrvdOde8Y06/2R6ccWw3KO | ||
c+zf8DSjWTkQ/zKPNCGPxog7UziT5CKC1sFEFRqSOrE9iPDX6FzgdaHF9VJeTz1i | ||
RUDS0o80sFjiBwMJx4iHgMjv9a/+lgHth7enu/lghIF92m9GyYbZZ8grc55lPiwg | ||
IDSIapCjG0IaR88dGgKQOM7jq8dHNj+DxiTsFB/fE1pFUDgaKaJSVckE | ||
-----END CERTIFICATE----- | ||
MIIBejCCASGgAwIBAgIRAI7Ke8Vdte6RNx8cSPY/IEgwCgYIKoZIzj0EAwIwFjEU | ||
MBIGA1UEAwwLQ0NGIE5ldHdvcmswHhcNMjIwODAyMjAzMTIzWhcNMjIxMDMxMjAz | ||
MTIyWjAWMRQwEgYDVQQDDAtDQ0YgTmV0d29yazBZMBMGByqGSM49AgEGCCqGSM49 | ||
AwEHA0IABLkAPoIu2Ax1qA4mJKYSiOuSQH9UooAzeiZLlDFPgEyf6JgX6W0gKm2p | ||
CbLJb0LdTPD+uSoO0Cvnr3vaL7JamISjUDBOMAwGA1UdEwQFMAMBAf8wHQYDVR0O | ||
BBYEFE/DlAbm9wLGdidhNfWs5TioUiIWMB8GA1UdIwQYMBaAFE/DlAbm9wLGdidh | ||
NfWs5TioUiIWMAoGCCqGSM49BAMCA0cAMEQCIH+q3IudPuxaeyLsTBLKJxtGn8bz | ||
CXJP9XxwlS8zciyeAiBTPEjGJK0GOycPdV0pYoZ62EAhDisI1FDdEwFK3TKNHw== | ||
-----END CERTIFICATE----- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.