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_cbs.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sync inclusion of <stdlib.h> from libcrypto
tb
2024-05-25
1
-1
/
+2
*
Provide various CBS_peek_* functions.
jsing
2021-12-15
1
-1
/
+78
*
Provide CBS_get_u64().
jsing
2021-12-15
1
-1
/
+18
*
Provide CBS_get_last_u8().
jsing
2021-12-15
1
-1
/
+12
*
Add explicit CBS_contains_zero_byte() check in CBS_strdup().
jsing
2021-10-31
1
-1
/
+6
*
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
-5
/
+1
*
assert.h is often misused. It should not be used in a library
beck
2019-01-23
1
-5
/
+2
*
Stop using BUF_memdup() within the LibreSSL code base - it is correctly
jsing
2015-06-24
1
-3
/
+4
*
Change CBS_dup() to also sync the offset.
doug
2015-06-23
1
-1
/
+2
*
Replace internal call to CRYPTO_memcmp with timingsafe_memcmp.
doug
2015-06-20
1
-2
/
+2
*
Add CBS_dup() to initialize a new CBS with the same values.
doug
2015-06-19
1
-1
/
+7
*
Use explicit int in bs_cbs.c.
doug
2015-06-17
1
-12
/
+13
*
Add CBS_write_bytes() to copy the remaining CBS bytes to the caller.
doug
2015-06-17
1
-1
/
+15
*
Add a new function CBS_offset() to report the current offset in the data.
doug
2015-06-17
1
-1
/
+8
*
Simplify cbs_get_any_asn1_element_internal based on comments from jsing@
doug
2015-06-16
1
-15
/
+11
*
Make CBS_get_any_asn1_element() more compliant with DER encoding.
doug
2015-06-15
1
-17
/
+51
*
Reject long-form tags in CBS_peek_asn1_tag.
doug
2015-06-13
1
-1
/
+8
*
Add whitespace and replace OPENSSL_free with free in documentation.
doug
2015-04-29
1
-3
/
+3
*
Avoid NULL deref in CBS_get_any_asn1_element().
doug
2015-04-29
1
-2
/
+3
*
Added error checking for len argument in cbs_get_u().
doug
2015-04-29
1
-1
/
+4
*
free() can handle NULL.
doug
2015-04-29
1
-8
/
+4
*
Check for invalid leading zeros in CBS_get_asn1_uint64.
doug
2015-04-25
1
-3
/
+8
*
KNF bytestring files.
doug
2015-02-06
1
-307
/
+356
*
Import BoringSSL's crypto bytestring and crypto bytebuilder APIs.
doug
2015-02-06
1
-0
/
+390