summaryrefslogtreecommitdiff
path: root/lib/libcrypto/asn1
AgeCommit message (Expand)Author
2024-01-13Clean up EVP_MD_CTX_init() usage in ASN1_item_sign()joshua
2024-01-06Zap some more CRL method thingsTheo Buehler
2024-01-06Remove X509_CRL_METHOD internalsTheo Buehler
2024-01-04Neuter the remainder of the ameth libTheo Buehler
2023-12-29ameth_lib: zap trailing empty lineTheo Buehler
2023-12-29Move the EVP_PKEY_asn1_* API that will stay to evp/p_lib.cTheo Buehler
2023-12-29Replace outdated comment on EVP_PKEY_asn1_find() with a todo itemTheo Buehler
2023-12-29Move EVP_PKEY_asn1_add* to the end of the fileTheo Buehler
2023-12-25Avoid out-of-bounds accesses in ASN1_BIT_STRING_{get,set}()Theo Buehler
2023-12-20Use BIO_indent() for indentation in tasn_prn.cTheo Buehler
2023-12-16Annotate incorrect value for ub_email_addressTheo Buehler
2023-12-16Neuter the ASN1_STRING_TABLE modification APITheo Buehler
2023-12-16asn1.h: mark a type and a bunch of macros for removalTheo Buehler
2023-12-15Remove strings.h againTheo Buehler
2023-12-15Clean up includesTheo Buehler
2023-12-15Neuter EVP_PKEY_asn1_add{0,_alias}()Theo Buehler
2023-11-29Ignore ENGINE at the API boundaryTheo Buehler
2023-11-19Unifdef OPENSSL_NO_ENGINE in libcryptoTheo Buehler
2023-11-13Prepare to expose OPENSSL_gmtime and OPENSSL_timegm as publicBob Beck
2023-11-09Convert asn1_item_sign() to X509_ALGOR_set0_by_nid()Theo Buehler
2023-11-01Use X509_ALGOR_set0_by_nid() in X509_ALGOR_set_evp_md()Theo Buehler
2023-11-01Add X509_ALGOR_set0_by_nid()Theo Buehler
2023-11-01Explain the weird order of doing things in X509_ALGOR_set0()Theo Buehler
2023-11-01Rename ptype and pval to parameter_type and parameter_valueTheo Buehler
2023-11-01Unindent X509_ALGOR_set0_parameter()Theo Buehler
2023-11-01Split X509_ALGOR_set0_parameter() out of X509_ALGOR_set0()Theo Buehler
2023-11-01Split X509_ALGOR_set0_obj() out of X509_ALGOR_set0()Theo Buehler
2023-10-11Some housekeeping in x_algorTheo Buehler
2023-10-11Rewrite X509_ALGOR_set0()Theo Buehler
2023-10-11Ensure that out_value is initialized even if out_type is NULLTheo Buehler
2023-10-11Rewrite X509_ALGOR_get0()Theo Buehler
2023-10-11Add internal version of X509_ALGOR_set_md()Theo Buehler
2023-10-11Clean up X509_ALGOR_cmp()Theo Buehler
2023-10-01Fix a copy-paste bug in ASN1_TIME_compare()Theo Buehler
2023-08-30Ensure no memory is leaked after passing NULL to ASN1_TIME_normalize()Job Snijders
2023-08-15Zap extra parensTheo Buehler
2023-08-15Fix typo in previousTheo Buehler
2023-08-15Avoid undefined behavior with memcmp(NULL, x, 0) in ASN1_STRING_cmp()Theo Buehler
2023-07-28remove X509_ATTRIBUTE_SET_itJonathan Gray
2023-07-28Remove more ASN1_BIT_STRING APITheo Buehler
2023-07-28Remove ASN1_BIT_STRING_checkTheo Buehler
2023-07-28Remove ASN1_bn_print() and ASN1_buf_print()Theo Buehler
2023-07-28Make ASN1_{primitive,template}_* internalTheo Buehler
2023-07-28Make ASN.1 BIO internalTheo Buehler
2023-07-24Use C99 initializers for x509_name_ffTheo Buehler
2023-07-13Refactor ASN1_item_sign_ctx()Theo Buehler
2023-07-09Fix ndef_{prefix,suffix}()Theo Buehler
2023-07-07Unbreak the namespace build after a broken mk.conf and tool misfire hadBob Beck
2023-07-05Hide symbols in asn1 and bioBob Beck
2023-07-02Convert some tables to C99 initializersTheo Buehler