fixup! Adding interop tests
[openssl.git] / crypto / x509 /
2024-01-03 slontisAdd missing documentation for X509_ATTRIBUTE related...
2024-01-03 Tomas MrazAllow duplicate CMS attributes
2023-12-12 Bernd EdlingerFix a possible memory leak in do_othername
2023-12-01 Bernd EdlingerFix a possible use after free in X509v3_asid_add_id_or_...
2023-10-26 Damian Hobson-Garciax509_print_ex: Remove unused setting when XN_FLAG_COMPA...
2023-10-26 Damian Hobson-GarciaFix X509_REQ_print_ex bug
2023-10-26 Damian Hobson-Garciax509_print_ex:Use correct constant for nmflag comparison
2023-08-16 3lswearCheck i2d_X509_NAME return in X509_NAME_hash_ex/old
2023-08-10 atishkovFor ASN1_STRING_set() check result and set correct...
2023-08-01 Matt CaswellCopyright year updates
2023-07-31 Matt CaswellFix a regression in X509_VERIFY_PARAM_add0_policy()
2023-07-25 atishkovget_cert_by_subject_ex(): Check result of X509_STORE_lock()
2023-07-25 atishkovx509: add ASN1_STRING_set() check result
2023-07-24 Adam Šulcfix: reject adding a duplicity into STACK_OF(X509_ATTRI...
2023-06-12 Wim DecroixX509_NAME_cmp fix for empty name
2023-06-12 Theo BuehlerFix incorrect ERR_raise() calls
2023-06-04 Matt CaswellDon't take a write lock to retrieve a value from a...
2023-06-04 Matt CaswellAvoid an unneccessary lock if we didn't add anything...
2023-05-30 Tomas MrazUpdate copyright year
2023-05-29 Clemens Langx509: Handle ossl_policy_level_add_node errors
2023-05-29 Clemens Langx509: Fix possible use-after-free when OOM
2023-04-21 Petr MikhalicinFix checking return code of EVP_PKEY_get_int_param...
2023-03-28 Matt CaswellEnsure that EXFLAG_INVALID_POLICY is checked even in...
2023-03-22 Paulix509: excessive resource use verifying policy constraints
2023-03-14 Dr. David von Oheimbdoc/man3/X509_STORE_CTX_get_error.pod: make order consi...
2023-03-14 Matt CaswellUpdate copyright year
2023-02-07 Hugo LandauCVE-2023-0286: Fix GENERAL_NAME_cmp for x400Address...
2023-02-07 Tomas MrazDo not create DSA keys without parameters by decoder
2023-02-07 Viktor DukhovniFix type confusion in nc_match_single()
2023-01-24 Hugo LandauFix corruption when searching for CRLs in hashed direct...
2023-01-23 Dr. David von OheimbX509_V_ERR_INVALID_PURPOSE: fix misleading text; Fix...
2023-01-19 Niels DosscheFix incorrect error return value in i2r_ADMISSION_SYNTAX()
2022-12-21 Tomas MrazUpdate copyright year
2022-12-16 Peiwei HuRefine the documents of several APIs
2022-12-08 Paulix509: fix double locking problem
2022-12-01 Tomas MrazUpdate copyright year
2022-11-23 FdaSilvaYYcrypto/*: Fix various typos, repeated words, align...
2022-11-21 slontisFix coverity issues in X509v3_addr
2022-11-21 zhouzilongClear unused variables in X509_print_ex()
2022-11-16 Graham WoodwardCatch incorrect IPAddressFamily lengths
2022-11-11 Richard LevitteMove e_os.h to include/internal
2022-11-10 Paulipunycode: update to use WPACKET instead of using custom...
2022-11-09 Dimitris ApostolouFix typos
2022-11-09 Paulix509: remove dead call to strlen()
2022-10-27 Sam Jamesx509: fix -Wunused-but-set-variable
2022-10-20 Gibeom GwonFix no longer implicitly refresh the cached TBSCertificate
2022-10-11 Matt CaswellUpdate copyright year
2022-10-05 Tomas MrazFix regression in i2d_re_X509_REQ_tbs()
2022-09-16 Dr. David von Oheimbx509_vpm.c: add missing direct error reporting and...
2022-09-16 David von OheimbX509_STORE_CTX_set_default(): improve error handling...
2022-09-10 Dr. David von Oheimbcrypto/x509/{x509_req,x_all}.c: add some NULL parameter...
2022-09-10 Gibeom GwonX509 x_all.c: Set 'modified' flag when ASN1_item_sign...
2022-09-10 Gibeom GwonX509 x509_req.c: Set 'modified' flag when X509_req_info...
2022-08-23 Ryan KelleyMoving notify check after the no time check
2022-07-22 Matt CaswellFix a crash in v2i_IPAddrBlocks()
2022-07-12 Dr. David von Oheimbx509_vfy.c: Revert the core of #14094 regarding chain_b...
2022-07-11 AllanFix memory leak in X509V3_add1_i2d when flag is X509V3_...
2022-07-05 Richard LevitteUpdate copyright year
2022-07-05 xkernelv3_sxnet: add a check for the return of i2s_ASN1_INTEGER()
2022-06-28 Matt CaswellFix range_should_be_prefix() to actually return the...
2022-06-23 Peiwei HuFix the checks of X509_LOOKUP_* functions
2022-06-22 Jiasheng Jiangcrypto/x509/by_store.c: Add check for OPENSSL_strdup
2022-06-21 Matt CaswellUpdate copyright year
2022-06-15 Matt CaswellFix a crash in X509v3_asid_subset()
2022-05-26 Peiwei HuFix check of dtls1_process_record
2022-05-25 Bernd EdlingerFix a memory leak in crl_set_issuers
2022-05-24 Bernd EdlingerFix a memory leak in X509_issuer_and_serial_hash
2022-05-23 Bernd EdlingerFix a crash in asn1_item_embed_new
2022-05-03 Matt CaswellUpdate copyright year
2022-04-21 Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-04-12 Zhou QingyangAdd return value check of X509V3_add_value() in X509V3_...
2022-03-15 Matt CaswellUpdate copyright year
2022-03-10 Dmitry BelyavskiyAvoid potential memory leak
2022-02-28 Jiasheng Jiangcrypto/x509/v3_utl.c: Add missing check for OPENSSL_strndup
2022-02-21 Paulix509: handle returns from X509_TRUST_get_by_id() more...
2022-02-11 PauliChange condition to avoid spurious compiler complaints.
2022-02-02 Matt CaswellEnsure X509_STORE_CTX_purpose_inherit handles a 0 defau...
2022-02-02 Jiasheng Jiangx509: add the check for X509_STORE_lock
2022-01-11 Peiwei HuFix: some patches related to error exiting
2021-12-14 Tobias NießenFix infinite verification loops due to has_san_id
2021-12-07 Dr. David von OheimbX509V3_set_ctx(): Clarify subject/req parameter for...
2021-12-07 Dr. David von OheimbX509V3_set_ctx(): Clarify use of subject/req parameter...
2021-11-09 PW HuFix: invoking X509_self_signed improperly
2021-11-09 PW HuFix: invoking x509_name_cannon improperly
2021-11-08 Dr. David von OheimbAPPS/x509: Fix generation of AKID via v2i_AUTHORITY_KEYID()
2021-10-25 Tomas MrazX509_PUBKEY_dup: Do not just up-ref the EVP_PKEY
2021-10-25 Tomas MrazX509_dup: Avoid duplicating the embedded EVP_PKEY
2021-10-05 Viktor DukhovniPrioritise DANE TLSA issuer certs over peer certs
2021-09-13 Nikita IvanovFix nc_email to check ASN1 strings with NULL byte in...
2021-08-31 Matt CaswellEnsure that we check the ASN.1 type of an "otherName...
2021-08-24 Matt CaswellFix the error handling in i2v_AUTHORITY_KEYID
2021-08-24 Matt CaswellFix append_ia5 function to not assume NUL terminated...
2021-08-24 Matt CaswellFix the name constraints code to not assume NUL termina...
2021-08-24 Matt CaswellFix printing of PROXY_CERT_INFO_EXTENSION to not assume...
2021-08-24 Matt CaswellFix GENERAL_NAME_print to not assume NUL terminated...
2021-08-24 Matt CaswellFix POLICYINFO printing to not assume NUL terminated...
2021-08-24 Matt CaswellFix i2v_GENERAL_NAME to not assume NUL terminated strings
2021-08-06 Tomas MrazAvoid freeing the conf lhashes in X509_V3_EXT*_add_conf
2021-08-06 Amir MohammadiFix ipv4_from_asc behavior on invalid Ip addresses
2021-07-29 Matt CaswellUpdate copyright year
next