Matt Caswell
|
fe589e6175
|
Move SSL3_RECORD oriented functions into ssl3_record.c
Reviewed-by: Richard Levitte <levitte@openssl.org>
|
2015-03-26 13:58:51 +00:00 |
|
Matt Caswell
|
7604202070
|
Move SSL3_BUFFER set up and release code into ssl3_buffer.c
Reviewed-by: Richard Levitte <levitte@openssl.org>
|
2015-03-26 13:56:10 +00:00 |
|
Matt Caswell
|
4e08d4a84c
|
Move s->s3->wrec to s>rlayer>wrec
Reviewed-by: Richard Levitte <levitte@openssl.org>
|
2015-03-26 13:53:07 +00:00 |
|
Matt Caswell
|
92ffa83d8b
|
Encapsulate s->s3->wrec
Reviewed-by: Richard Levitte <levitte@openssl.org>
|
2015-03-26 13:53:07 +00:00 |
|
Matt Caswell
|
cd986e5586
|
Move s->s3->rrec to s->rlayer->rrec
Reviewed-by: Richard Levitte <levitte@openssl.org>
|
2015-03-26 13:53:07 +00:00 |
|
Matt Caswell
|
258f8721a5
|
Encapsulate s->s3->rrec
Reviewed-by: Richard Levitte <levitte@openssl.org>
|
2015-03-26 13:53:07 +00:00 |
|
Matt Caswell
|
ab97b2cd43
|
Move s->s3->wbuf to s->rlayer->wbuf
Reviewed-by: Richard Levitte <levitte@openssl.org>
|
2015-03-26 13:53:07 +00:00 |
|
Matt Caswell
|
db9a32e719
|
Encapsulate access to s->s3->wbuf
Reviewed-by: Richard Levitte <levitte@openssl.org>
|
2015-03-26 13:53:07 +00:00 |
|
Matt Caswell
|
33d23b87a0
|
Move s->s3->rrec into s->rlayer
Reviewed-by: Richard Levitte <levitte@openssl.org>
|
2015-03-26 13:53:07 +00:00 |
|
Matt Caswell
|
28d59af874
|
Encapsulate SSL3_BUFFER and all access to s->s3->rbuf.
Reviewed-by: Richard Levitte <levitte@openssl.org>
|
2015-03-26 13:53:07 +00:00 |
|
Matt Caswell
|
52e1d7b152
|
Create a RECORD_LAYER structure and move read_ahead into it.
Reviewed-by: Richard Levitte <levitte@openssl.org>
|
2015-03-26 13:53:07 +00:00 |
|