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
/
bytestring.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Zap a trailing space
tb
2024-12-05
1
-2
/
+2
*
Provide CBB_add_u32_length_prefixed().
jsing
2024-06-22
1
-1
/
+8
*
Sync CBS_strdup() documentation update from libcrypto.
jsing
2022-11-09
1
-6
/
+4
*
Provide CBB_add_u64()
jsing
2022-01-06
1
-1
/
+7
*
Provide various CBS_peek_* functions.
jsing
2021-12-15
1
-1
/
+31
*
Provide CBS_get_u64().
jsing
2021-12-15
1
-1
/
+7
*
Provide CBS_get_last_u8().
jsing
2021-12-15
1
-1
/
+7
*
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
*
Provide CBB_add_u32(), as needed for an upcoming conversion.
jsing
2018-08-16
1
-1
/
+7
*
Add CBB_discard_child(), which allows for a child CBB to be discarded.
jsing
2017-11-28
1
-1
/
+7
*
Add an explict list of exported symbols with just the functions
guenther
2016-11-04
1
-8
/
+4
*
Add CBS_dup() to initialize a new CBS with the same values.
doug
2015-06-19
1
-1
/
+7
*
Extend the input types for CBB_add_*() to help catch bugs.
doug
2015-06-18
1
-5
/
+5
*
Use explicit int in bs_cbs.c.
doug
2015-06-17
1
-10
/
+11
*
Add CBS_write_bytes() to copy the remaining CBS bytes to the caller.
doug
2015-06-17
1
-1
/
+9
*
Add a new function CBS_offset() to report the current offset in the data.
doug
2015-06-17
1
-1
/
+7
*
Be more strict about BER and DER terminology.
doug
2015-06-16
1
-9
/
+10
*
Simplify cbs_get_any_asn1_element_internal based on comments from jsing@
doug
2015-06-16
1
-2
/
+2
*
Make CBS_get_any_asn1_element() more compliant with DER encoding.
doug
2015-06-15
1
-4
/
+16
*
Add comments about how the CBS constants are constructed.
doug
2015-06-13
1
-12
/
+43
*
Add whitespace and replace OPENSSL_free with free in documentation.
doug
2015-04-29
1
-6
/
+6
*
Don't allow tag number 31 in CBB_add_asn1().
doug
2015-02-07
1
-2
/
+4
*
Fix typo and ASN.1 tag number range comment in bytestring.h.
doug
2015-02-07
1
-4
/
+4
*
KNF bytestring files.
doug
2015-02-06
1
-121
/
+219
*
Import BoringSSL's crypto bytestring and crypto bytebuilder APIs.
doug
2015-02-06
1
-0
/
+346