summaryrefslogtreecommitdiffstats
path: root/crypto/asn1
AgeCommit message (Expand)Author
2024-05-07Move ossl_asn1_string_to_time_t() to libtestutilshridhar kalavagunta
2024-04-24Add RFC 5755 attribute certificate supportDamian Hobson-Garcia
2024-04-11VMS: Move defining _XOPEN_SOURCE and _XOPEN_SOURCE_EXTENDED to config targetRichard Levitte
2024-04-09Copyright year updatesRichard Levitte
2024-04-04Diverse small VMS build fixupsRichard Levitte
2024-02-25Add appropriate lower bound checks for GeneralizedTime and UTCTimeJob Snijders
2024-01-18prevent integer overflow in ossl_asn1_time_from_tmPaul Dreik
2024-01-12Fix NULL pointer deref when parsing the stable sectionNeil Horman
2023-12-29Fix error handling in ASN1_mbstring_ncopyBernd Edlinger
2023-12-13Harden asn1 oid loader to invalid inputsNeil Horman
2023-10-19Do not include crypto/asn1.h from internal/cryptlib.hTomas Mraz
2023-09-07Copyright year updatesMatt Caswell
2023-09-04Change PBES2 KDF default salt length to 16 bytes.slontis
2023-08-04asn1: add ASN1_STRING_set() check resultatishkov
2023-08-04no_autoload: make the no-autoload-config option work again.Pauli
2023-07-12Add more fixes for WebAssembly/WASI buildMarcin Kolny
2023-07-01asn1: update to structure based atomicsPauli
2023-06-18log actual NID causing the 'unknown message digest algorithm error'VladimĂ­r Kotal
2023-06-14configure: introduce no-ecx to remove ECX related featureYi Li
2023-06-10Coverity 1528492: Fix possible memory leak if t == NULLTomas Mraz
2023-06-10Coverity 1528496: remove assignment of unused valueTomas Mraz
2023-06-01SMIME_crlf_copy(): check for NULL pointer argumentsDr. David von Oheimb
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