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
/
libcrypto
/
asn1
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Avoid special handling of definite length before calling asn1_find_end().
jsing
2022-05-04
1
-10
/
+4
*
Change asn1_check_tag_cbs() out_len from long to size_t.
jsing
2022-05-04
1
-4
/
+10
*
Rewrite asn1_check_tlen() using CBS.
jsing
2022-04-28
3
-63
/
+113
*
Refactor ASN1_TIME_adj_internal()
tb
2022-04-28
1
-84
/
+82
*
Decode via c2i_ASN1_INTEGER_cbs() from asn1_ex_c2i().
jsing
2022-04-27
2
-5
/
+5
*
Rewrite c2i_ASN1_INTEGER() using CBS.
jsing
2022-04-27
1
-84
/
+129
*
Remove the ASN.1 decoder tag/length cache (TLC).
jsing
2022-04-27
1
-90
/
+37
*
Decode via c2i_ASN1_BIT_STRING_cbs() from asn1_ex_c2i().
jsing
2022-04-26
3
-9
/
+14
*
Rewrite c2i_ASN1_BIT_STRING() using CBS.
jsing
2022-04-23
1
-44
/
+83
*
Convert asn1_ex_c2i() to CBS.
jsing
2022-04-23
3
-24
/
+43
*
Set ASN1_OBJECT_FLAG_DYNAMIC_DATA flag with t2i_ASN1_OBJECT_internal
inoguchi
2022-04-10
1
-1
/
+2
*
Fix leak in ASN1_TIME_adj_internal()
tb
2022-03-31
1
-3
/
+5
*
Convert c2i_ASN1_OBJECT() and d2i_ASN1_OBJECT to CBS.
jsing
2022-03-26
1
-81
/
+92
*
Provide asn1_get_primitive()
jsing
2022-03-26
2
-2
/
+35
*
Move/group i2d_ASN1_OBJECT() and d2i_ASN1_OBJECT().
jsing
2022-03-20
1
-53
/
+53
*
Provide t2i_ASN1_OBJECT_internal() and use it for OBJ_txt2obj()
jsing
2022-03-19
2
-2
/
+40
*
Rewrite ascii/text to ASN.1 object conversion.
jsing
2022-03-19
1
-121
/
+167
*
Rework ASN1_STRING_set()
jsing
2022-03-17
1
-14
/
+21
*
Initialise *out_name at the start of i2t_ASN1_OBJECT_name().
jsing
2022-03-15
1
-1
/
+3
*
Factor out ASN1_STRING clearing code.
jsing
2022-03-14
1
-4
/
+15
*
First pass clean up of ASN1_STRING code.
jsing
2022-03-14
1
-74
/
+87
*
Remove free_cont from asn1_d2i_ex_primitive()/asn1_ex_c2i().
jsing
2022-03-13
2
-50
/
+31
*
Do not write out terminating NUL in i2a_ASN1_OBJECT()
tb
2022-03-03
1
-2
/
+2
*
whitespace
tb
2022-03-02
1
-2
/
+2
*
Rewrite ASN1_OBJECT content to ascii/text conversion.
jsing
2022-03-02
2
-25
/
+181
*
Get rid of SHA1 for comparing CRL's - use SHA512 just like we do for certs.
beck
2022-02-24
1
-4
/
+2
*
Avoid potential single byte overread in asn1_parse2().
jsing
2022-02-12
1
-3
/
+4
*
Add check for BIO_indent return value
inoguchi
2022-01-20
1
-2
/
+3
*
Avoid buffer overflow in asn1_parse2
inoguchi
2022-01-14
1
-2
/
+2
*
Move ASN1_BOOLEAN to internal only.
tb
2022-01-14
2
-5
/
+5
*
Remove all asn1_* symbols from public visibility
tb
2022-01-14
2
-18
/
+18
*
Implement new-style OpenSSL BIO callbacks
tb
2022-01-14
1
-3
/
+3
*
Remove legacy sign/verify from EVP_MD.
tb
2022-01-14
1
-10
/
+7
*
Garbage collect the app_items field of ASN1_ADB
tb
2022-01-14
1
-2
/
+1
*
Remove NO_ASN1_FIELD_NAMES
tb
2022-01-14
1
-5
/
+1
*
Remove obsolete key formats
tb
2022-01-14
3
-562
/
+1
*
Remove ASN1_OBJECT internals from public visibility.
tb
2022-01-14
2
-16
/
+16
*
Remove ASN1{_const,}_check_infinite_end
tb
2022-01-14
2
-30
/
+2
*
Remove ASN1{,_const}_CTX
tb
2022-01-14
1
-35
/
+1
*
Prepare to provide EVP_PKEY_{public,param}_check
tb
2022-01-10
2
-2
/
+18
*
Prepare to provide EVP_PKEY_check()
tb
2022-01-10
2
-2
/
+10
*
A few more files need asn1_locl.h.
tb
2022-01-07
3
-3
/
+8
*
include asn1_locl.h where it will be needed for the bump.
tb
2022-01-07
3
-3
/
+9
*
Add a new, mostly empty, bio_local.h and include it in the files
tb
2022-01-07
1
-1
/
+3
*
Drop pointless cast in i2d_ASN1_BOOLEAN(). This may or may not fix
tb
2021-12-26
1
-2
/
+2
*
Indent goto labels for diffability.
jsing
2021-12-25
29
-101
/
+101
*
Merge asn_pack.c into asn1_item.c - these are two ASN1_item_* functions.
jsing
2021-12-25
2
-110
/
+48
*
Merge evp_asn1.c into a_type.c - these are all ASN1_TYPE_* functions.
jsing
2021-12-25
2
-195
/
+132
*
Move more ASN1_STRING_* functions to a_string.c.
jsing
2021-12-25
3
-60
/
+62
*
More consolidation of ASN.1 code.
jsing
2021-12-25
7
-711
/
+434
[prev]
[next]