]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/x509
Fix memory leak in BN_rand_range()
[thirdparty/openssl.git] / crypto / x509 /
2022-07-26  Dr. David von Oheimbx509_lu.c and x509_vfy.c: improve coding style, comment...
2022-07-22  Matt CaswellFix a crash in v2i_IPAddrBlocks()
2022-07-19  Dr. David von Oheimbcrypto/x509/v3_addr.c: fix style nits reported by check...
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-07-19  Dr. David von OheimbAdd X509_PUBKEY_set0_public_key(), extracted from X509_...
2022-07-13  Dr. David von Oheimbcrypto/x509/v3_purp.c: Improve coding style
2022-07-13  Dr. David von Oheimbcrypto/x509/x509_vfy.c: Improve coding style
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  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-15  Matt CaswellFix a crash in X509v3_asid_subset()
2022-05-26  Peiwei HuFix check of dtls1_process_record
2022-05-25  Bernd EdlingerFix style nits in crl_set_issuers
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-04  Dr. David von OheimbX509{,_LOOKUP}: Improve distinction between not found...
2022-05-03  Matt CaswellUpdate copyright year
2022-04-26  zhouzilongClear unused variables in X509_print_ex()
2022-04-22  Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-04-12  Zhou QingyangAdd return value check of X509V3_add_value() in X509V3_...
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-05  Richard LevitteMove e_os.h to include/internal
2022-01-27  Matt CaswellEnsure X509_STORE_CTX_purpose_inherit handles a 0 defau...
2022-01-26  Jiasheng Jiangx509: add the check for X509_STORE_lock
2022-01-18  Paulireplace ;; with ; as statement separator
2022-01-07  Peiwei HuFix: some patches related to error exiting
2022-01-07  Dr. David von Oheimbv2i_AUTHORITY_KEYID(): Improve error reporting on parsi...
2022-01-05  Dimitris ApostolouFix typos
2021-12-21  Dr. David von Oheimbadd OSSL_STACK_OF_X509_free() for commonly used pattern
2021-12-14  Tobias NießenFix infinite verification loops due to has_san_id
2021-12-10  x2018remove redundant ERR_raise
2021-12-10  x2018check the return value of BIO_new() in t_x509.c:471...
2021-12-09  Dr. David von OheimbCMP check_msg_find_cert(): improve diagnostics on trans...
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-17  Dr. David von OheimbAdd and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREF...
2021-11-17  Dr. David von OheimbAdd and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX...
2021-11-12  Paulix509: use safe maths calls for overflow detection
2021-11-11  Dr. David von OheimbX509: Fix handling of AKID and SKID extensions accordin...
2021-11-09  Paulix509: remove dead call to strlen()
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-28  x2018fix some code with obvious wrong coding style
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-09-13  Nikita IvanovFix nc_email to check ASN1 strings with NULL byte in...
2021-09-03  Viktor DukhovniPrioritise DANE TLSA issuer certs over peer certs
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
2021-07-20  Ingo SchwarzeFix a read buffer overrun in X509_aux_print().
2021-07-08  Rich SalzFix bug in X509_print_ex
2021-06-30  Paulix509: improve error reporting
2021-06-29  Tomas Mrazcoverity #1486531: return error properly from x509_pubk...
2021-06-26  Paulix509: address NULL dereference and memory leaks
2021-06-22  Hubert Kariocross-reference the DH and RSA SECLEVEL to level of...
2021-06-17  Matt CaswellUpdate copyright year
2021-06-16  Dr. David von OheimbX509_digest_sig(): Improve default hash for EdDSA and...
2021-06-14  Matt CaswellAdd a generic SubjectPublicKeyInfo decoder
2021-06-12  Dr. David von Oheimbd2i_X509: revert calling X509v3_cache_extensions()
2021-06-11  William EdmistenAdd support for ISO 8601 datetime format
2021-06-08  Matt CaswellSimplify error reporting in X509_PUBKEY_get0()
2021-06-08  Matt CaswellActually use a legacy route in pem_read_bio_key_legacy()
2021-06-08  Matt CaswellOnly use the legacy route to decode a public key if...
2021-06-08  Matt CaswellEnsure that we consume all the data when decoding an...
2021-06-08  Matt CaswellUse the right class/tag when decoding an embedded key
2021-06-08  Tomas MrazX509_digest_sig: Handle RSA-PSS and EDDSA certificates
2021-06-08  Dr. David von OheimbImprove the documentation of cert path building and...
2021-06-08  Dr. David von Oheimbx509_vfy.c: Improve a couple of internally documenting...
2021-06-08  Dr. David von Oheimbx509_trs.c: rename to x509_trust.c and correct comment...
2021-06-05  Matt CaswellEnsure libctx/propq is propagated when handling X509_REQ
2021-06-05  Matt CaswellGive ASN.1 objects the ability to report their libctx...
2021-06-05  Matt CaswellMake sure X509_dup() also dup's any associated EVP_PKEY
2021-06-05  Matt CaswellUse the new ASN.1 libctx aware capabilities in CMP
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-05  Matt CaswellProvide the ability to create an X509_PUBKEY with a...
2021-06-04  Matt CaswellCheck that we got the expected name type when verifying...
2021-06-02  Paulix509: remove TODOs
2021-06-02  Tomas MrazAdd NCONF_get_section_names()
2021-06-01  Tomas MrazRename all getters to use get/get0 in name
2021-05-30  Matt CaswellTeach EVP_PKEYs to say whether they were decoded from...
2021-05-30  Matt CaswellUpdate check_sig_alg_match() to work with provided...
next