BouncyCastle can not handle multiple handshake message in a frame

kiranmayi boyapati <[email protected]> Fri, 3 May 2019 20:58:15 +0530
Newsgroups gmane.comp.encryption.bouncy-castle.devel
Message-ID <CAGuVNbuF7DKJajdhUnkvnJ8E6VsuKE4Zss7FtbMkyUChisfjoQ@mail.gmail.com>
 I am trying to test Bouncy castle Tlsserver with Openssl client.

I always get bad mac error.

But the connections are successfully established with Tls test clients in
Bouncy castle test packages.

When i compare the handshake messages the only difference i found is BC
test clients sends Client Key Exchange, Change Cipher Spec and Encrypted
Handshake messages in different frames.

Where as openssl combine all the 3 messages in one frame.

Does Bouncy castle support multiple tls hand shake messages in single frame?