summaryrefslogtreecommitdiffstats
path: root/crypto/asn1
AgeCommit message (Expand)Author
2023-05-04Add negative integer check when using ASN1_BIT_STRINGmlitre
2023-05-01asn1: sort stacks before using findPauli
2023-03-15Improve the performance of d2i_AutoPrivateKey and friendsMatt 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
2023-01-16PKCS12 - Add additional libctx and propq support.slontis
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-11-14Cast values to match printf format strings.J.W. Jagersma
2022-10-12crypto: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-09-29djgpp: Set TZ=UTC to convert UTC timestamp to time_tJ.W. Jagersma
2022-07-28Handle SMIME_crlf_copy return codeAlon Bar-Lev
2022-07-19libcrypto and test: rename asn1_string_to_time_t to ossl_asn1_string_to_time_tDr. David von Oheimb
2022-07-19libcrypto refactoring: introduce and use ossl_asn1_string_set_bits_left()Dr. David von Oheimb
2022-07-19libcrypto refactoring: make more use of ASN1_STRING_set0()Dr. David von Oheimb
2022-06-28CMS: Export CMS_EnvelopedData and add CMS_EnvelopedData_decrypt()Dr. David von Oheimb
2022-06-17crypto/asn1/a_time.c: Add check for OPENSSL_mallocJiasheng Jiang
2022-05-03Update copyright yearMatt Caswell
2022-04-22str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-03-03asn1_string_to_time_t: Use timegm on FreeBSD.John Baldwin
2022-02-14Add tests for do_updatedbArmin Fuerst
2022-02-05Move e_os.h to include/internalRichard Levitte
2022-01-14Fix malloc failure handling of X509_ALGOR_set0()Dr. David von Oheimb
2022-01-07asn1/x_algor.c: add internal ossl_X509_ALGOR_from_nid() simplifying codeDr. David von Oheimb
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-11-17Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb
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