aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1
Commit message (Expand)AuthorAgeFilesLines
* VMS: Move defining _XOPEN_SOURCE and _XOPEN_SOURCE_EXTENDED to config targetRichard Levitte2024-04-111-2/+0
* Copyright year updatesRichard Levitte2024-04-094-4/+4
* Diverse small VMS build fixupsRichard Levitte2024-04-041-0/+2
* Add appropriate lower bound checks for GeneralizedTime and UTCTimeJob Snijders2024-02-253-5/+15
* prevent integer overflow in ossl_asn1_time_from_tmPaul Dreik2024-01-181-2/+8
* Fix NULL pointer deref when parsing the stable sectionNeil Horman2024-01-121-1/+5
* Fix error handling in ASN1_mbstring_ncopyBernd Edlinger2023-12-291-2/+8
* Harden asn1 oid loader to invalid inputsNeil Horman2023-12-131-0/+4
* Do not include crypto/asn1.h from internal/cryptlib.hTomas Mraz2023-10-191-1/+2
* Copyright year updatesMatt Caswell2023-09-0716-16/+16
* Change PBES2 KDF default salt length to 16 bytes.slontis2023-09-043-3/+5
* asn1: add ASN1_STRING_set() check resultatishkov2023-08-041-3/+6
* no_autoload: make the no-autoload-config option work again.Pauli2023-08-041-0/+2
* Add more fixes for WebAssembly/WASI buildMarcin Kolny2023-07-121-1/+1
* asn1: update to structure based atomicsPauli2023-07-011-6/+10
* log actual NID causing the 'unknown message digest algorithm error'VladimĂ­r Kotal2023-06-181-2/+3
* configure: introduce no-ecx to remove ECX related featureYi Li2023-06-141-3/+1
* Coverity 1528492: Fix possible memory leak if t == NULLTomas Mraz2023-06-101-1/+1
* Coverity 1528496: remove assignment of unused valueTomas Mraz2023-06-101-2/+1
* SMIME_crlf_copy(): check for NULL pointer argumentsDr. David von Oheimb2023-06-011-0/+6
* Add negative integer check when using ASN1_BIT_STRINGmlitre2023-05-041-0/+6
* asn1: sort stacks before using findPauli2023-05-012-2/+10
* Improve the performance of d2i_AutoPrivateKey and friendsMatt Caswell2023-03-151-27/+40
* Fix incomplete error check on ASN1_item_i2d()ndossche2023-02-281-1/+1
* Fix BIO_set_indent() checkNiels Dossche2023-02-081-1/+1
* Fix a UAF resulting from a bug in BIO_new_NDEFMatt Caswell2023-02-071-8/+32
* PKCS12 - Add additional libctx and propq support.slontis2023-01-161-0/+13
* Fix BIO_f_asn1() to properly report some errorsMatt Caswell2022-12-221-2/+2
* Fix SMIME_crlf_copy() to properly report an errorMatt Caswell2022-12-221-1/+5
* Cast values to match printf format strings.J.W. Jagersma2022-11-141-2/+2
* crypto: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-121-1/+1
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-0536-240/+229
* djgpp: Set TZ=UTC to convert UTC timestamp to time_tJ.W. Jagersma2022-09-291-6/+29
* Handle SMIME_crlf_copy return codeAlon Bar-Lev2022-07-281-6/+13
* libcrypto and test: rename asn1_string_to_time_t to ossl_asn1_string_to_time_tDr. David von Oheimb2022-07-191-1/+1
* libcrypto refactoring: introduce and use ossl_asn1_string_set_bits_left()Dr. David von Oheimb2022-07-195-11/+13
* libcrypto refactoring: make more use of ASN1_STRING_set0()Dr. David von Oheimb2022-07-196-21/+8
* CMS: Export CMS_EnvelopedData and add CMS_EnvelopedData_decrypt()Dr. David von Oheimb2022-06-281-0/+1
* crypto/asn1/a_time.c: Add check for OPENSSL_mallocJiasheng Jiang2022-06-171-1/+4
* Update copyright yearMatt Caswell2022-05-037-7/+7
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-222-4/+3
* asn1_string_to_time_t: Use timegm on FreeBSD.John Baldwin2022-03-031-0/+11
* Add tests for do_updatedbArmin Fuerst2022-02-141-1/+39
* Move e_os.h to include/internalRichard Levitte2022-02-052-2/+2
* Fix malloc failure handling of X509_ALGOR_set0()Dr. David von Oheimb2022-01-142-29/+20
* asn1/x_algor.c: add internal ossl_X509_ALGOR_from_nid() simplifying codeDr. David von Oheimb2022-01-072-8/+24
* Fix copyright year issuesBernd Edlinger2022-01-061-1/+1
* sm2: fix {i2d,d2i}_PublicKey EC_KEY is EVP_PKEY_SM2zhaozg2022-01-052-2/+2
* Update troublesome copyright years of auto-generated files to 2022Dr. David von Oheimb2022-01-031-1/+1
* asn1_item_embed_d2i: fix th return checkPeiwei Hu2021-11-221-2/+2