Fix intermittent sslapitest early data related failures
[openssl.git] / crypto / asn1 /
7 days ago Damian Hobson-GarciaAdd RFC 5755 attribute certificate support
2024-04-11 Richard LevitteVMS: Move defining _XOPEN_SOURCE and _XOPEN_SOURCE_EXT...
2024-04-09 Richard LevitteCopyright year updates
2024-04-04 Richard LevitteDiverse small VMS build fixups
2024-02-25 Job SnijdersAdd appropriate lower bound checks for GeneralizedTime...
2024-01-18 Paul Dreikprevent integer overflow in ossl_asn1_time_from_tm
2024-01-12 Neil HormanFix NULL pointer deref when parsing the stable section
2023-12-29 Bernd EdlingerFix error handling in ASN1_mbstring_ncopy
2023-12-13 Neil HormanHarden asn1 oid loader to invalid inputs
2023-10-19 Tomas MrazDo not include crypto/asn1.h from internal/cryptlib.h
2023-09-07 Matt CaswellCopyright year updates
2023-09-04 slontisChange PBES2 KDF default salt length to 16 bytes.
2023-08-04 atishkovasn1: add ASN1_STRING_set() check result
2023-08-04 Paulino_autoload: make the no-autoload-config option work...
2023-07-12 Marcin KolnyAdd more fixes for WebAssembly/WASI build
2023-07-01 Pauliasn1: update to structure based atomics
2023-06-18 Vladimír Kotallog actual NID causing the 'unknown message digest...
2023-06-14 Yi Liconfigure: introduce no-ecx to remove ECX related feature
2023-06-10 Tomas MrazCoverity 1528492: Fix possible memory leak if t ==...
2023-06-10 Tomas MrazCoverity 1528496: remove assignment of unused value
2023-06-01 Dr. David von OheimbSMIME_crlf_copy(): check for NULL pointer arguments
2023-05-03 mlitreAdd negative integer check when using ASN1_BIT_STRING
2023-05-01 Pauliasn1: sort stacks before using find
2023-03-14 Matt CaswellImprove the performance of d2i_AutoPrivateKey and friends
2023-02-28 ndosscheFix incomplete error check on ASN1_item_i2d()
2023-02-08 Niels DosscheFix BIO_set_indent() check
2023-02-07 Matt CaswellFix a UAF resulting from a bug in BIO_new_NDEF
2023-01-16 slontisPKCS12 - Add additional libctx and propq support.
2022-12-22 Matt CaswellFix BIO_f_asn1() to properly report some errors
2022-12-22 Matt CaswellFix SMIME_crlf_copy() to properly report an error
2022-11-14 J.W. JagersmaCast values to match printf format strings.
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
next