summaryrefslogtreecommitdiff
path: root/lib/libcrypto/asn1
AgeCommit message (Expand)Author
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
2023-03-25Drop unnecessary casts from and to void *Theo Buehler
2023-03-25Unindent asn1_bio_get_ex()Theo Buehler
2023-03-15Add comments that explain why things are done in this strange order.Theo Buehler
2023-03-15Push calloc() of ndef_aux down as far as possible andTheo Buehler
2023-03-15Error check BIO_asn1_set_{prefix,suffix}() callsTheo Buehler
2023-03-13Stop confusing out and asn_bio in BIO_new_NDEF()Theo Buehler
2023-03-12Avoid an 1 byte out-of-bounds read in ASN1_PRINTABLE_type()Theo Buehler
2023-03-11Switch an early return into goto errTheo Buehler
2023-03-11Tiny cleanup for readabilityTheo Buehler
2023-03-11Use "if (ptr == NULL)" instead of "if (!ptr)"Theo Buehler
2023-03-11Fix double free after BIO_new_NDEF()Theo Buehler