Create RECORD_LAYER_clear function.
[openssl.git] / ssl / record / s3_pkt.c
1 /* ssl/s3_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-2002 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
112 #include <stdio.h>
113 #include <limits.h>
114 #include <errno.h>
115 #define USE_SOCKETS
116 #include "../ssl_locl.h"
117 #include <openssl/evp.h>
118 #include <openssl/buffer.h>
119 #include <openssl/rand.h>
120
121 #ifndef  EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK
122 # define EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK 0
123 #endif
124
125 #if     defined(OPENSSL_SMALL_FOOTPRINT) || \
126         !(      defined(AES_ASM) &&     ( \
127                 defined(__x86_64)       || defined(__x86_64__)  || \
128                 defined(_M_AMD64)       || defined(_M_X64)      || \
129                 defined(__INTEL__)      ) \
130         )
131 # undef EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK
132 # define EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK 0
133 #endif
134
135 void RECORD_LAYER_clear(RECORD_LAYER *rl)
136 {
137     unsigned char *rp, *wp;
138     size_t rlen, wlen;
139     int read_ahead;
140     SSL *s;
141
142     s = rl->s;
143     read_ahead = rl->read_ahead;
144     rp = SSL3_BUFFER_get_buf(&rl->rbuf);
145     rlen = SSL3_BUFFER_get_len(&rl->rbuf);
146     wp = SSL3_BUFFER_get_buf(&rl->wbuf);
147     wlen = SSL3_BUFFER_get_len(&rl->wbuf);
148     memset(rl, 0, sizeof (RECORD_LAYER));
149     SSL3_BUFFER_set_buf(&rl->rbuf, rp);
150     SSL3_BUFFER_set_len(&rl->rbuf, rlen);
151     SSL3_BUFFER_set_buf(&rl->wbuf, wp);
152     SSL3_BUFFER_set_len(&rl->wbuf, wlen);
153
154     /* Do I need to do this? As far as I can tell read_ahead did not
155      * previously get reset by SSL_clear...so I'll keep it that way..but is
156      * that right?
157      */
158     rl->read_ahead = read_ahead;
159     rl->s = s;
160 }
161
162 int ssl3_read_n(SSL *s, int n, int max, int extend)
163 {
164     /*
165      * If extend == 0, obtain new n-byte packet; if extend == 1, increase
166      * packet by another n bytes. The packet will be in the sub-array of
167      * s->s3->rbuf.buf specified by s->packet and s->packet_length. (If
168      * s->rlayer.read_ahead is set, 'max' bytes may be stored in rbuf [plus
169      * s->packet_length bytes if extend == 1].)
170      */
171     int i, len, left;
172     long align = 0;
173     unsigned char *pkt;
174     SSL3_BUFFER *rb;
175
176     if (n <= 0)
177         return n;
178
179     rb = RECORD_LAYER_get_rbuf(&s->rlayer);
180     if (rb->buf == NULL)
181         if (!ssl3_setup_read_buffer(s))
182             return -1;
183
184     left = rb->left;
185 #if defined(SSL3_ALIGN_PAYLOAD) && SSL3_ALIGN_PAYLOAD!=0
186     align = (long)rb->buf + SSL3_RT_HEADER_LENGTH;
187     align = (-align) & (SSL3_ALIGN_PAYLOAD - 1);
188 #endif
189
190     if (!extend) {
191         /* start with empty packet ... */
192         if (left == 0)
193             rb->offset = align;
194         else if (align != 0 && left >= SSL3_RT_HEADER_LENGTH) {
195             /*
196              * check if next packet length is large enough to justify payload
197              * alignment...
198              */
199             pkt = rb->buf + rb->offset;
200             if (pkt[0] == SSL3_RT_APPLICATION_DATA
201                 && (pkt[3] << 8 | pkt[4]) >= 128) {
202                 /*
203                  * Note that even if packet is corrupted and its length field
204                  * is insane, we can only be led to wrong decision about
205                  * whether memmove will occur or not. Header values has no
206                  * effect on memmove arguments and therefore no buffer
207                  * overrun can be triggered.
208                  */
209                 memmove(rb->buf + align, pkt, left);
210                 rb->offset = align;
211             }
212         }
213         s->packet = rb->buf + rb->offset;
214         s->packet_length = 0;
215         /* ... now we can act as if 'extend' was set */
216     }
217
218     /*
219      * For DTLS/UDP reads should not span multiple packets because the read
220      * operation returns the whole packet at once (as long as it fits into
221      * the buffer).
222      */
223     if (SSL_IS_DTLS(s)) {
224         if (left == 0 && extend)
225             return 0;
226         if (left > 0 && n > left)
227             n = left;
228     }
229
230     /* if there is enough in the buffer from a previous read, take some */
231     if (left >= n) {
232         s->packet_length += n;
233         rb->left = left - n;
234         rb->offset += n;
235         return (n);
236     }
237
238     /* else we need to read more data */
239
240     len = s->packet_length;
241     pkt = rb->buf + align;
242     /*
243      * Move any available bytes to front of buffer: 'len' bytes already
244      * pointed to by 'packet', 'left' extra ones at the end
245      */
246     if (s->packet != pkt) {     /* len > 0 */
247         memmove(pkt, s->packet, len + left);
248         s->packet = pkt;
249         rb->offset = len + align;
250     }
251
252     if (n > (int)(rb->len - rb->offset)) { /* does not happen */
253         SSLerr(SSL_F_SSL3_READ_N, ERR_R_INTERNAL_ERROR);
254         return -1;
255     }
256
257     /* We always act like read_ahead is set for DTLS */
258     if (!RECORD_LAYER_get_read_ahead(&s->rlayer) && !SSL_IS_DTLS(s))
259         /* ignore max parameter */
260         max = n;
261     else {
262         if (max < n)
263             max = n;
264         if (max > (int)(rb->len - rb->offset))
265             max = rb->len - rb->offset;
266     }
267
268     while (left < n) {
269         /*
270          * Now we have len+left bytes at the front of s->s3->rbuf.buf and
271          * need to read in more until we have len+n (up to len+max if
272          * possible)
273          */
274
275         clear_sys_error();
276         if (s->rbio != NULL) {
277             s->rwstate = SSL_READING;
278             i = BIO_read(s->rbio, pkt + len + left, max - left);
279         } else {
280             SSLerr(SSL_F_SSL3_READ_N, SSL_R_READ_BIO_NOT_SET);
281             i = -1;
282         }
283
284         if (i <= 0) {
285             rb->left = left;
286             if (s->mode & SSL_MODE_RELEASE_BUFFERS && !SSL_IS_DTLS(s))
287                 if (len + left == 0)
288                     ssl3_release_read_buffer(s);
289             return (i);
290         }
291         left += i;
292         /*
293          * reads should *never* span multiple packets for DTLS because the
294          * underlying transport protocol is message oriented as opposed to
295          * byte oriented as in the TLS case.
296          */
297         if (SSL_IS_DTLS(s)) {
298             if (n > left)
299                 n = left;       /* makes the while condition false */
300         }
301     }
302
303     /* done reading, now the book-keeping */
304     rb->offset += n;
305     rb->left = left - n;
306     s->packet_length += n;
307     s->rwstate = SSL_NOTHING;
308     return (n);
309 }
310
311
312 /*
313  * Call this to write data in records of type 'type' It will return <= 0 if
314  * not all data has been sent or non-blocking IO.
315  */
316 int ssl3_write_bytes(SSL *s, int type, const void *buf_, int len)
317 {
318     const unsigned char *buf = buf_;
319     int tot;
320     unsigned int n, nw;
321 #if !defined(OPENSSL_NO_MULTIBLOCK) && EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK
322     unsigned int max_send_fragment;
323 #endif
324     SSL3_BUFFER *wb = RECORD_LAYER_get_wbuf(&s->rlayer);
325     int i;
326     unsigned int u_len = (unsigned int)len;
327
328     if (len < 0) {
329         SSLerr(SSL_F_SSL3_WRITE_BYTES, SSL_R_SSL_NEGATIVE_LENGTH);
330         return -1;
331     }
332
333     s->rwstate = SSL_NOTHING;
334     OPENSSL_assert(s->s3->wnum <= INT_MAX);
335     tot = s->s3->wnum;
336     s->s3->wnum = 0;
337
338     if (SSL_in_init(s) && !s->in_handshake) {
339         i = s->handshake_func(s);
340         if (i < 0)
341             return (i);
342         if (i == 0) {
343             SSLerr(SSL_F_SSL3_WRITE_BYTES, SSL_R_SSL_HANDSHAKE_FAILURE);
344             return -1;
345         }
346     }
347
348     /*
349      * ensure that if we end up with a smaller value of data to write out
350      * than the the original len from a write which didn't complete for
351      * non-blocking I/O and also somehow ended up avoiding the check for
352      * this in ssl3_write_pending/SSL_R_BAD_WRITE_RETRY as it must never be
353      * possible to end up with (len-tot) as a large number that will then
354      * promptly send beyond the end of the users buffer ... so we trap and
355      * report the error in a way the user will notice
356      */
357     if (len < tot) {
358         SSLerr(SSL_F_SSL3_WRITE_BYTES, SSL_R_BAD_LENGTH);
359         return (-1);
360     }
361
362     /*
363      * first check if there is a SSL3_BUFFER still being written out.  This
364      * will happen with non blocking IO
365      */
366     if (wb->left != 0) {
367         i = ssl3_write_pending(s, type, &buf[tot], s->s3->wpend_tot);
368         if (i <= 0) {
369             /* XXX should we ssl3_release_write_buffer if i<0? */
370             s->s3->wnum = tot;
371             return i;
372         }
373         tot += i;               /* this might be last fragment */
374     }
375 #if !defined(OPENSSL_NO_MULTIBLOCK) && EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK
376     /*
377      * Depending on platform multi-block can deliver several *times*
378      * better performance. Downside is that it has to allocate
379      * jumbo buffer to accomodate up to 8 records, but the
380      * compromise is considered worthy.
381      */
382     if (type == SSL3_RT_APPLICATION_DATA &&
383         u_len >= 4 * (max_send_fragment = s->max_send_fragment) &&
384         s->compress == NULL && s->msg_callback == NULL &&
385         !SSL_USE_ETM(s) && SSL_USE_EXPLICIT_IV(s) &&
386         EVP_CIPHER_flags(s->enc_write_ctx->cipher) &
387         EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK) {
388         unsigned char aad[13];
389         EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM mb_param;
390         int packlen;
391
392         /* minimize address aliasing conflicts */
393         if ((max_send_fragment & 0xfff) == 0)
394             max_send_fragment -= 512;
395
396         if (tot == 0 || wb->buf == NULL) { /* allocate jumbo buffer */
397             ssl3_release_write_buffer(s);
398
399             packlen = EVP_CIPHER_CTX_ctrl(s->enc_write_ctx,
400                                           EVP_CTRL_TLS1_1_MULTIBLOCK_MAX_BUFSIZE,
401                                           max_send_fragment, NULL);
402
403             if (u_len >= 8 * max_send_fragment)
404                 packlen *= 8;
405             else
406                 packlen *= 4;
407
408             wb->buf = OPENSSL_malloc(packlen);
409             if(!wb->buf) {
410                 SSLerr(SSL_F_SSL3_WRITE_BYTES, ERR_R_MALLOC_FAILURE);
411                 return -1;
412             }
413             wb->len = packlen;
414         } else if (tot == len) { /* done? */
415             OPENSSL_free(wb->buf); /* free jumbo buffer */
416             wb->buf = NULL;
417             return tot;
418         }
419
420         n = (len - tot);
421         for (;;) {
422             if (n < 4 * max_send_fragment) {
423                 OPENSSL_free(wb->buf); /* free jumbo buffer */
424                 wb->buf = NULL;
425                 break;
426             }
427
428             if (s->s3->alert_dispatch) {
429                 i = s->method->ssl_dispatch_alert(s);
430                 if (i <= 0) {
431                     s->s3->wnum = tot;
432                     return i;
433                 }
434             }
435
436             if (n >= 8 * max_send_fragment)
437                 nw = max_send_fragment * (mb_param.interleave = 8);
438             else
439                 nw = max_send_fragment * (mb_param.interleave = 4);
440
441             memcpy(aad, s->s3->write_sequence, 8);
442             aad[8] = type;
443             aad[9] = (unsigned char)(s->version >> 8);
444             aad[10] = (unsigned char)(s->version);
445             aad[11] = 0;
446             aad[12] = 0;
447             mb_param.out = NULL;
448             mb_param.inp = aad;
449             mb_param.len = nw;
450
451             packlen = EVP_CIPHER_CTX_ctrl(s->enc_write_ctx,
452                                           EVP_CTRL_TLS1_1_MULTIBLOCK_AAD,
453                                           sizeof(mb_param), &mb_param);
454
455             if (packlen <= 0 || packlen > (int)wb->len) { /* never happens */
456                 OPENSSL_free(wb->buf); /* free jumbo buffer */
457                 wb->buf = NULL;
458                 break;
459             }
460
461             mb_param.out = wb->buf;
462             mb_param.inp = &buf[tot];
463             mb_param.len = nw;
464
465             if (EVP_CIPHER_CTX_ctrl(s->enc_write_ctx,
466                                     EVP_CTRL_TLS1_1_MULTIBLOCK_ENCRYPT,
467                                     sizeof(mb_param), &mb_param) <= 0)
468                 return -1;
469
470             s->s3->write_sequence[7] += mb_param.interleave;
471             if (s->s3->write_sequence[7] < mb_param.interleave) {
472                 int j = 6;
473                 while (j >= 0 && (++s->s3->write_sequence[j--]) == 0) ;
474             }
475
476             wb->offset = 0;
477             wb->left = packlen;
478
479             s->s3->wpend_tot = nw;
480             s->s3->wpend_buf = &buf[tot];
481             s->s3->wpend_type = type;
482             s->s3->wpend_ret = nw;
483
484             i = ssl3_write_pending(s, type, &buf[tot], nw);
485             if (i <= 0) {
486                 if (i < 0 && (!s->wbio || !BIO_should_retry(s->wbio))) {
487                     OPENSSL_free(wb->buf);
488                     wb->buf = NULL;
489                 }
490                 s->s3->wnum = tot;
491                 return i;
492             }
493             if (i == (int)n) {
494                 OPENSSL_free(wb->buf); /* free jumbo buffer */
495                 wb->buf = NULL;
496                 return tot + i;
497             }
498             n -= i;
499             tot += i;
500         }
501     } else
502 #endif
503     if (tot == len) {           /* done? */
504         if (s->mode & SSL_MODE_RELEASE_BUFFERS && !SSL_IS_DTLS(s))
505             ssl3_release_write_buffer(s);
506
507         return tot;
508     }
509
510     n = (len - tot);
511     for (;;) {
512         if (n > s->max_send_fragment)
513             nw = s->max_send_fragment;
514         else
515             nw = n;
516
517         i = do_ssl3_write(s, type, &(buf[tot]), nw, 0);
518         if (i <= 0) {
519             /* XXX should we ssl3_release_write_buffer if i<0? */
520             s->s3->wnum = tot;
521             return i;
522         }
523
524         if ((i == (int)n) ||
525             (type == SSL3_RT_APPLICATION_DATA &&
526              (s->mode & SSL_MODE_ENABLE_PARTIAL_WRITE))) {
527             /*
528              * next chunk of data should get another prepended empty fragment
529              * in ciphersuites with known-IV weakness:
530              */
531             s->s3->empty_fragment_done = 0;
532
533             if ((i == (int)n) && s->mode & SSL_MODE_RELEASE_BUFFERS &&
534                 !SSL_IS_DTLS(s))
535                 ssl3_release_write_buffer(s);
536
537             return tot + i;
538         }
539
540         n -= i;
541         tot += i;
542     }
543 }
544
545 int do_ssl3_write(SSL *s, int type, const unsigned char *buf,
546                   unsigned int len, int create_empty_fragment)
547 {
548     unsigned char *p, *plen;
549     int i, mac_size, clear = 0;
550     int prefix_len = 0;
551     int eivlen;
552     long align = 0;
553     SSL3_RECORD *wr;
554     SSL3_BUFFER *wb = RECORD_LAYER_get_wbuf(&s->rlayer);
555     SSL_SESSION *sess;
556
557     /*
558      * first check if there is a SSL3_BUFFER still being written out.  This
559      * will happen with non blocking IO
560      */
561     if (wb->left != 0)
562         return (ssl3_write_pending(s, type, buf, len));
563
564     /* If we have an alert to send, lets send it */
565     if (s->s3->alert_dispatch) {
566         i = s->method->ssl_dispatch_alert(s);
567         if (i <= 0)
568             return (i);
569         /* if it went, fall through and send more stuff */
570     }
571
572     if (wb->buf == NULL)
573         if (!ssl3_setup_write_buffer(s))
574             return -1;
575
576     if (len == 0 && !create_empty_fragment)
577         return 0;
578
579     wr = RECORD_LAYER_get_wrec(&s->rlayer);
580     sess = s->session;
581
582     if ((sess == NULL) ||
583         (s->enc_write_ctx == NULL) ||
584         (EVP_MD_CTX_md(s->write_hash) == NULL)) {
585         clear = s->enc_write_ctx ? 0 : 1; /* must be AEAD cipher */
586         mac_size = 0;
587     } else {
588         mac_size = EVP_MD_CTX_size(s->write_hash);
589         if (mac_size < 0)
590             goto err;
591     }
592
593     /*
594      * 'create_empty_fragment' is true only when this function calls itself
595      */
596     if (!clear && !create_empty_fragment && !s->s3->empty_fragment_done) {
597         /*
598          * countermeasure against known-IV weakness in CBC ciphersuites (see
599          * http://www.openssl.org/~bodo/tls-cbc.txt)
600          */
601
602         if (s->s3->need_empty_fragments && type == SSL3_RT_APPLICATION_DATA) {
603             /*
604              * recursive function call with 'create_empty_fragment' set; this
605              * prepares and buffers the data for an empty fragment (these
606              * 'prefix_len' bytes are sent out later together with the actual
607              * payload)
608              */
609             prefix_len = do_ssl3_write(s, type, buf, 0, 1);
610             if (prefix_len <= 0)
611                 goto err;
612
613             if (prefix_len >
614                 (SSL3_RT_HEADER_LENGTH + SSL3_RT_SEND_MAX_ENCRYPTED_OVERHEAD))
615             {
616                 /* insufficient space */
617                 SSLerr(SSL_F_DO_SSL3_WRITE, ERR_R_INTERNAL_ERROR);
618                 goto err;
619             }
620         }
621
622         s->s3->empty_fragment_done = 1;
623     }
624
625     if (create_empty_fragment) {
626 #if defined(SSL3_ALIGN_PAYLOAD) && SSL3_ALIGN_PAYLOAD!=0
627         /*
628          * extra fragment would be couple of cipher blocks, which would be
629          * multiple of SSL3_ALIGN_PAYLOAD, so if we want to align the real
630          * payload, then we can just pretent we simply have two headers.
631          */
632         align = (long)wb->buf + 2 * SSL3_RT_HEADER_LENGTH;
633         align = (-align) & (SSL3_ALIGN_PAYLOAD - 1);
634 #endif
635         p = wb->buf + align;
636         wb->offset = align;
637     } else if (prefix_len) {
638         p = wb->buf + wb->offset + prefix_len;
639     } else {
640 #if defined(SSL3_ALIGN_PAYLOAD) && SSL3_ALIGN_PAYLOAD!=0
641         align = (long)wb->buf + SSL3_RT_HEADER_LENGTH;
642         align = (-align) & (SSL3_ALIGN_PAYLOAD - 1);
643 #endif
644         p = wb->buf + align;
645         wb->offset = align;
646     }
647
648     /* write the header */
649
650     *(p++) = type & 0xff;
651     wr->type = type;
652
653     *(p++) = (s->version >> 8);
654     /*
655      * Some servers hang if iniatial client hello is larger than 256 bytes
656      * and record version number > TLS 1.0
657      */
658     if (s->state == SSL3_ST_CW_CLNT_HELLO_B
659         && !s->renegotiate && TLS1_get_version(s) > TLS1_VERSION)
660         *(p++) = 0x1;
661     else
662         *(p++) = s->version & 0xff;
663
664     /* field where we are to write out packet length */
665     plen = p;
666     p += 2;
667     /* Explicit IV length, block ciphers appropriate version flag */
668     if (s->enc_write_ctx && SSL_USE_EXPLICIT_IV(s)) {
669         int mode = EVP_CIPHER_CTX_mode(s->enc_write_ctx);
670         if (mode == EVP_CIPH_CBC_MODE) {
671             eivlen = EVP_CIPHER_CTX_iv_length(s->enc_write_ctx);
672             if (eivlen <= 1)
673                 eivlen = 0;
674         }
675         /* Need explicit part of IV for GCM mode */
676         else if (mode == EVP_CIPH_GCM_MODE)
677             eivlen = EVP_GCM_TLS_EXPLICIT_IV_LEN;
678         else
679             eivlen = 0;
680     } else
681         eivlen = 0;
682
683     /* lets setup the record stuff. */
684     wr->data = p + eivlen;
685     wr->length = (int)len;
686     wr->input = (unsigned char *)buf;
687
688     /*
689      * we now 'read' from wr->input, wr->length bytes into wr->data
690      */
691
692     /* first we compress */
693     if (s->compress != NULL) {
694         if (!ssl3_do_compress(s)) {
695             SSLerr(SSL_F_DO_SSL3_WRITE, SSL_R_COMPRESSION_FAILURE);
696             goto err;
697         }
698     } else {
699         memcpy(wr->data, wr->input, wr->length);
700         wr->input = wr->data;
701     }
702
703     /*
704      * we should still have the output to wr->data and the input from
705      * wr->input.  Length should be wr->length. wr->data still points in the
706      * wb->buf
707      */
708
709     if (!SSL_USE_ETM(s) && mac_size != 0) {
710         if (s->method->ssl3_enc->mac(s, &(p[wr->length + eivlen]), 1) < 0)
711             goto err;
712         wr->length += mac_size;
713     }
714
715     wr->input = p;
716     wr->data = p;
717
718     if (eivlen) {
719         /*
720          * if (RAND_pseudo_bytes(p, eivlen) <= 0) goto err;
721          */
722         wr->length += eivlen;
723     }
724
725     if (s->method->ssl3_enc->enc(s, 1) < 1)
726         goto err;
727
728     if (SSL_USE_ETM(s) && mac_size != 0) {
729         if (s->method->ssl3_enc->mac(s, p + wr->length, 1) < 0)
730             goto err;
731         wr->length += mac_size;
732     }
733
734     /* record length after mac and block padding */
735     s2n(wr->length, plen);
736
737     if (s->msg_callback)
738         s->msg_callback(1, 0, SSL3_RT_HEADER, plen - 5, 5, s,
739                         s->msg_callback_arg);
740
741     /*
742      * we should now have wr->data pointing to the encrypted data, which is
743      * wr->length long
744      */
745     wr->type = type;            /* not needed but helps for debugging */
746     wr->length += SSL3_RT_HEADER_LENGTH;
747
748     if (create_empty_fragment) {
749         /*
750          * we are in a recursive call; just return the length, don't write
751          * out anything here
752          */
753         return wr->length;
754     }
755
756     /* now let's set up wb */
757     wb->left = prefix_len + wr->length;
758
759     /*
760      * memorize arguments so that ssl3_write_pending can detect bad write
761      * retries later
762      */
763     s->s3->wpend_tot = len;
764     s->s3->wpend_buf = buf;
765     s->s3->wpend_type = type;
766     s->s3->wpend_ret = len;
767
768     /* we now just need to write the buffer */
769     return ssl3_write_pending(s, type, buf, len);
770  err:
771     return -1;
772 }
773
774 /* if s->s3->wbuf.left != 0, we need to call this */
775 int ssl3_write_pending(SSL *s, int type, const unsigned char *buf,
776                        unsigned int len)
777 {
778     int i;
779     SSL3_BUFFER *wb = RECORD_LAYER_get_wbuf(&s->rlayer);
780
781 /* XXXX */
782     if ((s->s3->wpend_tot > (int)len)
783         || ((s->s3->wpend_buf != buf) &&
784             !(s->mode & SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER))
785         || (s->s3->wpend_type != type)) {
786         SSLerr(SSL_F_SSL3_WRITE_PENDING, SSL_R_BAD_WRITE_RETRY);
787         return (-1);
788     }
789
790     for (;;) {
791         clear_sys_error();
792         if (s->wbio != NULL) {
793             s->rwstate = SSL_WRITING;
794             i = BIO_write(s->wbio,
795                           (char *)&(wb->buf[wb->offset]),
796                           (unsigned int)wb->left);
797         } else {
798             SSLerr(SSL_F_SSL3_WRITE_PENDING, SSL_R_BIO_NOT_SET);
799             i = -1;
800         }
801         if (i == wb->left) {
802             wb->left = 0;
803             wb->offset += i;
804             s->rwstate = SSL_NOTHING;
805             return (s->s3->wpend_ret);
806         } else if (i <= 0) {
807             if (s->version == DTLS1_VERSION || s->version == DTLS1_BAD_VER) {
808                 /*
809                  * For DTLS, just drop it. That's kind of the whole point in
810                  * using a datagram service
811                  */
812                 wb->left = 0;
813             }
814             return (i);
815         }
816         wb->offset += i;
817         wb->left -= i;
818     }
819 }
820
821 /*-
822  * Return up to 'len' payload bytes received in 'type' records.
823  * 'type' is one of the following:
824  *
825  *   -  SSL3_RT_HANDSHAKE (when ssl3_get_message calls us)
826  *   -  SSL3_RT_APPLICATION_DATA (when ssl3_read calls us)
827  *   -  0 (during a shutdown, no data has to be returned)
828  *
829  * If we don't have stored data to work from, read a SSL/TLS record first
830  * (possibly multiple records if we still don't have anything to return).
831  *
832  * This function must handle any surprises the peer may have for us, such as
833  * Alert records (e.g. close_notify), ChangeCipherSpec records (not really
834  * a surprise, but handled as if it were), or renegotiation requests.
835  * Also if record payloads contain fragments too small to process, we store
836  * them until there is enough for the respective protocol (the record protocol
837  * may use arbitrary fragmentation and even interleaving):
838  *     Change cipher spec protocol
839  *             just 1 byte needed, no need for keeping anything stored
840  *     Alert protocol
841  *             2 bytes needed (AlertLevel, AlertDescription)
842  *     Handshake protocol
843  *             4 bytes needed (HandshakeType, uint24 length) -- we just have
844  *             to detect unexpected Client Hello and Hello Request messages
845  *             here, anything else is handled by higher layers
846  *     Application data protocol
847  *             none of our business
848  */
849 int ssl3_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek)
850 {
851     int al, i, j, ret;
852     unsigned int n;
853     SSL3_RECORD *rr;
854     void (*cb) (const SSL *ssl, int type2, int val) = NULL;
855
856     if (!SSL3_BUFFER_is_initialised(RECORD_LAYER_get_rbuf(&s->rlayer))) {
857         /* Not initialized yet */
858         if (!ssl3_setup_read_buffer(s))
859             return (-1);
860     }
861
862     if ((type && (type != SSL3_RT_APPLICATION_DATA)
863          && (type != SSL3_RT_HANDSHAKE)) || (peek
864                                              && (type !=
865                                                  SSL3_RT_APPLICATION_DATA))) {
866         SSLerr(SSL_F_SSL3_READ_BYTES, ERR_R_INTERNAL_ERROR);
867         return -1;
868     }
869
870     if ((type == SSL3_RT_HANDSHAKE) && (s->s3->handshake_fragment_len > 0))
871         /* (partially) satisfy request from storage */
872     {
873         unsigned char *src = s->s3->handshake_fragment;
874         unsigned char *dst = buf;
875         unsigned int k;
876
877         /* peek == 0 */
878         n = 0;
879         while ((len > 0) && (s->s3->handshake_fragment_len > 0)) {
880             *dst++ = *src++;
881             len--;
882             s->s3->handshake_fragment_len--;
883             n++;
884         }
885         /* move any remaining fragment bytes: */
886         for (k = 0; k < s->s3->handshake_fragment_len; k++)
887             s->s3->handshake_fragment[k] = *src++;
888         return n;
889     }
890
891     /*
892      * Now s->s3->handshake_fragment_len == 0 if type == SSL3_RT_HANDSHAKE.
893      */
894
895     if (!s->in_handshake && SSL_in_init(s)) {
896         /* type == SSL3_RT_APPLICATION_DATA */
897         i = s->handshake_func(s);
898         if (i < 0)
899             return (i);
900         if (i == 0) {
901             SSLerr(SSL_F_SSL3_READ_BYTES, SSL_R_SSL_HANDSHAKE_FAILURE);
902             return (-1);
903         }
904     }
905  start:
906     s->rwstate = SSL_NOTHING;
907
908     /*-
909      * s->s3->rrec.type         - is the type of record
910      * s->s3->rrec.data,    - data
911      * s->s3->rrec.off,     - offset into 'data' for next read
912      * s->s3->rrec.length,  - number of bytes.
913      */
914     rr = RECORD_LAYER_get_rrec(&s->rlayer);
915
916     /* get new packet if necessary */
917     if ((rr->length == 0) || (s->rstate == SSL_ST_READ_BODY)) {
918         ret = ssl3_get_record(s);
919         if (ret <= 0)
920             return (ret);
921     }
922
923     /* we now have a packet which can be read and processed */
924
925     if (s->s3->change_cipher_spec /* set when we receive ChangeCipherSpec,
926                                    * reset by ssl3_get_finished */
927         && (rr->type != SSL3_RT_HANDSHAKE)) {
928         al = SSL_AD_UNEXPECTED_MESSAGE;
929         SSLerr(SSL_F_SSL3_READ_BYTES, SSL_R_DATA_BETWEEN_CCS_AND_FINISHED);
930         goto f_err;
931     }
932
933     /*
934      * If the other end has shut down, throw anything we read away (even in
935      * 'peek' mode)
936      */
937     if (s->shutdown & SSL_RECEIVED_SHUTDOWN) {
938         rr->length = 0;
939         s->rwstate = SSL_NOTHING;
940         return (0);
941     }
942
943     if (type == rr->type) {     /* SSL3_RT_APPLICATION_DATA or
944                                  * SSL3_RT_HANDSHAKE */
945         /*
946          * make sure that we are not getting application data when we are
947          * doing a handshake for the first time
948          */
949         if (SSL_in_init(s) && (type == SSL3_RT_APPLICATION_DATA) &&
950             (s->enc_read_ctx == NULL)) {
951             al = SSL_AD_UNEXPECTED_MESSAGE;
952             SSLerr(SSL_F_SSL3_READ_BYTES, SSL_R_APP_DATA_IN_HANDSHAKE);
953             goto f_err;
954         }
955
956         if (len <= 0)
957             return (len);
958
959         if ((unsigned int)len > rr->length)
960             n = rr->length;
961         else
962             n = (unsigned int)len;
963
964         memcpy(buf, &(rr->data[rr->off]), n);
965         if (!peek) {
966             rr->length -= n;
967             rr->off += n;
968             if (rr->length == 0) {
969                 s->rstate = SSL_ST_READ_HEADER;
970                 rr->off = 0;
971                 if (s->mode & SSL_MODE_RELEASE_BUFFERS
972                     && SSL3_BUFFER_get_left(
973                         RECORD_LAYER_get_rbuf(&s->rlayer)) == 0)
974                     ssl3_release_read_buffer(s);
975             }
976         }
977         return (n);
978     }
979
980     /*
981      * If we get here, then type != rr->type; if we have a handshake message,
982      * then it was unexpected (Hello Request or Client Hello).
983      */
984
985     /*
986      * In case of record types for which we have 'fragment' storage, fill
987      * that so that we can process the data at a fixed place.
988      */
989     {
990         unsigned int dest_maxlen = 0;
991         unsigned char *dest = NULL;
992         unsigned int *dest_len = NULL;
993
994         if (rr->type == SSL3_RT_HANDSHAKE) {
995             dest_maxlen = sizeof s->s3->handshake_fragment;
996             dest = s->s3->handshake_fragment;
997             dest_len = &s->s3->handshake_fragment_len;
998         } else if (rr->type == SSL3_RT_ALERT) {
999             dest_maxlen = sizeof s->s3->alert_fragment;
1000             dest = s->s3->alert_fragment;
1001             dest_len = &s->s3->alert_fragment_len;
1002         }
1003 #ifndef OPENSSL_NO_HEARTBEATS
1004         else if (rr->type == TLS1_RT_HEARTBEAT) {
1005             /* We can ignore 0 return values */
1006             if(tls1_process_heartbeat(s) < 0) {
1007                 return -1;
1008             }
1009
1010             /* Exit and notify application to read again */
1011             rr->length = 0;
1012             s->rwstate = SSL_READING;
1013             BIO_clear_retry_flags(SSL_get_rbio(s));
1014             BIO_set_retry_read(SSL_get_rbio(s));
1015             return (-1);
1016         }
1017 #endif
1018
1019         if (dest_maxlen > 0) {
1020             n = dest_maxlen - *dest_len; /* available space in 'dest' */
1021             if (rr->length < n)
1022                 n = rr->length; /* available bytes */
1023
1024             /* now move 'n' bytes: */
1025             while (n-- > 0) {
1026                 dest[(*dest_len)++] = rr->data[rr->off++];
1027                 rr->length--;
1028             }
1029
1030             if (*dest_len < dest_maxlen)
1031                 goto start;     /* fragment was too small */
1032         }
1033     }
1034
1035     /*-
1036      * s->s3->handshake_fragment_len == 4  iff  rr->type == SSL3_RT_HANDSHAKE;
1037      * s->s3->alert_fragment_len == 2      iff  rr->type == SSL3_RT_ALERT.
1038      * (Possibly rr is 'empty' now, i.e. rr->length may be 0.)
1039      */
1040
1041     /* If we are a client, check for an incoming 'Hello Request': */
1042     if ((!s->server) &&
1043         (s->s3->handshake_fragment_len >= 4) &&
1044         (s->s3->handshake_fragment[0] == SSL3_MT_HELLO_REQUEST) &&
1045         (s->session != NULL) && (s->session->cipher != NULL)) {
1046         s->s3->handshake_fragment_len = 0;
1047
1048         if ((s->s3->handshake_fragment[1] != 0) ||
1049             (s->s3->handshake_fragment[2] != 0) ||
1050             (s->s3->handshake_fragment[3] != 0)) {
1051             al = SSL_AD_DECODE_ERROR;
1052             SSLerr(SSL_F_SSL3_READ_BYTES, SSL_R_BAD_HELLO_REQUEST);
1053             goto f_err;
1054         }
1055
1056         if (s->msg_callback)
1057             s->msg_callback(0, s->version, SSL3_RT_HANDSHAKE,
1058                             s->s3->handshake_fragment, 4, s,
1059                             s->msg_callback_arg);
1060
1061         if (SSL_is_init_finished(s) &&
1062             !(s->s3->flags & SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS) &&
1063             !s->s3->renegotiate) {
1064             ssl3_renegotiate(s);
1065             if (ssl3_renegotiate_check(s)) {
1066                 i = s->handshake_func(s);
1067                 if (i < 0)
1068                     return (i);
1069                 if (i == 0) {
1070                     SSLerr(SSL_F_SSL3_READ_BYTES,
1071                            SSL_R_SSL_HANDSHAKE_FAILURE);
1072                     return (-1);
1073                 }
1074
1075                 if (!(s->mode & SSL_MODE_AUTO_RETRY)) {
1076                     if (SSL3_BUFFER_get_left(
1077                         RECORD_LAYER_get_rbuf(&s->rlayer)) == 0) {
1078                         /* no read-ahead left? */
1079                         BIO *bio;
1080                         /*
1081                          * In the case where we try to read application data,
1082                          * but we trigger an SSL handshake, we return -1 with
1083                          * the retry option set.  Otherwise renegotiation may
1084                          * cause nasty problems in the blocking world
1085                          */
1086                         s->rwstate = SSL_READING;
1087                         bio = SSL_get_rbio(s);
1088                         BIO_clear_retry_flags(bio);
1089                         BIO_set_retry_read(bio);
1090                         return (-1);
1091                     }
1092                 }
1093             }
1094         }
1095         /*
1096          * we either finished a handshake or ignored the request, now try
1097          * again to obtain the (application) data we were asked for
1098          */
1099         goto start;
1100     }
1101     /*
1102      * If we are a server and get a client hello when renegotiation isn't
1103      * allowed send back a no renegotiation alert and carry on. WARNING:
1104      * experimental code, needs reviewing (steve)
1105      */
1106     if (s->server &&
1107         SSL_is_init_finished(s) &&
1108         !s->s3->send_connection_binding &&
1109         (s->version > SSL3_VERSION) &&
1110         (s->s3->handshake_fragment_len >= 4) &&
1111         (s->s3->handshake_fragment[0] == SSL3_MT_CLIENT_HELLO) &&
1112         (s->session != NULL) && (s->session->cipher != NULL) &&
1113         !(s->ctx->options & SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION)) {
1114         /*
1115          * s->s3->handshake_fragment_len = 0;
1116          */
1117         rr->length = 0;
1118         ssl3_send_alert(s, SSL3_AL_WARNING, SSL_AD_NO_RENEGOTIATION);
1119         goto start;
1120     }
1121     if (s->s3->alert_fragment_len >= 2) {
1122         int alert_level = s->s3->alert_fragment[0];
1123         int alert_descr = s->s3->alert_fragment[1];
1124
1125         s->s3->alert_fragment_len = 0;
1126
1127         if (s->msg_callback)
1128             s->msg_callback(0, s->version, SSL3_RT_ALERT,
1129                             s->s3->alert_fragment, 2, s, s->msg_callback_arg);
1130
1131         if (s->info_callback != NULL)
1132             cb = s->info_callback;
1133         else if (s->ctx->info_callback != NULL)
1134             cb = s->ctx->info_callback;
1135
1136         if (cb != NULL) {
1137             j = (alert_level << 8) | alert_descr;
1138             cb(s, SSL_CB_READ_ALERT, j);
1139         }
1140
1141         if (alert_level == SSL3_AL_WARNING) {
1142             s->s3->warn_alert = alert_descr;
1143             if (alert_descr == SSL_AD_CLOSE_NOTIFY) {
1144                 s->shutdown |= SSL_RECEIVED_SHUTDOWN;
1145                 return (0);
1146             }
1147             /*
1148              * This is a warning but we receive it if we requested
1149              * renegotiation and the peer denied it. Terminate with a fatal
1150              * alert because if application tried to renegotiatie it
1151              * presumably had a good reason and expects it to succeed. In
1152              * future we might have a renegotiation where we don't care if
1153              * the peer refused it where we carry on.
1154              */
1155             else if (alert_descr == SSL_AD_NO_RENEGOTIATION) {
1156                 al = SSL_AD_HANDSHAKE_FAILURE;
1157                 SSLerr(SSL_F_SSL3_READ_BYTES, SSL_R_NO_RENEGOTIATION);
1158                 goto f_err;
1159             }
1160 #ifdef SSL_AD_MISSING_SRP_USERNAME
1161             else if (alert_descr == SSL_AD_MISSING_SRP_USERNAME)
1162                 return (0);
1163 #endif
1164         } else if (alert_level == SSL3_AL_FATAL) {
1165             char tmp[16];
1166
1167             s->rwstate = SSL_NOTHING;
1168             s->s3->fatal_alert = alert_descr;
1169             SSLerr(SSL_F_SSL3_READ_BYTES, SSL_AD_REASON_OFFSET + alert_descr);
1170             BIO_snprintf(tmp, sizeof tmp, "%d", alert_descr);
1171             ERR_add_error_data(2, "SSL alert number ", tmp);
1172             s->shutdown |= SSL_RECEIVED_SHUTDOWN;
1173             SSL_CTX_remove_session(s->ctx, s->session);
1174             return (0);
1175         } else {
1176             al = SSL_AD_ILLEGAL_PARAMETER;
1177             SSLerr(SSL_F_SSL3_READ_BYTES, SSL_R_UNKNOWN_ALERT_TYPE);
1178             goto f_err;
1179         }
1180
1181         goto start;
1182     }
1183
1184     if (s->shutdown & SSL_SENT_SHUTDOWN) { /* but we have not received a
1185                                             * shutdown */
1186         s->rwstate = SSL_NOTHING;
1187         rr->length = 0;
1188         return (0);
1189     }
1190
1191     if (rr->type == SSL3_RT_CHANGE_CIPHER_SPEC) {
1192         /*
1193          * 'Change Cipher Spec' is just a single byte, so we know exactly
1194          * what the record payload has to look like
1195          */
1196         if ((rr->length != 1) || (rr->off != 0) ||
1197             (rr->data[0] != SSL3_MT_CCS)) {
1198             al = SSL_AD_ILLEGAL_PARAMETER;
1199             SSLerr(SSL_F_SSL3_READ_BYTES, SSL_R_BAD_CHANGE_CIPHER_SPEC);
1200             goto f_err;
1201         }
1202
1203         /* Check we have a cipher to change to */
1204         if (s->s3->tmp.new_cipher == NULL) {
1205             al = SSL_AD_UNEXPECTED_MESSAGE;
1206             SSLerr(SSL_F_SSL3_READ_BYTES, SSL_R_CCS_RECEIVED_EARLY);
1207             goto f_err;
1208         }
1209
1210         if (!(s->s3->flags & SSL3_FLAGS_CCS_OK)) {
1211             al = SSL_AD_UNEXPECTED_MESSAGE;
1212             SSLerr(SSL_F_SSL3_READ_BYTES, SSL_R_CCS_RECEIVED_EARLY);
1213             goto f_err;
1214         }
1215
1216         s->s3->flags &= ~SSL3_FLAGS_CCS_OK;
1217
1218         rr->length = 0;
1219
1220         if (s->msg_callback)
1221             s->msg_callback(0, s->version, SSL3_RT_CHANGE_CIPHER_SPEC,
1222                             rr->data, 1, s, s->msg_callback_arg);
1223
1224         s->s3->change_cipher_spec = 1;
1225         if (!ssl3_do_change_cipher_spec(s))
1226             goto err;
1227         else
1228             goto start;
1229     }
1230
1231     /*
1232      * Unexpected handshake message (Client Hello, or protocol violation)
1233      */
1234     if ((s->s3->handshake_fragment_len >= 4) && !s->in_handshake) {
1235         if (((s->state & SSL_ST_MASK) == SSL_ST_OK) &&
1236             !(s->s3->flags & SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS)) {
1237             s->state = s->server ? SSL_ST_ACCEPT : SSL_ST_CONNECT;
1238             s->renegotiate = 1;
1239             s->new_session = 1;
1240         }
1241         i = s->handshake_func(s);
1242         if (i < 0)
1243             return (i);
1244         if (i == 0) {
1245             SSLerr(SSL_F_SSL3_READ_BYTES, SSL_R_SSL_HANDSHAKE_FAILURE);
1246             return (-1);
1247         }
1248
1249         if (!(s->mode & SSL_MODE_AUTO_RETRY)) {
1250             if (SSL3_BUFFER_get_left(RECORD_LAYER_get_rbuf(&s->rlayer)) == 0) {
1251                 /* no read-ahead left? */
1252                 BIO *bio;
1253                 /*
1254                  * In the case where we try to read application data, but we
1255                  * trigger an SSL handshake, we return -1 with the retry
1256                  * option set.  Otherwise renegotiation may cause nasty
1257                  * problems in the blocking world
1258                  */
1259                 s->rwstate = SSL_READING;
1260                 bio = SSL_get_rbio(s);
1261                 BIO_clear_retry_flags(bio);
1262                 BIO_set_retry_read(bio);
1263                 return (-1);
1264             }
1265         }
1266         goto start;
1267     }
1268
1269     switch (rr->type) {
1270     default:
1271         /*
1272          * TLS up to v1.1 just ignores unknown message types: TLS v1.2 give
1273          * an unexpected message alert.
1274          */
1275         if (s->version >= TLS1_VERSION && s->version <= TLS1_1_VERSION) {
1276             rr->length = 0;
1277             goto start;
1278         }
1279         al = SSL_AD_UNEXPECTED_MESSAGE;
1280         SSLerr(SSL_F_SSL3_READ_BYTES, SSL_R_UNEXPECTED_RECORD);
1281         goto f_err;
1282     case SSL3_RT_CHANGE_CIPHER_SPEC:
1283     case SSL3_RT_ALERT:
1284     case SSL3_RT_HANDSHAKE:
1285         /*
1286          * we already handled all of these, with the possible exception of
1287          * SSL3_RT_HANDSHAKE when s->in_handshake is set, but that should not
1288          * happen when type != rr->type
1289          */
1290         al = SSL_AD_UNEXPECTED_MESSAGE;
1291         SSLerr(SSL_F_SSL3_READ_BYTES, ERR_R_INTERNAL_ERROR);
1292         goto f_err;
1293     case SSL3_RT_APPLICATION_DATA:
1294         /*
1295          * At this point, we were expecting handshake data, but have
1296          * application data.  If the library was running inside ssl3_read()
1297          * (i.e. in_read_app_data is set) and it makes sense to read
1298          * application data at this point (session renegotiation not yet
1299          * started), we will indulge it.
1300          */
1301         if (s->s3->in_read_app_data &&
1302             (s->s3->total_renegotiations != 0) &&
1303             (((s->state & SSL_ST_CONNECT) &&
1304               (s->state >= SSL3_ST_CW_CLNT_HELLO_A) &&
1305               (s->state <= SSL3_ST_CR_SRVR_HELLO_A)
1306              ) || ((s->state & SSL_ST_ACCEPT) &&
1307                    (s->state <= SSL3_ST_SW_HELLO_REQ_A) &&
1308                    (s->state >= SSL3_ST_SR_CLNT_HELLO_A)
1309              )
1310             )) {
1311             s->s3->in_read_app_data = 2;
1312             return (-1);
1313         } else {
1314             al = SSL_AD_UNEXPECTED_MESSAGE;
1315             SSLerr(SSL_F_SSL3_READ_BYTES, SSL_R_UNEXPECTED_RECORD);
1316             goto f_err;
1317         }
1318     }
1319     /* not reached */
1320
1321  f_err:
1322     ssl3_send_alert(s, SSL3_AL_FATAL, al);
1323  err:
1324     return (-1);
1325 }
1326
1327