Age | Commit message (Expand) | Author |
2021-12-09 | Inline collect_data() in asn1_collect(). | Joel Sing |
2021-12-09 | Pull the recursion depth check up to the top of asn1_collect() | Joel Sing |
2021-12-09 | Remove handling of a NULL BUF_MEM from asn1_collect() | Joel Sing |
2021-12-04 | Add #include "bn_lcl.h" to the files that will soon need it. | Theo Buehler |
2021-12-04 | Consolidate {d2i,i2d}_{pr,pu}.c | Joel Sing |
2021-12-03 | Replace asn1_tlc_clear and asn1_tlc_clear_nc macros with a function. | Joel Sing |
2021-12-03 | Group and sort includes. | Joel Sing |
2021-12-03 | Call asn1_item_ex_d2i() directly from ASN1_item_d2i() | Joel Sing |
2021-12-03 | Convert ASN1_PCTX_new() to calloc(). | Joel Sing |
2021-12-03 | Use calloc() for X509_CRL_METHOD_new() instead of malloc(). | Joel Sing |
2021-12-03 | Rewrite ASN1_STRING_cmp(). | Joel Sing |
2021-12-03 | Convert ASN1_STRING_type_new() to calloc(). | Joel Sing |
2021-12-03 | Convert ASN1_OBJECT_new() to calloc(). | Joel Sing |
2021-12-03 | Convert {i2d,d2i}_{,EC_,DSA_,RSA_}PUBKEY{,_bio,_fp}() to templated ASN1 | Joel Sing |
2021-12-03 | Fix EVP_PKEY_{asn1,meth}_copy once and for all | Theo Buehler |
2021-11-30 | last whitespace diff for now. | Theo Buehler |
2021-11-27 | Fix incomplete initialization bug: BIO_new(BIO_f_asn1()) neglected | Ingo Schwarze |
2021-11-23 | re-align these copies of the a2i_*(3) code with f_string.c rev. 1.19 | Ingo Schwarze |
2021-11-19 | Make the public API function a2i_ASN1_STRING(3) actually work. | Ingo Schwarze |
2021-11-18 | Prevent future internal use of ASN1_CTX and ASN1_const_CTX by wrapping | Theo Buehler |
2021-11-18 | Remove the last pointless use of ASN1_const_CTX. Both ASN1_CTX and | Theo Buehler |
2021-11-13 | Fix a nasty quirk in ASN1_STRING_copy(3). | Ingo Schwarze |
2021-11-06 | Fix indent. | Joel Sing |
2021-11-03 | Fix ASN1_TIME_diff() with NULL times | Theo Buehler |
2021-11-01 | Move the now internal X.509-related structs into x509_lcl.h. | Theo Buehler |
2021-11-01 | Unifdef LIBRESSL_NEW_API. Now that the library is bumped, this is | Theo Buehler |
2021-10-31 | Remove the unused X509_CERT_PAIR struct and the assicated API. | Theo Buehler |
2021-10-28 | unwrap a line | Theo Buehler |
2021-10-27 | Fix to correctly parse the 'to' time into the to_tm | Bob Beck |
2021-10-27 | Add ASN1_TIME_diff from OpenSSL. | Bob Beck |
2021-10-23 | Prepare to provide X509_re_X509*_tbs() | Theo Buehler |
2021-10-23 | Prepare to provide X509_SIG_get{0,m}. | Theo Buehler |
2021-09-02 | Lay groundwork to support X.509 v3 extensions for IP Addresses and AS Identif... | Job Snijders |
2021-08-28 | Zap blanks before tabs. | Theo Buehler |
2021-08-24 | Fix various read buffer overflow when printing ASN.1 strings (which are | Theo Buehler |
2021-07-26 | Add error checks for i2d_X509_NAME() | Theo Buehler |
2021-07-10 | Fix a read buffer overrun in X509_CERT_AUX_print(3), | Ingo Schwarze |
2021-07-06 | Fix a bug in X509_print_ex(3). | Ingo Schwarze |
2021-07-04 | Bugfix: when X509_NAME_dup(3) failed, X509_NAME_set(3) indicated success | Ingo Schwarze |
2021-05-01 | Plug leak in c2i_ASN1_OBJECT | Theo Buehler |
2020-12-16 | Remove two reduntat memset calls. | Theo Buehler |
2020-12-16 | Avoid potential use of uninitialized in ASN1_time_parse | Theo Buehler |
2020-12-08 | Fix a NULL dereference in GENERAL_NAME_cmp() | Theo Buehler |
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 |