| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Turn a number of #defines into proper functions with prototypes matching | tb | 2018-08-24 | 1 | -1/+31 |
* | Fix a memory leak in i2d_RSA_NET on failure of ASN1_STRING_set. | bcook | 2018-08-05 | 1 | -2/+2 |
* | As calloc does the zeroing for us in EVP_PKEY_asn1_new() already, no need | tb | 2018-05-24 | 1 | -42/+10 |
* | The 'in' argument of ASN1_STRING_to_UTF8() is now adorned with const. | tb | 2018-05-19 | 2 | -4/+4 |
* | Add a const qualifier to the 'X509_NAME *' argument of | tb | 2018-05-18 | 2 | -6/+8 |
* | Use recallocarray() instead of OPENSSL_realloc_clean(). | jsing | 2018-05-13 | 2 | -8/+4 |
* | Add a const qualifier to the argument of EVP_PKEY_get0_asn1(3). | tb | 2018-05-13 | 1 | -2/+2 |
* | Cleanup c2i_ASN1_BIT_STRING() code. | jsing | 2018-05-12 | 1 | -20/+23 |
* | Add a missing bounds check in c2i_ASN1_BIT_STRING(). | jsing | 2018-05-12 | 1 | -1/+6 |
* | Convert a handful of X509_*() functions to take const as in OpenSSL. | tb | 2018-05-01 | 3 | -10/+10 |
* | const for BIO_{new,set}() and most of the BIO_{f,s}_*() family of | tb | 2018-05-01 | 2 | -5/+5 |