Tobias Brunner
|
19ef2aec15
|
Update copyright headers after acquisition by secunet
|
2022-06-28 10:22:56 +02:00 |
|
Tobias Brunner
|
1b67166921
|
Unify format of HSR copyright statements
|
2018-05-23 16:32:53 +02:00 |
|
Andreas Steffen
|
b12c53ce77
|
Use standard unsigned integer types
|
2016-03-24 18:52:48 +01:00 |
|
Martin Willi
|
54a1a75b2f
|
Don't use bio_writer_t.skip() to write length field when appending more data
If the writer reallocates its buffer, the length pointer might not be valid
anymore, or even worse, point to an arbitrary allocation.
|
2013-01-11 14:57:08 +01:00 |
|
Tobias Brunner
|
6dfdcf420f
|
Added a method to bio_writer_t that allows to skip a number of bytes
A chunk pointing to the skipped bytes is returned, allowing users of
bio_writer_t to write/copy data to the skipped bytes themselves.
|
2012-08-08 15:41:02 +02:00 |
|
Tobias Brunner
|
59a15a7475
|
Added a method to bio_writer_t that allows to extract the internal buffer
|
2012-08-08 15:41:02 +02:00 |
|
Andreas Steffen
|
fbeb94544c
|
extended bio_reader and bio_writer to handle u_int64_t
|
2011-11-28 14:39:52 +01:00 |
|
Andreas Steffen
|
7e432eff6b
|
renamed tls_reader|writer to bio_* and moved to libstrongswan
|
2011-05-31 15:46:51 +02:00 |
|
Andreas Steffen
|
7e82d26dd8
|
fixed type
|
2011-05-31 15:46:51 +02:00 |
|