Age | Commit message (Expand) | Author |
2020-09-03 | Clean up asn1/x_info.c | Theo Buehler |
2020-09-03 | Remove unnecessary zeroing after recallocarray(3) | Theo Buehler |
2020-06-04 | When X509_ATTRIBUTE_create() receives an invalid NID (e.g., -1), return | Ingo Schwarze |
2020-04-10 | When printing the serialNumber, fall back to the colon separated hex | Theo Buehler |
2020-03-24 | Fix ASN1 print functions | Kinichiro Inoguchi |
2020-01-09 | Avoid leak in error path of asn1_parse2 | Kinichiro Inoguchi |
2019-11-02 | Sort standard_methods by pkey_id. | Kinichiro Inoguchi |
2019-11-01 | Wire up ASN.1 methods for RSA-PSS. | Joel Sing |
2019-10-24 | Provide ASN1_TYPE_{,un}pack_sequence(). | Joel Sing |
2019-08-20 | Add static_ASN1_* macro | Kinichiro Inoguchi |
2019-05-12 | Fix signed overflow in X509_CRL_print(). | Theo Buehler |
2019-04-28 | Avoid an undefined shift in ASN1_ENUMERATED_get(). | Theo Buehler |
2019-04-28 | Avoid an undefined shift in ASN1_INTEGER_get(). | Theo Buehler |
2019-04-20 | Avoid undefined behaviour that results from negating a signed long with | Joel Sing |
2019-04-15 | Avoid signed integer overflow. | Joel Sing |
2019-04-10 | Avoid an overread caused by d2i_PrivateKey(). | Joel Sing |
2019-04-07 | Revert tasn_prn.c r1.18. | Joel Sing |
2019-04-01 | Implement a print function for BIGNUM_it. | Joel Sing |
2019-04-01 | Correct the return values from long_print. | Joel Sing |
2019-04-01 | Require all ASN1_PRIMITIVE_FUNCS functions to be provided. | Joel Sing |
2019-03-31 | Wrap long lines and apply some style(9). | Joel Sing |
2019-03-31 | Use named field initialisers. | Joel Sing |
2019-03-26 | Use limits.h instead of sys/limits.h for portability. | Joel Sing |
2019-03-24 | Don't allow asn1_parse2 to recurse arbitrarily deep. Constrain to a max | Bob Beck |
2019-03-23 | Add range checks to varios ASN1_INTEGER functions to ensure the | Bob Beck |
2019-03-13 | Fix a number of ASN1_INTEGER vs ASN1_STRING mixups coming from the | Theo Buehler |
2018-11-30 | Restore function prototype for ASN1_dup, fixing usage on I32LP64 platforms. | Jeremy Evans |
2018-11-17 | Fix whitespace around assignment operators. | Theo Buehler |
2018-11-09 | Avoid leaking memory that was already allocated in ASN1_item_new(). | Theo Buehler |
2018-11-09 | Fix a buffer overrun in asn1_parse2(). | Theo Buehler |
2018-11-09 | Add const to the data argument of ASN1_set{,_int}_octetstring(). | Theo Buehler |
2018-11-08 | Remove some function prototypes that should have been removed in the | Joel Sing |
2018-11-02 | whitespace | Theo Buehler |
2018-10-24 | Remove a bunch of ancient and highly crufty ASN.1 related code from | Joel Sing |
2018-10-20 | Avoid calling memcpy with a length <= 0. Reported due to a GCC 7.3.0 | Theo Buehler |
2018-09-17 | Simplify initialization of asn1_cb; use correct spelling of NULL. | Theo Buehler |
2018-08-24 | Add consts to EVP_PKEY_asn1_set_private() | Theo Buehler |
2018-08-24 | After removing support for broken PKCS#8 formats (it was high time), | Theo Buehler |
2018-08-24 | Remove EVP_PKEY2PKCS8_broken() and PKCS8_set_broken() | Theo Buehler |
2018-08-24 | Turn a number of #defines into proper functions with prototypes matching | Theo Buehler |
2018-08-05 | Fix a memory leak in i2d_RSA_NET on failure of ASN1_STRING_set. | Brent Cook |
2018-05-24 | As calloc does the zeroing for us in EVP_PKEY_asn1_new() already, no need | Theo Buehler |
2018-05-19 | The 'in' argument of ASN1_STRING_to_UTF8() is now adorned with const. | Theo Buehler |
2018-05-18 | Add a const qualifier to the 'X509_NAME *' argument of | Theo Buehler |
2018-05-13 | Use recallocarray() instead of OPENSSL_realloc_clean(). | Joel Sing |
2018-05-13 | Add a const qualifier to the argument of EVP_PKEY_get0_asn1(3). | Theo Buehler |
2018-05-12 | Cleanup c2i_ASN1_BIT_STRING() code. | Joel Sing |
2018-05-12 | Add a missing bounds check in c2i_ASN1_BIT_STRING(). | Joel Sing |
2018-05-01 | Convert a handful of X509_*() functions to take const as in OpenSSL. | Theo Buehler |
2018-05-01 | const for BIO_{new,set}() and most of the BIO_{f,s}_*() family of | Theo Buehler |