strongswan/src/libstrongswan/bio
Tobias Brunner eeb73dec79 Ensure buffer in bio_writer_t is properly increased
The previous code was problematic if bufsize/increase was smaller than 8
and an u_int64_t was written when the buffer was too small.  Also, for
large chunks and small bufsizes realloc() was called several times
instead of just once.
2013-06-11 11:03:13 +02:00
..
bio_reader.c Add a bio_reader_t constructor variant freeing passed data during destruction 2013-01-15 17:43:05 +01:00
bio_reader.h Add a bio_reader_t constructor variant freeing passed data during destruction 2013-01-15 17:43:05 +01:00
bio_writer.c Ensure buffer in bio_writer_t is properly increased 2013-06-11 11:03:13 +02:00
bio_writer.h Don't use bio_writer_t.skip() to write length field when appending more data 2013-01-11 14:57:08 +01:00