s2_pkt.c 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725
  1. /* ssl/s2_pkt.c */
  2. /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  3. * All rights reserved.
  4. *
  5. * This package is an SSL implementation written
  6. * by Eric Young (eay@cryptsoft.com).
  7. * The implementation was written so as to conform with Netscapes SSL.
  8. *
  9. * This library is free for commercial and non-commercial use as long as
  10. * the following conditions are aheared to. The following conditions
  11. * apply to all code found in this distribution, be it the RC4, RSA,
  12. * lhash, DES, etc., code; not just the SSL code. The SSL documentation
  13. * included with this distribution is covered by the same copyright terms
  14. * except that the holder is Tim Hudson (tjh@cryptsoft.com).
  15. *
  16. * Copyright remains Eric Young's, and as such any Copyright notices in
  17. * the code are not to be removed.
  18. * If this package is used in a product, Eric Young should be given attribution
  19. * as the author of the parts of the library used.
  20. * This can be in the form of a textual message at program startup or
  21. * in documentation (online or textual) provided with the package.
  22. *
  23. * Redistribution and use in source and binary forms, with or without
  24. * modification, are permitted provided that the following conditions
  25. * are met:
  26. * 1. Redistributions of source code must retain the copyright
  27. * notice, this list of conditions and the following disclaimer.
  28. * 2. Redistributions in binary form must reproduce the above copyright
  29. * notice, this list of conditions and the following disclaimer in the
  30. * documentation and/or other materials provided with the distribution.
  31. * 3. All advertising materials mentioning features or use of this software
  32. * must display the following acknowledgement:
  33. * "This product includes cryptographic software written by
  34. * Eric Young (eay@cryptsoft.com)"
  35. * The word 'cryptographic' can be left out if the rouines from the library
  36. * being used are not cryptographic related :-).
  37. * 4. If you include any Windows specific code (or a derivative thereof) from
  38. * the apps directory (application code) you must include an acknowledgement:
  39. * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
  40. *
  41. * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
  42. * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  43. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  44. * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  45. * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  46. * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  47. * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  48. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  49. * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  50. * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  51. * SUCH DAMAGE.
  52. *
  53. * The licence and distribution terms for any publically available version or
  54. * derivative of this code cannot be changed. i.e. this code cannot simply be
  55. * copied and put under another distribution licence
  56. * [including the GNU Public Licence.]
  57. */
  58. /* ====================================================================
  59. * Copyright (c) 1998-2001 The OpenSSL Project. All rights reserved.
  60. *
  61. * Redistribution and use in source and binary forms, with or without
  62. * modification, are permitted provided that the following conditions
  63. * are met:
  64. *
  65. * 1. Redistributions of source code must retain the above copyright
  66. * notice, this list of conditions and the following disclaimer.
  67. *
  68. * 2. Redistributions in binary form must reproduce the above copyright
  69. * notice, this list of conditions and the following disclaimer in
  70. * the documentation and/or other materials provided with the
  71. * distribution.
  72. *
  73. * 3. All advertising materials mentioning features or use of this
  74. * software must display the following acknowledgment:
  75. * "This product includes software developed by the OpenSSL Project
  76. * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
  77. *
  78. * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
  79. * endorse or promote products derived from this software without
  80. * prior written permission. For written permission, please contact
  81. * openssl-core@openssl.org.
  82. *
  83. * 5. Products derived from this software may not be called "OpenSSL"
  84. * nor may "OpenSSL" appear in their names without prior written
  85. * permission of the OpenSSL Project.
  86. *
  87. * 6. Redistributions of any form whatsoever must retain the following
  88. * acknowledgment:
  89. * "This product includes software developed by the OpenSSL Project
  90. * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
  91. *
  92. * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
  93. * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  94. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  95. * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
  96. * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  97. * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  98. * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  99. * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  100. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  101. * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  102. * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  103. * OF THE POSSIBILITY OF SUCH DAMAGE.
  104. * ====================================================================
  105. *
  106. * This product includes cryptographic software written by Eric Young
  107. * (eay@cryptsoft.com). This product includes software written by Tim
  108. * Hudson (tjh@cryptsoft.com).
  109. *
  110. */
  111. #include "ssl_locl.h"
  112. #ifndef OPENSSL_NO_SSL2
  113. # include <stdio.h>
  114. # include <errno.h>
  115. # define USE_SOCKETS
  116. static int read_n(SSL *s, unsigned int n, unsigned int max,
  117. unsigned int extend);
  118. static int n_do_ssl_write(SSL *s, const unsigned char *buf, unsigned int len);
  119. static int write_pending(SSL *s, const unsigned char *buf, unsigned int len);
  120. static int ssl_mt_error(int n);
  121. /*
  122. * SSL 2.0 imlementation for SSL_read/SSL_peek - This routine will return 0
  123. * to len bytes, decrypted etc if required.
  124. */
  125. static int ssl2_read_internal(SSL *s, void *buf, int len, int peek)
  126. {
  127. int n;
  128. unsigned char mac[MAX_MAC_SIZE];
  129. unsigned char *p;
  130. int i;
  131. int mac_size;
  132. ssl2_read_again:
  133. if (SSL_in_init(s) && !s->in_handshake) {
  134. n = s->handshake_func(s);
  135. if (n < 0)
  136. return (n);
  137. if (n == 0) {
  138. SSLerr(SSL_F_SSL2_READ_INTERNAL, SSL_R_SSL_HANDSHAKE_FAILURE);
  139. return (-1);
  140. }
  141. }
  142. clear_sys_error();
  143. s->rwstate = SSL_NOTHING;
  144. if (len <= 0)
  145. return (len);
  146. if (s->s2->ract_data_length != 0) { /* read from buffer */
  147. if (len > s->s2->ract_data_length)
  148. n = s->s2->ract_data_length;
  149. else
  150. n = len;
  151. memcpy(buf, s->s2->ract_data, (unsigned int)n);
  152. if (!peek) {
  153. s->s2->ract_data_length -= n;
  154. s->s2->ract_data += n;
  155. if (s->s2->ract_data_length == 0)
  156. s->rstate = SSL_ST_READ_HEADER;
  157. }
  158. return (n);
  159. }
  160. /*
  161. * s->s2->ract_data_length == 0 Fill the buffer, then goto
  162. * ssl2_read_again.
  163. */
  164. if (s->rstate == SSL_ST_READ_HEADER) {
  165. if (s->first_packet) {
  166. n = read_n(s, 5, SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER + 2, 0);
  167. if (n <= 0)
  168. return (n); /* error or non-blocking */
  169. s->first_packet = 0;
  170. p = s->packet;
  171. if (!((p[0] & 0x80) && ((p[2] == SSL2_MT_CLIENT_HELLO) ||
  172. (p[2] == SSL2_MT_SERVER_HELLO)))) {
  173. SSLerr(SSL_F_SSL2_READ_INTERNAL,
  174. SSL_R_NON_SSLV2_INITIAL_PACKET);
  175. return (-1);
  176. }
  177. } else {
  178. n = read_n(s, 2, SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER + 2, 0);
  179. if (n <= 0)
  180. return (n); /* error or non-blocking */
  181. }
  182. /* part read stuff */
  183. s->rstate = SSL_ST_READ_BODY;
  184. p = s->packet;
  185. /* Do header */
  186. /*
  187. * s->s2->padding=0;
  188. */
  189. s->s2->escape = 0;
  190. s->s2->rlength = (((unsigned int)p[0]) << 8) | ((unsigned int)p[1]);
  191. if ((p[0] & TWO_BYTE_BIT)) { /* Two byte header? */
  192. s->s2->three_byte_header = 0;
  193. s->s2->rlength &= TWO_BYTE_MASK;
  194. } else {
  195. s->s2->three_byte_header = 1;
  196. s->s2->rlength &= THREE_BYTE_MASK;
  197. /* security >s2->escape */
  198. s->s2->escape = ((p[0] & SEC_ESC_BIT)) ? 1 : 0;
  199. }
  200. }
  201. if (s->rstate == SSL_ST_READ_BODY) {
  202. n = s->s2->rlength + 2 + s->s2->three_byte_header;
  203. if (n > (int)s->packet_length) {
  204. n -= s->packet_length;
  205. i = read_n(s, (unsigned int)n, (unsigned int)n, 1);
  206. if (i <= 0)
  207. return (i); /* ERROR */
  208. }
  209. p = &(s->packet[2]);
  210. s->rstate = SSL_ST_READ_HEADER;
  211. if (s->s2->three_byte_header)
  212. s->s2->padding = *(p++);
  213. else
  214. s->s2->padding = 0;
  215. /* Data portion */
  216. if (s->s2->clear_text) {
  217. mac_size = 0;
  218. s->s2->mac_data = p;
  219. s->s2->ract_data = p;
  220. if (s->s2->padding) {
  221. SSLerr(SSL_F_SSL2_READ_INTERNAL, SSL_R_ILLEGAL_PADDING);
  222. return (-1);
  223. }
  224. } else {
  225. mac_size = EVP_MD_CTX_size(s->read_hash);
  226. if (mac_size < 0)
  227. return -1;
  228. OPENSSL_assert(mac_size <= MAX_MAC_SIZE);
  229. s->s2->mac_data = p;
  230. s->s2->ract_data = &p[mac_size];
  231. if (s->s2->padding + mac_size > s->s2->rlength) {
  232. SSLerr(SSL_F_SSL2_READ_INTERNAL, SSL_R_ILLEGAL_PADDING);
  233. return (-1);
  234. }
  235. }
  236. s->s2->ract_data_length = s->s2->rlength;
  237. /*
  238. * added a check for length > max_size in case encryption was not
  239. * turned on yet due to an error
  240. */
  241. if ((!s->s2->clear_text) &&
  242. (s->s2->rlength >= (unsigned int)mac_size)) {
  243. if (!ssl2_enc(s, 0)) {
  244. SSLerr(SSL_F_SSL2_READ_INTERNAL, SSL_R_DECRYPTION_FAILED);
  245. return (-1);
  246. }
  247. s->s2->ract_data_length -= mac_size;
  248. ssl2_mac(s, mac, 0);
  249. s->s2->ract_data_length -= s->s2->padding;
  250. if ((CRYPTO_memcmp(mac, s->s2->mac_data, mac_size) != 0) ||
  251. (s->s2->rlength %
  252. EVP_CIPHER_CTX_block_size(s->enc_read_ctx) != 0)) {
  253. SSLerr(SSL_F_SSL2_READ_INTERNAL, SSL_R_BAD_MAC_DECODE);
  254. return (-1);
  255. }
  256. }
  257. INC32(s->s2->read_sequence); /* expect next number */
  258. /* s->s2->ract_data is now available for processing */
  259. /*
  260. * Possibly the packet that we just read had 0 actual data bytes.
  261. * (SSLeay/OpenSSL itself never sends such packets; see ssl2_write.)
  262. * In this case, returning 0 would be interpreted by the caller as
  263. * indicating EOF, so it's not a good idea. Instead, we just
  264. * continue reading; thus ssl2_read_internal may have to process
  265. * multiple packets before it can return. [Note that using select()
  266. * for blocking sockets *never* guarantees that the next SSL_read
  267. * will not block -- the available data may contain incomplete
  268. * packets, and except for SSL 2, renegotiation can confuse things
  269. * even more.]
  270. */
  271. goto ssl2_read_again; /* This should really be "return
  272. * ssl2_read(s,buf,len)", but that would
  273. * allow for denial-of-service attacks if a C
  274. * compiler is used that does not recognize
  275. * end-recursion. */
  276. } else {
  277. SSLerr(SSL_F_SSL2_READ_INTERNAL, SSL_R_BAD_STATE);
  278. return (-1);
  279. }
  280. }
  281. int ssl2_read(SSL *s, void *buf, int len)
  282. {
  283. return ssl2_read_internal(s, buf, len, 0);
  284. }
  285. int ssl2_peek(SSL *s, void *buf, int len)
  286. {
  287. return ssl2_read_internal(s, buf, len, 1);
  288. }
  289. static int read_n(SSL *s, unsigned int n, unsigned int max,
  290. unsigned int extend)
  291. {
  292. int i, off, newb;
  293. /*
  294. * if there is stuff still in the buffer from a previous read, and there
  295. * is more than we want, take some.
  296. */
  297. if (s->s2->rbuf_left >= (int)n) {
  298. if (extend)
  299. s->packet_length += n;
  300. else {
  301. s->packet = &(s->s2->rbuf[s->s2->rbuf_offs]);
  302. s->packet_length = n;
  303. }
  304. s->s2->rbuf_left -= n;
  305. s->s2->rbuf_offs += n;
  306. return (n);
  307. }
  308. if (!s->read_ahead)
  309. max = n;
  310. if (max > (unsigned int)(SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER + 2))
  311. max = SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER + 2;
  312. /*
  313. * Else we want more than we have. First, if there is some left or we
  314. * want to extend
  315. */
  316. off = 0;
  317. if ((s->s2->rbuf_left != 0) || ((s->packet_length != 0) && extend)) {
  318. newb = s->s2->rbuf_left;
  319. if (extend) {
  320. off = s->packet_length;
  321. if (s->packet != s->s2->rbuf)
  322. memcpy(s->s2->rbuf, s->packet, (unsigned int)newb + off);
  323. } else if (s->s2->rbuf_offs != 0) {
  324. memcpy(s->s2->rbuf, &(s->s2->rbuf[s->s2->rbuf_offs]),
  325. (unsigned int)newb);
  326. s->s2->rbuf_offs = 0;
  327. }
  328. s->s2->rbuf_left = 0;
  329. } else
  330. newb = 0;
  331. /*
  332. * off is the offset to start writing too. r->s2->rbuf_offs is the
  333. * 'unread data', now 0. newb is the number of new bytes so far
  334. */
  335. s->packet = s->s2->rbuf;
  336. while (newb < (int)n) {
  337. clear_sys_error();
  338. if (s->rbio != NULL) {
  339. s->rwstate = SSL_READING;
  340. i = BIO_read(s->rbio, (char *)&(s->s2->rbuf[off + newb]),
  341. max - newb);
  342. } else {
  343. SSLerr(SSL_F_READ_N, SSL_R_READ_BIO_NOT_SET);
  344. i = -1;
  345. }
  346. # ifdef PKT_DEBUG
  347. if (s->debug & 0x01)
  348. sleep(1);
  349. # endif
  350. if (i <= 0) {
  351. s->s2->rbuf_left += newb;
  352. return (i);
  353. }
  354. newb += i;
  355. }
  356. /* record unread data */
  357. if (newb > (int)n) {
  358. s->s2->rbuf_offs = n + off;
  359. s->s2->rbuf_left = newb - n;
  360. } else {
  361. s->s2->rbuf_offs = 0;
  362. s->s2->rbuf_left = 0;
  363. }
  364. if (extend)
  365. s->packet_length += n;
  366. else
  367. s->packet_length = n;
  368. s->rwstate = SSL_NOTHING;
  369. return (n);
  370. }
  371. int ssl2_write(SSL *s, const void *_buf, int len)
  372. {
  373. const unsigned char *buf = _buf;
  374. unsigned int n, tot;
  375. int i;
  376. if (SSL_in_init(s) && !s->in_handshake) {
  377. i = s->handshake_func(s);
  378. if (i < 0)
  379. return (i);
  380. if (i == 0) {
  381. SSLerr(SSL_F_SSL2_WRITE, SSL_R_SSL_HANDSHAKE_FAILURE);
  382. return (-1);
  383. }
  384. }
  385. if (s->error) {
  386. ssl2_write_error(s);
  387. if (s->error)
  388. return (-1);
  389. }
  390. clear_sys_error();
  391. s->rwstate = SSL_NOTHING;
  392. if (len <= 0)
  393. return (len);
  394. tot = s->s2->wnum;
  395. s->s2->wnum = 0;
  396. n = (len - tot);
  397. for (;;) {
  398. i = n_do_ssl_write(s, &(buf[tot]), n);
  399. if (i <= 0) {
  400. s->s2->wnum = tot;
  401. return (i);
  402. }
  403. if ((i == (int)n) || (s->mode & SSL_MODE_ENABLE_PARTIAL_WRITE)) {
  404. return (tot + i);
  405. }
  406. n -= i;
  407. tot += i;
  408. }
  409. }
  410. static int write_pending(SSL *s, const unsigned char *buf, unsigned int len)
  411. {
  412. int i;
  413. /* s->s2->wpend_len != 0 MUST be true. */
  414. /*
  415. * check that they have given us the same buffer to write
  416. */
  417. if ((s->s2->wpend_tot > (int)len) ||
  418. ((s->s2->wpend_buf != buf) &&
  419. !(s->mode & SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER))) {
  420. SSLerr(SSL_F_WRITE_PENDING, SSL_R_BAD_WRITE_RETRY);
  421. return (-1);
  422. }
  423. for (;;) {
  424. clear_sys_error();
  425. if (s->wbio != NULL) {
  426. s->rwstate = SSL_WRITING;
  427. i = BIO_write(s->wbio,
  428. (char *)&(s->s2->write_ptr[s->s2->wpend_off]),
  429. (unsigned int)s->s2->wpend_len);
  430. } else {
  431. SSLerr(SSL_F_WRITE_PENDING, SSL_R_WRITE_BIO_NOT_SET);
  432. i = -1;
  433. }
  434. # ifdef PKT_DEBUG
  435. if (s->debug & 0x01)
  436. sleep(1);
  437. # endif
  438. if (i == s->s2->wpend_len) {
  439. s->s2->wpend_len = 0;
  440. s->rwstate = SSL_NOTHING;
  441. return (s->s2->wpend_ret);
  442. } else if (i <= 0)
  443. return (i);
  444. s->s2->wpend_off += i;
  445. s->s2->wpend_len -= i;
  446. }
  447. }
  448. static int n_do_ssl_write(SSL *s, const unsigned char *buf, unsigned int len)
  449. {
  450. unsigned int j, k, olen, p, bs;
  451. int mac_size;
  452. register unsigned char *pp;
  453. olen = len;
  454. /*
  455. * first check if there is data from an encryption waiting to be sent -
  456. * it must be sent because the other end is waiting. This will happen
  457. * with non-blocking IO. We print it and then return.
  458. */
  459. if (s->s2->wpend_len != 0)
  460. return (write_pending(s, buf, len));
  461. /* set mac_size to mac size */
  462. if (s->s2->clear_text)
  463. mac_size = 0;
  464. else {
  465. mac_size = EVP_MD_CTX_size(s->write_hash);
  466. if (mac_size < 0)
  467. return -1;
  468. }
  469. /* lets set the pad p */
  470. if (s->s2->clear_text) {
  471. if (len > SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER)
  472. len = SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER;
  473. p = 0;
  474. s->s2->three_byte_header = 0;
  475. /* len=len; */
  476. } else {
  477. bs = EVP_CIPHER_CTX_block_size(s->enc_read_ctx);
  478. j = len + mac_size;
  479. /*
  480. * Two-byte headers allow for a larger record length than three-byte
  481. * headers, but we can't use them if we need padding or if we have to
  482. * set the escape bit.
  483. */
  484. if ((j > SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER) && (!s->s2->escape)) {
  485. if (j > SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER)
  486. j = SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER;
  487. /*
  488. * set k to the max number of bytes with 2 byte header
  489. */
  490. k = j - (j % bs);
  491. /* how many data bytes? */
  492. len = k - mac_size;
  493. s->s2->three_byte_header = 0;
  494. p = 0;
  495. } else if ((bs <= 1) && (!s->s2->escape)) {
  496. /*-
  497. * j <= SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER, thus
  498. * j < SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER
  499. */
  500. s->s2->three_byte_header = 0;
  501. p = 0;
  502. } else { /* we may have to use a 3 byte header */
  503. /*-
  504. * If s->s2->escape is not set, then
  505. * j <= SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER, and thus
  506. * j < SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER.
  507. */
  508. p = (j % bs);
  509. p = (p == 0) ? 0 : (bs - p);
  510. if (s->s2->escape) {
  511. s->s2->three_byte_header = 1;
  512. if (j > SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER)
  513. j = SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER;
  514. } else
  515. s->s2->three_byte_header = (p == 0) ? 0 : 1;
  516. }
  517. }
  518. /*-
  519. * Now
  520. * j <= SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER
  521. * holds, and if s->s2->three_byte_header is set, then even
  522. * j <= SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER.
  523. */
  524. /*
  525. * mac_size is the number of MAC bytes len is the number of data bytes we
  526. * are going to send p is the number of padding bytes (if it is a
  527. * two-byte header, then p == 0)
  528. */
  529. s->s2->wlength = len;
  530. s->s2->padding = p;
  531. s->s2->mac_data = &(s->s2->wbuf[3]);
  532. s->s2->wact_data = &(s->s2->wbuf[3 + mac_size]);
  533. /*
  534. * It would be clearer to write this as follows:
  535. * if (mac_size + len + p > SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER)
  536. * However |len| is user input that could in theory be very large. We
  537. * know |mac_size| and |p| are small, so to avoid any possibility of
  538. * overflow we write it like this.
  539. *
  540. * In theory this should never fail because the logic above should have
  541. * modified |len| if it is too big. But we are being cautious.
  542. */
  543. if (len > (SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER - (mac_size + p))) {
  544. return -1;
  545. }
  546. /* we copy the data into s->s2->wbuf */
  547. memcpy(s->s2->wact_data, buf, len);
  548. if (p)
  549. memset(&(s->s2->wact_data[len]), 0, p); /* arbitrary padding */
  550. if (!s->s2->clear_text) {
  551. s->s2->wact_data_length = len + p;
  552. ssl2_mac(s, s->s2->mac_data, 1);
  553. s->s2->wlength += p + mac_size;
  554. if (ssl2_enc(s, 1) < 1)
  555. return -1;
  556. }
  557. /* package up the header */
  558. s->s2->wpend_len = s->s2->wlength;
  559. if (s->s2->three_byte_header) { /* 3 byte header */
  560. pp = s->s2->mac_data;
  561. pp -= 3;
  562. pp[0] = (s->s2->wlength >> 8) & (THREE_BYTE_MASK >> 8);
  563. if (s->s2->escape)
  564. pp[0] |= SEC_ESC_BIT;
  565. pp[1] = s->s2->wlength & 0xff;
  566. pp[2] = s->s2->padding;
  567. s->s2->wpend_len += 3;
  568. } else {
  569. pp = s->s2->mac_data;
  570. pp -= 2;
  571. pp[0] = ((s->s2->wlength >> 8) & (TWO_BYTE_MASK >> 8)) | TWO_BYTE_BIT;
  572. pp[1] = s->s2->wlength & 0xff;
  573. s->s2->wpend_len += 2;
  574. }
  575. s->s2->write_ptr = pp;
  576. INC32(s->s2->write_sequence); /* expect next number */
  577. /* lets try to actually write the data */
  578. s->s2->wpend_tot = olen;
  579. s->s2->wpend_buf = buf;
  580. s->s2->wpend_ret = len;
  581. s->s2->wpend_off = 0;
  582. return (write_pending(s, buf, olen));
  583. }
  584. int ssl2_part_read(SSL *s, unsigned long f, int i)
  585. {
  586. unsigned char *p;
  587. int j;
  588. if (i < 0) {
  589. /* ssl2_return_error(s); */
  590. /*
  591. * for non-blocking io, this is not necessarily fatal
  592. */
  593. return (i);
  594. } else {
  595. s->init_num += i;
  596. /*
  597. * Check for error. While there are recoverable errors, this
  598. * function is not called when those must be expected; any error
  599. * detected here is fatal.
  600. */
  601. if (s->init_num >= 3) {
  602. p = (unsigned char *)s->init_buf->data;
  603. if (p[0] == SSL2_MT_ERROR) {
  604. j = (p[1] << 8) | p[2];
  605. SSLerr((int)f, ssl_mt_error(j));
  606. s->init_num -= 3;
  607. if (s->init_num > 0)
  608. memmove(p, p + 3, s->init_num);
  609. }
  610. }
  611. /*
  612. * If it's not an error message, we have some error anyway -- the
  613. * message was shorter than expected. This too is treated as fatal
  614. * (at least if SSL_get_error is asked for its opinion).
  615. */
  616. return (0);
  617. }
  618. }
  619. int ssl2_do_write(SSL *s)
  620. {
  621. int ret;
  622. ret = ssl2_write(s, &s->init_buf->data[s->init_off], s->init_num);
  623. if (ret == s->init_num) {
  624. if (s->msg_callback)
  625. s->msg_callback(1, s->version, 0, s->init_buf->data,
  626. (size_t)(s->init_off + s->init_num), s,
  627. s->msg_callback_arg);
  628. return (1);
  629. }
  630. if (ret < 0)
  631. return (-1);
  632. s->init_off += ret;
  633. s->init_num -= ret;
  634. return (0);
  635. }
  636. static int ssl_mt_error(int n)
  637. {
  638. int ret;
  639. switch (n) {
  640. case SSL2_PE_NO_CIPHER:
  641. ret = SSL_R_PEER_ERROR_NO_CIPHER;
  642. break;
  643. case SSL2_PE_NO_CERTIFICATE:
  644. ret = SSL_R_PEER_ERROR_NO_CERTIFICATE;
  645. break;
  646. case SSL2_PE_BAD_CERTIFICATE:
  647. ret = SSL_R_PEER_ERROR_CERTIFICATE;
  648. break;
  649. case SSL2_PE_UNSUPPORTED_CERTIFICATE_TYPE:
  650. ret = SSL_R_PEER_ERROR_UNSUPPORTED_CERTIFICATE_TYPE;
  651. break;
  652. default:
  653. ret = SSL_R_UNKNOWN_REMOTE_ERROR_TYPE;
  654. break;
  655. }
  656. return (ret);
  657. }
  658. #else /* !OPENSSL_NO_SSL2 */
  659. # if PEDANTIC
  660. static void *dummy = &dummy;
  661. # endif
  662. #endif