boringssl/ssl/test
David Benjamin 4417d055e2 Remove buffered_app_data as well.
This conceivably has a use, but NSS doesn't do this buffer either and it still
suffers from the same problems as the other uses of record_pqueue. This removes
the last use of record_pqueue. It also opens the door to removing pqueue
altogether as it isn't the right data structure for either of the remaining
uses either. (It's not clear it was right for record_pqueue either, but I don't
feel like digging into this code.)

Change-Id: If8a43e7332b3cd11a78a516f3e8ebf828052316f
Reviewed-on: https://boringssl-review.googlesource.com/4239
Reviewed-by: Adam Langley <agl@google.com>
2015-04-06 21:39:27 +00:00
..
runner Remove buffered_app_data as well. 2015-04-06 21:39:27 +00:00
async_bio.cc Use just one style for the shim. 2015-02-10 01:18:24 +00:00
async_bio.h Remove std::unique_ptr dependency on bssl_shim's scoped types. 2015-03-31 23:03:06 +00:00
bssl_shim.cc Add tests for SSL_export_keying_material. 2015-04-06 20:47:33 +00:00
CMakeLists.txt Remove unnecessary -ldl and clean up includes for malloc tests. 2015-03-21 00:07:42 +00:00
malloc.cc Disable the malloc test interceptor on ASan. 2015-04-01 20:08:18 +00:00
packeted_bio.cc Account for partial reads in PacketedBio. 2015-03-19 11:49:37 +00:00
packeted_bio.h Remove std::unique_ptr dependency on bssl_shim's scoped types. 2015-03-31 23:03:06 +00:00
scoped_types.h Remove std::unique_ptr dependency on bssl_shim's scoped types. 2015-03-31 23:03:06 +00:00
test_config.cc Add tests for SSL_export_keying_material. 2015-04-06 20:47:33 +00:00
test_config.h Add tests for SSL_export_keying_material. 2015-04-06 20:47:33 +00:00