summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3
AgeCommit message (Expand)Author
2022-06-21Update copyright yearMatt Caswell
2022-06-15Fix a crash in X509v3_asid_subset()Matt Caswell
2022-05-21Backport a missing bug-fix from masterBernd Edlinger
2022-03-15Update copyright yearMatt Caswell
2022-03-10Avoid potential memory leakDmitry Belyavskiy
2022-02-28crypto/x509/v3_utl.c: Add missing check for OPENSSL_strndupJiasheng Jiang
2021-09-13Fix nc_email to check ASN1 strings with NULL byte in the middleNikita Ivanov
2021-08-24Run make updateMatt Caswell
2021-08-24Update copyright yearMatt Caswell
2021-08-24Fix the error handling in i2v_AUTHORITY_KEYIDMatt Caswell
2021-08-24Fix append_ia5 function to not assume NUL terminated stringsMatt Caswell
2021-08-24Fix the name constraints code to not assume NUL terminated stringsMatt Caswell
2021-08-24Fix printing of PROXY_CERT_INFO_EXTENSION to not assume NUL terminated stringsMatt Caswell
2021-08-24Fix POLICYINFO printing to not assume NUL terminated stringsMatt Caswell
2021-08-24Fix i2v_GENERAL_NAME to not assume NUL terminated stringsMatt Caswell
2021-02-16Update copyright yearMatt Caswell
2021-01-28check_sig_alg_match(): weaken sig nid comparison to base algDr. David von Oheimb
2021-01-14X509_cmp(): Fix comparison in case x509v3_cache_extensions() failed to due to...Dr. David von Oheimb
2020-12-08Update copyright yearMatt Caswell
2020-12-08Correctly compare EdiPartyName in GENERAL_NAME_cmp()Matt Caswell
2020-12-08DirectoryString is a CHOICE type and therefore uses explicit taggingMatt Caswell
2020-09-22Update copyright yearMatt Caswell
2020-09-07Coverity FixesShane Lontis
2020-07-16Fix issue 1418 by moving check of KU_KEY_CERT_SIGN and weakening check_issued()Dr. David von Oheimb
2020-04-11Add manpage entry for X509_check_purpose()Jake Maynard
2020-04-06Allow certificates with Basic Constraints CA:false, pathlen:0Tomas Mraz
2020-03-22Fix error handling in x509v3_cache_extensions and related functionsBernd Edlinger
2019-11-04Don't leak memory in the event of a failure in i2v_GENERAL_NAMESMatt Caswell
2019-09-27Fix header file include guard namesDr. Matthias St. Pierre
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
2019-09-27Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-13Fix potential memory leaks with BN_to_ASN1_INTEGERBernd Edlinger
2019-09-10Update copyright yearMatt Caswell
2019-08-01Add missing accessors for X509 AuthorityKeyIdentifierDr. Matthias St. Pierre
2019-06-07Replace BIO_printf with ASN1_STRING_print in GENERAL_NAME_printAcheev Bhagat
2019-05-28Update copyright yearRichard Levitte
2019-05-24issue-8973: Added const to parameters for values that were not alteredagnosticdev
2018-09-11Update copyright yearMatt Caswell
2018-08-26x509v3/v3_purp.c: refine lock-free check in x509v3_cache_extensions.Andy Polyakov
2018-08-07x509v3/v3_purp.c: re-implement lock-free check for extensions cache validity.Andy Polyakov
2018-08-07x509v3/v3_purp.c: resolve Thread Sanitizer nit.Andy Polyakov
2018-08-07Harmonize use of sk_TYPE_find's return value.Andy Polyakov
2018-07-25Check for failures, to avoid memory leakRich Salz
2018-06-22Remove __cplusplus preamble from internal headersNicola Tuveri
2018-05-29Update copyright yearMatt Caswell
2018-05-23Skip CN DNS name constraint checks when not neededViktor Dukhovni
2018-05-23Limit scope of CN name constraintsViktor Dukhovni
2018-05-03v3_purp.c: add locking to x509v3_cache_extensions()Dr. Matthias St. Pierre
2018-05-01Update copyright yearMatt Caswell
2018-04-26Add missing error code when alloc-return-nullFdaSilvaYY