summaryrefslogtreecommitdiff
path: root/lib/libcrypto/asn1
AgeCommit message (Expand)Author
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
2023-06-15Some fixes in ASN1_item_verify()Theo Buehler
2023-06-15Make another NULL check explicit and put a brace on the proper lineTheo Buehler
2023-06-15Rename a few variables and other cosmeticsTheo Buehler
2023-06-15Switch ASN1_item_sign_ctx() to EVP_DigestSign()Theo Buehler
2023-06-15Make NULL checks explicit in ASN1_item_sign_ctx()Theo Buehler
2023-06-15ASN1_item_sign_ctx()Theo Buehler
2023-06-15Fix a logic error in ASN1_item_sign_ctx()Theo Buehler
2023-06-13Move comment about ASN1_item_dup() where it belongsTheo Buehler
2023-05-23Simplify OBJ_obj2txt()Theo Buehler
2023-04-30Revert disablement of the encoding cacheJob Snijders
2023-04-28Remove preservation and use of cached DER/BER encodings in the d2i/i2d pathsJob Snijders
2023-04-28Unifdef LIBRESSL_HAS_POLICY_DAG and remove it from the MakefileTheo Buehler
2023-04-26Make the new policy code in x509_policy.c to be selectable at compile time.Bob Beck
2023-04-25Move low level BIO_new_NDEF API to internal-onlyTheo Buehler
2023-04-25Remove NETSCAPE_CERT_SEQUENCETheo Buehler
2023-04-24Mark the NDEF API for removalTheo Buehler
2023-04-24Revert 1.32Job Snijders
2023-04-23Add compliance checks for the X.509 version fieldJob Snijders
2023-04-19Fix botched line wrapTheo Buehler
2023-04-18Bring includes into canonical orderTheo Buehler
2023-04-18Move some includes out of OPENSSL_NO_DEPRECATEDTheo Buehler
2023-04-17Use C99 initializers for the default_pctx and mark it static constTheo Buehler
2023-03-30bio_ndef: add an empty line before returnTheo Buehler