[Mono-bugs] [Bug 746721] AuthenticateAsServer does not send full chain of certificates

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Apr 11 17:38:58 UTC 2014


https://bugzilla.novell.com/show_bug.cgi?id=746721

https://bugzilla.novell.com/show_bug.cgi?id=746721#c1


Sebastien Pouliot <sebastien.pouliot at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sebastien.pouliot at gmail.com
          Component|System.Security             |Mono.Security
         AssignedTo|joseph at xamarin.com          |sebastien.pouliot at gmail.com

--- Comment #1 from Sebastien Pouliot <sebastien.pouliot at gmail.com> 2014-04-11 17:38:55 UTC ---
note: this issue was also reported in Xamarin's bugzilla [1].

Indeed the TLS 1.0 RFC [2] requires to send all (but the root) certificate(s). 

However I'm not sure [3] the test case is fully correct. In general MS .NET
"automagically" uses the certificates from it's own store (a bit like the same
trick it does to find private keys from a certificate), not from the PKCS#12
file. In many case they'll be in both (so the sample will works).

[1] https://bugzilla.xamarin.com/show_bug.cgi?id=16974
[2] https://www.ietf.org/rfc/rfc2246.txt
[3] I'll verify this, independently from the main issue [1]

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list