Handle BN_mod_word failures.
[openssl.git] / ssl / record / ssl3_buffer.c
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-03-07 Matt CaswellAdd an ability to set the SSL read buffer size
2016-03-07 Matt CaswellImplement write pipeline support in libssl
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-12-23 Kurt RoeckxRemove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER and SSL_OP_TLS...
2015-09-01 Hiroyuki YAMAMORIFix DTLS1.2 buffers
2015-05-22 Matt CaswellFix a memory leak in compression
2015-05-01 Rich Salzfree null cleanup finale
2015-04-16 Viktor DukhovniCode style: space after 'if'
2015-03-26 Matt CaswellRenamed record layer header files
2015-03-26 Matt CaswellMove s->packet and s->packet_length into s->rlayer
2015-03-26 Matt CaswellProvide RECORD_LAYER_set_data function
2015-03-26 Matt CaswellMove SSL3_BUFFER set up and release code into ssl3_buffer.c
2015-03-26 Matt CaswellEncapsulate SSL3_BUFFER and all access to s->s3->rbuf.