summaryrefslogtreecommitdiff
path: root/crypto/asn1
Commit message (Expand)AuthorAgeFilesLines
* 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
* d2i_PublicKey: Make it work with EC parameters in a provided keyTomas Mraz2021-11-221-3/+20
* Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb2021-11-173-15/+10
* Update copyright yearRichard Levitte2021-09-072-2/+2
* Make the -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION pass testsTomas Mraz2021-08-312-6/+12
* Avoid invoking memcpy if size is zero or the supplied buffer is NULLPaul Dreik2021-08-251-2/+6
* Allow fuzz builds to detect string overrunsMatt Caswell2021-08-241-1/+11
* Fix NETSCAPE_SPKI_print function to not assume NUL terminated stringsMatt Caswell2021-08-241-1/+1
* asn.1: fix Coverity 1487104 Logically dead codePauli2021-07-131-4/+5
* ASN.1: Refuse to encode to DER if non-optional items are missingRichard Levitte2021-07-101-9/+20
* Fix memory leak in i2d_ASN1_bio_streamOliver Mihatsch2021-07-022-0/+8
* ossl_sk_ASN1_UTF8STRING2text(): Minor generalization and refactoring for read...Dr. David von Oheimb2021-06-251-8/+9
* asn1: properly clean up on failed BIO creationPauli2021-06-221-4/+5
* asn1: fix indentationPauli2021-06-191-2/+2
* crypto: repalce tabs with spacesPauli2021-06-191-3/+3
* Update copyright yearMatt Caswell2021-06-174-4/+4
* ASN1_parse_dump(): allow NULL BIO input, to simplify applications not needing...Dr. David von Oheimb2021-06-151-7/+8
* ASN1: rename asn1_par.c to asn1_parse.c for clarity; simplify asn1_parse2()Dr. David von Oheimb2021-06-152-11/+4
* Add support for ISO 8601 datetime formatWilliam Edmisten2021-06-111-5/+31
* Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8Richard Levitte2021-06-092-2/+2
* Actually use a legacy route in pem_read_bio_key_legacy()Matt Caswell2021-06-081-5/+5