Call BIO_gets in a loop until no more data is available
authorKevin Jones <kevin@vcsjones.com>
Wed, 7 Dec 2022 19:34:30 +0000 (14:34 -0500)
committerGitHub <noreply@github.com>
Wed, 7 Dec 2022 19:34:30 +0000 (14:34 -0500)
commite22e456752a19da4e135381574387ab62993c9da
treeae32cd43eb0ffe2f9d0ed365758c25a0a16d77c8
parent9e557f28a39ad0a4d2dc8fa473d64c4bc5d128dd
Call BIO_gets in a loop until no more data is available
src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.BIO.cs
src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/OpenSslAsnFormatter.cs
src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/X509Certificates/OpenSslX509CertificateReader.cs
src/libraries/System.Security.Cryptography/tests/AsnEncodedDataTests.cs