summaryrefslogtreecommitdiffstats
path: root/crypto/asn1
AgeCommit message (Expand)Author
2024-01-30Copyright year updatesMatt Caswell
2024-01-12Fix NULL pointer deref when parsing the stable sectionNeil Horman
2023-12-19Fix a possible memory leak in ossl_x509_algor_md_to_mgf1Bernd Edlinger
2023-12-15Harden asn1 oid loader to invalid inputsNeil Horman
2023-09-19Copyright year updatesRichard Levitte
2023-08-10For ASN1_STRING_set() check result and set correct error codeatishkov
2023-08-04no_autoload: make the no-autoload-config option work again.Pauli
2023-08-01Copyright year updatesMatt Caswell
2023-06-01SMIME_crlf_copy(): check for NULL pointer argumentsDr. David von Oheimb
2023-05-30Update copyright yearTomas Mraz
2023-05-04Add negative integer check when using ASN1_BIT_STRINGmlitre
2023-03-15Improve the performance of d2i_AutoPrivateKey and friendsMatt Caswell
2023-03-14Update copyright yearMatt Caswell
2023-02-28Fix incomplete error check on ASN1_item_i2d()ndossche
2023-02-08Fix BIO_set_indent() checkNiels Dossche
2023-02-07Fix a UAF resulting from a bug in BIO_new_NDEFMatt Caswell
2022-12-22Fix BIO_f_asn1() to properly report some errorsMatt Caswell
2022-12-22Fix SMIME_crlf_copy() to properly report an errorMatt Caswell
2022-12-21Update copyright yearTomas Mraz
2022-12-08Cast values to match printf format strings.J.W. Jagersma
2022-12-01Update copyright yearTomas Mraz
2022-11-23crypto: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-10-11Update copyright yearMatt Caswell
2022-07-28Handle SMIME_crlf_copy return codeAlon Bar-Lev
2022-05-03Update copyright yearMatt Caswell
2022-04-21str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-03-15Update copyright yearMatt Caswell
2022-01-06Fix copyright year issuesBernd Edlinger
2022-01-05sm2: fix {i2d,d2i}_PublicKey EC_KEY is EVP_PKEY_SM2zhaozg
2022-01-03Update troublesome copyright years of auto-generated files to 2022Dr. David von Oheimb
2021-11-22asn1_item_embed_d2i: fix th return checkPeiwei Hu
2021-11-22d2i_PublicKey: Make it work with EC parameters in a provided keyTomas Mraz
2021-09-07Update copyright yearRichard Levitte
2021-08-31Make the -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION pass testsTomas Mraz
2021-08-25Avoid invoking memcpy if size is zero or the supplied buffer is NULLPaul Dreik
2021-08-24Allow fuzz builds to detect string overrunsMatt Caswell
2021-08-24Fix NETSCAPE_SPKI_print function to not assume NUL terminated stringsMatt Caswell
2021-07-13asn.1: fix Coverity 1487104 Logically dead codePauli
2021-07-10ASN.1: Refuse to encode to DER if non-optional items are missingRichard Levitte
2021-07-02Fix memory leak in i2d_ASN1_bio_streamOliver Mihatsch
2021-06-25ossl_sk_ASN1_UTF8STRING2text(): Minor generalization and refactoring for read...Dr. David von Oheimb
2021-06-22asn1: properly clean up on failed BIO creationPauli
2021-06-19asn1: fix indentationPauli
2021-06-19crypto: repalce tabs with spacesPauli
2021-06-17Update copyright yearMatt Caswell
2021-06-15ASN1_parse_dump(): allow NULL BIO input, to simplify applications not needing...Dr. David von Oheimb
2021-06-15ASN1: rename asn1_par.c to asn1_parse.c for clarity; simplify asn1_parse2()Dr. David von Oheimb
2021-06-11Add support for ISO 8601 datetime formatWilliam Edmisten
2021-06-09Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8Richard Levitte
2021-06-08Actually use a legacy route in pem_read_bio_key_legacy()Matt Caswell