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
OPENBSD_7_7
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
*
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
*
Consolidate code/templates for ASN.1 types.
jsing
2021-12-25
7
-168
/
+168
*
Move ASN1_<type>_* functions to the top, encoding/decoding to the bottom.
jsing
2021-12-25
4
-329
/
+329
*
Rewrite ASN.1 identifier/length parsing in CBS.
jsing
2021-12-25
3
-90
/
+218
*
Reorder some functions.
jsing
2021-12-24
1
-46
/
+46
*
Route templated implementations of {d2i,i2d}_ASN1_BOOLEAN() through
tb
2021-12-23
1
-3
/
+5
*
Rename asn1_lib.c to asn1_old_lib.c
jsing
2021-12-15
1
-1
/
+1
*
Consolidate various ASN.1 code.
jsing
2021-12-15
8
-645
/
+460
*
unifdef -U CRYPTO_MDEBUG -m tasn_new.c
jsing
2021-12-15
1
-33
/
+1
*
Consolidate ASN.1 universal tag type data.
jsing
2021-12-14
5
-80
/
+281
*
Remove the last internal use of d2i_ASN1_BOOLEAN.
tb
2021-12-13
1
-7
/
+3
*
Clean up d2i_ASN1_BOOLEAN() and i2d_ASN1_BOOLEAN().
jsing
2021-12-13
2
-116
/
+21
*
this file doesn't use anything from <stdio.h>;
schwarze
2021-12-13
1
-2
/
+1
[next]