summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3
AgeCommit message (Expand)Author
2018-08-17x509v3/v3_purp.c: resolve Thread Sanitizer nit.Andy Polyakov
2018-08-14Update copyright yearMatt Caswell
2018-05-03v3_purp.c: add locking to x509v3_cache_extensions()Dr. Matthias St. Pierre
2018-03-27Update copyright yearMatt Caswell
2018-02-21X509V3_EXT_add_nconf_sk, X509v3_add_ext: fix errors handlingPavel Kopyl
2017-12-08Standardize syntax around sizeof(foo)Rich Salz
2017-11-16Fix possible leaks on sk_X509_EXTENSION_push() failure ...FdaSilvaYY
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov
2017-10-26Don't use strcasecmp and strncasecmp for IA5 stringsMatt Caswell
2017-10-24Fix memory leak in GENERAL_NAME_set0_othername.Xiangyu Bu
2017-08-28Avoid out-of-bounds readRich Salz
2017-07-06Avoid possible memleak in X509_policy_check()Richard Levitte
2017-05-02Fix some error path logic in i2v_AUTHORITY_INFO_ACCESS and i2v_GENERAL_NAMEMatt Caswell
2017-03-31Fix for #2730. Add CRLDP extension to list of supported extensionsJon Spillett
2017-03-15Fixed a crash in print_notice.Bernd Edlinger
2017-02-05Fix a crash with malformed user notice policy numbersBernd Edlinger
2016-08-19Fix NULL-return checks in 1.0.2Rich Salz
2016-06-10Fix an error path leak in do_ext_nconf()Matt Caswell
2016-05-19Ensure verify error is set when X509_verify_cert() failsViktor Dukhovni
2016-01-15NGX-2040 - fix wildcard match on punycode/IDNA DNS namesZi Lin
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte
2015-11-09Fix missing malloc return value checksMatt Caswell
2015-10-15Fix self signed handling.Dr. Stephen Henson
2015-09-15RT4044: Remove .cvsignore files.Rich Salz
2015-09-15d2i: don't update input pointer on failureKurt Roeckx
2015-09-02Cleaner handling of "cnid" in do_x509_checkViktor Dukhovni
2015-07-14Conversion to UTF-8 where neededRichard Levitte
2015-06-03make updateDr. Stephen Henson
2015-05-23Fix the update target and remove duplicate file updatesRichard Levitte
2015-05-11Add missing NULL check in X509V3_parse_list()Kurt Cancemi
2015-05-07Fix typo in valid_starViktor Dukhovni
2015-05-05Remove libcrypto to libssl dependencyMatt Caswell
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-04-11do_dirname: Don't change gen on failuresKurt Roeckx
2015-03-12Fix missing return checks in v3_cpols.cMatt Caswell
2015-02-10Fix hostname validation in the command-line tool to honour negative return va...Emilia Kasper
2015-01-22Re-align some comments after running the reformat script.OpenSSL_1_0_2-post-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22More indent fixes for STACK_OFMatt Caswell
2015-01-22Additional comment changes for reformat of 1.0.2Matt Caswell
2015-01-22Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2015-01-12Allow multiple IDN xn-- indicatorsRich Salz
2015-01-06RT3662: Allow leading . in nameConstraintsDr. Stephen Henson
2014-09-08RT3031: Need to #undef some names for win32Robin Lee
2014-08-15Fix use after free bug.Istvan Noszticzius
2014-07-07Update API to use (char *) for email addresses and hostnamesViktor Dukhovni
2014-07-07Set optional peername when X509_check_host() succeeds.Viktor Dukhovni
2014-06-25More complete input validation of X509_check_mumbleViktor Dukhovni
2014-06-25Drop hostlen from X509_VERIFY_PARAM_ID.Viktor Dukhovni