Aarno Syvänen wrote:
Hi List,

I am implementing EPP over SSL. It requires
me send send hex data (the length of the xml
document). In addition, making EPP request
twice is an error. So it differs http with both
these counts.

Then the problem: when i am doing SSL_write,
it does return full length of the packet i send, but
ethereal shows *two* application level packets.
The packet indedd contains 0x00s. Can this be a
problem ?
I'm afraid I do not really understand your request. Are you experiencing any problems, that is the server does not receive the data as the client sends them? Or are you afraid of a potential security or performance problem?

The number of packets sent on the wire while using SSL protocol is only loosely related to the number of SSL_write calls you are making or even the number of bytes you are sending, especially if sending only some bytes at a time...

Hope this helps.
Ted
;)

--
PGP Public Key Information
Download complete Key from http://www.convey.de/ted/tedkey_convey.asc
Key fingerprint = 31B0 E029 BCF9 6605 DAC1  B2E1 0CC8 70F4 7AFB 8D26


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to