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
*
Lay groundwork to support X.509 v3 extensions for IP Addresses and AS Identif...
job
2021-09-02
1
-1
/
+9
*
Zap blanks before tabs.
tb
2021-08-28
1
-4
/
+4
*
Fix various read buffer overflow when printing ASN.1 strings (which are
tb
2021-08-24
1
-2
/
+3
*
Add error checks for i2d_X509_NAME()
tb
2021-07-26
1
-3
/
+5
*
Fix a read buffer overrun in X509_CERT_AUX_print(3),
schwarze
2021-07-10
1
-3
/
+3
*
Fix a bug in X509_print_ex(3).
schwarze
2021-07-06
1
-3
/
+3
*
Bugfix: when X509_NAME_dup(3) failed, X509_NAME_set(3) indicated success
schwarze
2021-07-04
1
-14
/
+8
*
Plug leak in c2i_ASN1_OBJECT
tb
2021-05-01
1
-3
/
+8
*
Remove two reduntat memset calls.
tb
2020-12-16
1
-2
/
+1
*
Avoid potential use of uninitialized in ASN1_time_parse
tb
2020-12-16
1
-4
/
+3
*
Fix a NULL dereference in GENERAL_NAME_cmp()
tb
2020-12-08
5
-5
/
+48
*
Clean up asn1/x_info.c
tb
2020-09-03
1
-22
/
+9
*
Remove unnecessary zeroing after recallocarray(3)
tb
2020-09-03
1
-3
/
+1
*
When X509_ATTRIBUTE_create() receives an invalid NID (e.g., -1), return
schwarze
2020-06-04
1
-2
/
+5
*
When printing the serialNumber, fall back to the colon separated hex
tb
2020-04-10
1
-2
/
+4
*
Fix ASN1 print functions
inoguchi
2020-03-24
1
-6
/
+13
*
Avoid leak in error path of asn1_parse2
inoguchi
2020-01-09
1
-17
/
+21
*
Sort standard_methods by pkey_id.
inoguchi
2019-11-02
1
-4
/
+4
*
Wire up ASN.1 methods for RSA-PSS.
jsing
2019-11-01
1
-1
/
+5
*
Provide ASN1_TYPE_{,un}pack_sequence().
jsing
2019-10-24
2
-2
/
+36
*
Add static_ASN1_* macro
inoguchi
2019-08-20
1
-1
/
+72
*
Fix signed overflow in X509_CRL_print().
tb
2019-05-12
1
-1
/
+4
*
Avoid an undefined shift in ASN1_ENUMERATED_get().
tb
2019-04-28
1
-4
/
+9
*
Avoid an undefined shift in ASN1_INTEGER_get().
tb
2019-04-28
1
-4
/
+8
*
Avoid undefined behaviour that results from negating a signed long with
jsing
2019-04-20
1
-2
/
+2
*
Avoid signed integer overflow.
jsing
2019-04-15
1
-2
/
+2
*
Avoid an overread caused by d2i_PrivateKey().
jsing
2019-04-10
1
-1
/
+3
*
Revert tasn_prn.c r1.18.
jsing
2019-04-07
1
-6
/
+2
*
Implement a print function for BIGNUM_it.
jsing
2019-04-01
1
-2
/
+18
*
Correct the return values from long_print.
jsing
2019-04-01
1
-2
/
+5
*
Require all ASN1_PRIMITIVE_FUNCS functions to be provided.
jsing
2019-04-01
5
-26
/
+42
*
Wrap long lines and apply some style(9).
jsing
2019-03-31
1
-7
/
+10
*
Use named field initialisers.
jsing
2019-03-31
2
-16
/
+18
*
Use limits.h instead of sys/limits.h for portability.
jsing
2019-03-26
1
-3
/
+2
*
Don't allow asn1_parse2 to recurse arbitrarily deep. Constrain to a max
beck
2019-03-24
1
-1
/
+5
*
Add range checks to varios ASN1_INTEGER functions to ensure the
beck
2019-03-23
2
-5
/
+59
*
Fix a number of ASN1_INTEGER vs ASN1_STRING mixups coming from the
tb
2019-03-13
1
-4
/
+2
*
Restore function prototype for ASN1_dup, fixing usage on I32LP64 platforms.
jeremy
2018-11-30
1
-1
/
+7
*
Fix whitespace around assignment operators.
tb
2018-11-17
1
-7
/
+7
*
Avoid leaking memory that was already allocated in ASN1_item_new().
tb
2018-11-09
1
-5
/
+1
*
Fix a buffer overrun in asn1_parse2().
tb
2018-11-09
1
-4
/
+7
*
Add const to the data argument of ASN1_set{,_int}_octetstring().
tb
2018-11-09
2
-6
/
+6
*
Remove some function prototypes that should have been removed in the
jsing
2018-11-08
1
-10
/
+2
*
whitespace
tb
2018-11-02
1
-2
/
+2
*
Remove a bunch of ancient and highly crufty ASN.1 related code from
jsing
2018-10-24
6
-1352
/
+19
*
Avoid calling memcpy with a length <= 0. Reported due to a GCC 7.3.0
tb
2018-10-20
1
-5
/
+6
*
Simplify initialization of asn1_cb; use correct spelling of NULL.
tb
2018-09-17
1
-4
/
+2
*
Add consts to EVP_PKEY_asn1_set_private()
tb
2018-08-24
2
-4
/
+4
*
After removing support for broken PKCS#8 formats (it was high time),
tb
2018-08-24
1
-3
/
+3
*
Remove EVP_PKEY2PKCS8_broken() and PKCS8_set_broken()
tb
2018-08-24
1
-45
/
+30
[next]