Fix coverity 1516093 tainted scalar
[openssl.git] / crypto / asn1 /
2022-10-12 FdaSilvaYYcrypto: Fix various typos, repeated words, align some...
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-09-29 J.W. Jagersmadjgpp: Set TZ=UTC to convert UTC timestamp to time_t
2022-07-28 Alon Bar-LevHandle SMIME_crlf_copy return code
2022-07-19 Dr. David von Oheimblibcrypto and test: rename asn1_string_to_time_t to...
2022-07-19 Dr. David von Oheimblibcrypto refactoring: introduce and use ossl_asn1_stri...
2022-07-19 Dr. David von Oheimblibcrypto refactoring: make more use of ASN1_STRING_set0()
2022-06-28 Dr. David von OheimbCMS: Export CMS_EnvelopedData and add CMS_EnvelopedData...
2022-06-17 Jiasheng Jiangcrypto/asn1/a_time.c: Add check for OPENSSL_malloc
2022-05-03 Matt CaswellUpdate copyright year
2022-04-22 Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-03-03 John Baldwinasn1_string_to_time_t: Use timegm on FreeBSD.
2022-02-14 Armin FuerstAdd tests for do_updatedb
2022-02-05 Richard LevitteMove e_os.h to include/internal
2022-01-14 Dr. David von OheimbFix malloc failure handling of X509_ALGOR_set0()
2022-01-07 Dr. David von Oheimbasn1/x_algor.c: add internal ossl_X509_ALGOR_from_nid...
2022-01-06 Bernd EdlingerFix copyright year issues
2022-01-05 zhaozgsm2: fix {i2d,d2i}_PublicKey EC_KEY is EVP_PKEY_SM2
2022-01-03 Dr. David von OheimbUpdate troublesome copyright years of auto-generated...
2021-11-22 Peiwei Huasn1_item_embed_d2i: fix th return check
2021-11-22 Tomas Mrazd2i_PublicKey: Make it work with EC parameters in a...
2021-11-17 Dr. David von OheimbAdd and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX...
2021-09-07 Richard LevitteUpdate copyright year
2021-08-31 Tomas MrazMake the -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION...
2021-08-25 Paul DreikAvoid invoking memcpy if size is zero or the supplied...
2021-08-24 Matt CaswellAllow fuzz builds to detect string overruns
2021-08-24 Matt CaswellFix NETSCAPE_SPKI_print function to not assume NUL...
2021-07-12 Pauliasn.1: fix Coverity 1487104 Logically dead code
2021-07-10 Richard LevitteASN.1: Refuse to encode to DER if non-optional items...
2021-07-02 Oliver MihatschFix memory leak in i2d_ASN1_bio_stream
2021-06-25 Dr. David von Oheimbossl_sk_ASN1_UTF8STRING2text(): Minor generalization...
2021-06-22 Pauliasn1: properly clean up on failed BIO creation
2021-06-19 Pauliasn1: fix indentation
2021-06-19 Paulicrypto: repalce tabs with spaces
2021-06-17 Matt CaswellUpdate copyright year
2021-06-15 Dr. David von OheimbASN1_parse_dump(): allow NULL BIO input, to simplify...
2021-06-15 Dr. David von OheimbASN1: rename asn1_par.c to asn1_parse.c for clarity...
2021-06-11 William EdmistenAdd support for ISO 8601 datetime format
2021-06-09 Richard LevitteDecoding PKCS#8: separate decoding of encrypted and...
2021-06-08 Matt CaswellActually use a legacy route in pem_read_bio_key_legacy()
2021-06-05 Matt CaswellGive ASN.1 objects the ability to report their libctx...
2021-06-05 Matt CaswellTeach more of the ASN.1 code about libctx/propq
2021-06-05 Matt CaswellTeach the ASN.1 code how to create embedded objects...
2021-06-03 Matt CaswellTeach ASN1_item_verify_ctx() how to handle provided...
2021-06-02 Pauliasn.1: remove TODOs
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-06-01 Paulicrypto: updates to pass size_t to RAND_bytes_ex()
2021-05-29 Pauliadd zero strenght arguments to BN and RAND RNG calls
2021-05-28 Rich SalzRework and make DEBUG macros consistent.
2021-05-26 Rich SalzUse <> for #include openssl/xxx
2021-05-26 Paulierr: rename err_load_xxx_strings_int functions
2021-05-20 Matt CaswellUpdate copyright year
2021-05-19 Dr. David von OheimbMake SMIME_read_CMS_ex() and SMIME_read_ASN1_ex() suppo...
2021-05-15 Richard LevitteASN1: Fix i2d_provided() return value
2021-05-14 bonniegongcheck i2d_ASN1_TYPE return value
2021-05-13 Tomas MrazReplace some of the ERR_clear_error() calls with mark...
2021-05-12 Dr. David von OheimbAdd ASN1_item_i2d_mem_bio(); document and improve also...
2021-05-11 Michael Richardsonreduce surprise in choice of CASE/String/STRING by...
2021-05-08 Benjamin Kaduktasn_dec: use do/while around statement macros
2021-04-29 Jon SpillettAdd library context and property query support into...
2021-04-29 Scott McPeakasn1_lib.c: ASN1_put_object: Remove comment about ...
2021-04-27 Richard LevitteASN1: Ensure that d2i_ASN1_OBJECT() frees the strings...
2021-04-22 Matt CaswellUpdate copyright year
2021-04-21 Dr. David von OheimbASN.1: Add some sanity checks for input len <= 0; relat...
2021-04-21 Dr. David von Oheimbtasn_dec.c: Add checks for it == NULL arguments; improv...
2021-04-20 Pauliasn1: fix indentation
2021-04-18 Rich SalzAdd "origin" field to EVP_CIPHER, EVP_MD
2021-04-16 Shane LontisAdd more negative checks for integers passed to OPENSSL...
2021-04-13 FdaSilvaYYcrypto: raise error on malloc failure
2021-04-08 Dr. David von Oheimbd2i_PrivateKey_decoder(): Fix premature exit on unsucce...
2021-04-08 Dr. David von Oheimbd2i_PrivateKey{,_ex}() and PEM_X509_INFO_read_bio_ex...
2021-04-08 Matt CaswellUpdate copyright year
2021-04-08 Shane LontisFix more certificate related lib_ctx settings.
2021-04-07 PauliDisallow ASN.1 enumerated types to be treated as strings.
2021-04-07 PauliEnsure that the negative flag is correct set for ASN1...
2021-04-07 PauliCheck for integer overflow in i2a_ASN1_OBJECT and error...
2021-03-31 Rich SalzAdd a local perl module to get year last changed
2021-03-25 Tomas MrazEVP_PKCS82PKEY: Create provided keys if possible
2021-03-21 Richard LevitteASN1: Reset the content dump flag after dumping
2021-03-19 Richard LevitteMake evp_privatekey_from_binary() completely libcrypto...
2021-03-18 Shane LontisAdd ossl_asn1 symbols
2021-03-18 Beat BolliASN1: check the Unicode code point range in ASN1_mbstri...
2021-03-18 Beat BolliASN1: limit the Unicode code point range in UTF8_getc...
2021-03-11 Matt CaswellUpdate copyright year
2021-03-09 Shane LontisReword repeated words.
2021-02-27 Richard Levittecrypto/asn1/i2d_evp.c: Fix i2d_provided() to return...
2021-02-27 Richard LevitteModify i2d_PublicKey() so it can get an EC public key...
2021-02-26 Benjamin KadukCheck ASN1_item_ndef_i2d() return value.
2021-02-23 Shane LontisAdd back in legacy paths for d2i_PrivateKey/d2i_AutoPri...
2021-02-19 Shane LontisFix merge problem in d2i_PrivateKey_ex
2021-02-19 Shane LontisFix d2i_AutoPrivateKey_ex so that is uses the new decod...
2021-02-18 Matt CaswellUpdate copyright year
2021-02-17 Tomas MrazRename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODE...
2021-01-28 Richard LevitteUpdate copyright year
2021-01-26 Shane LontisDeprecate EC_KEY + Update ec apps to use EVP_PKEY
2021-01-20 Dr. David von OheimbX509: Enable printing cert even with invalid validity...
2021-01-20 Dr. David von OheimbASN1_TIME_print() etc.: Improve doc and add comment...
2021-01-04 Dr. David von OheimbUpdate copyright years of auto-generated headers (make...
2020-12-20 Richard LevitteDrop OPENSSL_NO_RSA everywhere
2020-12-19 Richard LevitteFix 'no-deprecated'
next