index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libssl
/
bs_cbb.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Provide CBB_add_u32_length_prefixed().
jsing
2024-06-22
1
-1
/
+7
*
sync inclusion of <stdlib.h> from libcrypto
tb
2024-05-25
1
-1
/
+2
*
Make CBB_finish() fail if *out_data is not NULL
tb
2022-07-07
1
-1
/
+4
*
Provide CBB_add_u64()
jsing
2022-01-06
1
-1
/
+14
*
Fix formatting of multi-line license comment per style(9).
jsing
2021-05-16
1
-2
/
+3
*
Remove unnecessary includes from the bytestring APIs.
jsing
2021-05-16
1
-3
/
+1
*
whitespace
tb
2021-01-04
1
-2
/
+2
*
Avoid memset() before memcpy() for CBB_add_bytes().
jsing
2020-09-16
1
-2
/
+2
*
Ensure that CBB_add_space() always provides zeroed memory.
jsing
2020-03-13
1
-1
/
+2
*
Use calloc() rather than malloc() when allocating initial CBB buffer.
jsing
2020-03-12
1
-4
/
+3
*
assert.h is often misused. It should not be used in a library
beck
2019-01-23
1
-3
/
+3
*
Provide CBB_add_u32(), as needed for an upcoming conversion.
jsing
2018-08-16
1
-1
/
+10
*
Add CBB_discard_child(), which allows for a child CBB to be discarded.
jsing
2017-11-28
1
-1
/
+15
*
Clear the child pointer in CBB_cleanup(), so that we have fewer pointers
jsing
2017-08-12
1
-1
/
+2
*
Instead of starting a 'zero-sized' CBB at the size of the first addition
jsing
2017-05-07
1
-5
/
+8
*
Use freezero(3) in the CBB clean up path, since this could hold sensitive
jsing
2017-04-14
1
-3
/
+2
*
Switch CBB to use recallocarray() - this ensures that we do not leak
jsing
2017-03-10
1
-2
/
+2
*
Make it always safe to call CBB_cleanup() providing that CBB_init() or
jsing
2015-09-01
1
-2
/
+8
*
Extend the input types for CBB_add_*() to help catch bugs.
doug
2015-06-18
1
-8
/
+20
*
Split up the logic in CBB_flush to separately handle the lengths.
doug
2015-06-13
1
-21
/
+32
*
Explain the ASN.1 restriction that requires extra logic for encoding.
doug
2015-06-13
1
-2
/
+18
*
When initial capacity is 0, always use NULL buffer.
doug
2015-06-13
1
-7
/
+8
*
Call CBB_add_space() rather than reimplementing it.
doug
2015-04-29
1
-2
/
+2
*
Rename cbb_buffer_add_u to cbb_add_u and remove redundant code.
doug
2015-04-29
1
-15
/
+6
*
Added len_len error checking for internal cbb_buffer_add_u().
doug
2015-04-29
1
-1
/
+4
*
Don't allow tag number 31 in CBB_add_asn1().
doug
2015-02-07
1
-10
/
+23
*
Only call free in CBB_init().
doug
2015-02-07
1
-3
/
+6
*
KNF bytestring files.
doug
2015-02-06
1
-301
/
+310
*
Remove accidental, commented out code.
doug
2015-02-06
1
-11
/
+1
*
Import BoringSSL's crypto bytestring and crypto bytebuilder APIs.
doug
2015-02-06
1
-0
/
+387