]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/x509v3
rsa/*: switch to BN_bn2binpad.
[thirdparty/openssl.git] / crypto / x509v3 /
2018-05-03  Dr. Matthias St... v3_purp.c: add locking to x509v3_cache_extensions()
2018-03-27  Matt CaswellUpdate copyright year
2018-02-21  Pavel KopylX509V3_EXT_add_nconf_sk, X509v3_add_ext: fix errors...
2017-12-08  Rich SalzStandardize syntax around sizeof(foo)
2017-11-16  FdaSilvaYYFix possible leaks on sk_X509_EXTENSION_push() failure ...
2017-11-13  Andy PolyakovResolve warnings in VC-WIN32 build, which allows to...
2017-10-26  Matt CaswellDon't use strcasecmp and strncasecmp for IA5 strings
2017-10-24  Xiangyu BuFix memory leak in GENERAL_NAME_set0_othername.
2017-08-28  Rich SalzAvoid out-of-bounds read
2017-07-06  Richard LevitteAvoid possible memleak in X509_policy_check()
2017-05-02  Matt CaswellFix some error path logic in i2v_AUTHORITY_INFO_ACCESS...
2017-03-31  Jon SpillettFix for #2730. Add CRLDP extension to list of supported...
2017-03-15  Bernd EdlingerFixed a crash in print_notice.
2017-02-05  Bernd EdlingerFix a crash with malformed user notice policy numbers
2016-08-19  Rich SalzFix NULL-return checks in 1.0.2
2016-06-10  Matt CaswellFix an error path leak in do_ext_nconf()
2016-05-19  Viktor DukhovniEnsure verify error is set when X509_verify_cert()...
2016-01-15  Zi LinNGX-2040 - fix wildcard match on punycode/IDNA DNS...
2015-12-18  Richard LevitteRemove the "eay" c-file-style indicators
2015-11-09  Matt CaswellFix missing malloc return value checks
2015-10-15  Dr. Stephen HensonFix self signed handling.
2015-09-15  Rich SalzRT4044: Remove .cvsignore files.
2015-09-14  Kurt Roeckxd2i: don't update input pointer on failure
2015-09-02  Viktor DukhovniCleaner handling of "cnid" in do_x509_check
2015-07-13  Richard LevitteConversion to UTF-8 where needed
2015-06-03  Dr. Stephen Hensonmake update
2015-05-23  Richard LevitteFix the update target and remove duplicate file updates
2015-05-11  Kurt CancemiAdd missing NULL check in X509V3_parse_list()
2015-05-07  Viktor DukhovniFix typo in valid_star
2015-05-05  Matt CaswellRemove libcrypto to libssl dependency
2015-04-16  Viktor DukhovniCode style: space after 'if'
2015-04-11  Kurt Roeckxdo_dirname: Don't change gen on failures
2015-03-12  Matt CaswellFix missing return checks in v3_cpols.c
2015-02-10  Emilia KasperFix hostname validation in the command-line tool to...
2015-01-22  Matt CaswellRe-align some comments after running the reformat script. OpenSSL_1_0_2-post-reformat
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22  Matt CaswellMore indent fixes for STACK_OF
2015-01-22  Matt CaswellAdditional comment changes for reformat of 1.0.2
2015-01-22  Matt CaswellFurther comment amendments to preserve formatting prior...
2015-01-22  Tim Hudsonmark all block comments that need format preserving...
2015-01-12  Rich SalzAllow multiple IDN xn-- indicators
2015-01-06  Dr. Stephen HensonRT3662: Allow leading . in nameConstraints
2014-09-08  Robin LeeRT3031: Need to #undef some names for win32
2014-08-15  Istvan NoszticziusFix use after free bug.
2014-07-07  Viktor DukhovniUpdate API to use (char *) for email addresses and...
2014-07-07  Viktor DukhovniSet optional peername when X509_check_host() succeeds.
2014-06-25  Viktor DukhovniMore complete input validation of X509_check_mumble
2014-06-25  Viktor DukhovniDrop hostlen from X509_VERIFY_PARAM_ID.
2014-06-14  Viktor DukhovniEnforce _X509_CHECK_FLAG_DOT_SUBDOMAINS internal-only
2014-06-12  Viktor DukhovniClient-side namecheck wildcards.
2014-06-12  Dr. Stephen Hensonmake update
2014-06-10  Rob StradlingSeparate the SCT List parser from the SCT List viewer
2014-05-21  Viktor DukhovniFixes to host checking.
2014-04-15  Dr. Stephen HensonExtension checking fixes.
2014-02-25  Dr. Stephen HensonDon't use BN_ULLONG in n2l8 use SCTS_TIMESTAMP.
2014-02-25  Dr. Stephen HensonFix for v3_scts.c
2014-02-25  Rob StradlingParse non-v1 SCTs less awkwardly.
2014-02-20  Dr. Stephen Hensonmake update
2014-02-20  Dr. Stephen Hensonfix WIN32 warnings
2014-02-20  Rob StradlingShow the contents of the RFC6962 Signed Certificate...
2014-02-14  Dr. Stephen HensonInclude self-signed flag in certificates by checking...
2014-02-02  Ben LaurieAdd extension free function.
2012-12-26  Dr. Stephen HensonPortability fix: use BIO_snprintf and pick up strcasecm...
2012-12-26  Dr. Stephen HensonOops, add missing v3nametest.c
2012-12-19  Dr. Stephen HensonBackport X509 hostname, IP address and email checking...
2012-12-19  Dr. Stephen HensonCheck chain is not NULL before assuming we have a valid...
2012-12-14  Ben LaurieBackport OCSP fixes.
2012-12-06  Dr. Stephen HensonFix two bugs which affect delta CRL handling:
2012-04-06  Dr. Stephen HensonBackport: allow key agreement in SSL/TLS certificates...
2012-03-21  cvs2svnThis commit was manufactured by cvs2svn to create branch
2012-02-23  Dr. Stephen HensonPR: 2696
2012-01-04  Dr. Stephen HensonPrevent malformed RFC3779 data triggering an assertion...
2012-01-04  Dr. Stephen Hensonfix warnings
2011-10-09  Dr. Stephen HensonPR: 2482
2011-06-03  Dr. Stephen HensonBackport libcrypto audit: check return values of EVP...
2011-01-03  Dr. Stephen Hensonoops missed an assert
2011-01-03  Dr. Stephen HensonPR: 2411
2011-01-03  Dr. Stephen HensonPR: 2410
2010-10-11  Dr. Stephen HensonPR: 2295
2010-06-16  cvs2svnThis commit was manufactured by cvs2svn to create branch
2010-06-15  Dr. Stephen HensonFix warnings (From HEAD, original patch by Ben).
2010-05-22  Dr. Stephen HensonPR: 2251
2009-09-30  Dr. Stephen HensonPR: 2057
2009-08-31  Dr. Stephen HensonMissing break.
2009-07-27  Dr. Stephen HensonChange STRING to OPENSSL_STRING etc as common words...
2009-05-30  Dr. Stephen HensonEnsure canonical encodings of X509_NAME structures...
2009-04-27  Andy Polyakovv3_alt.c: otherName parsing fix from HEAD.
2009-04-19  Dr. Stephen HensonFix error header files and error files too.
2009-04-16  Dr. Stephen HensonPR: 1894
2009-04-13  Dr. Stephen HensonPR: 1786
2009-04-08  Dr. Stephen HensonPR: 1892
2009-04-03  Dr. Stephen HensonPR: 1613
2009-04-03  Dr. Stephen HensonUpdate from 0.9.8-stable.
2009-03-31  cvs2svnThis commit was manufactured by cvs2svn to create branch
2009-03-15  Dr. Stephen HensonUse OPENSSL_assert() instead of assert.
2009-03-14  Dr. Stephen HensonPR: 1864
2009-03-14  Dr. Stephen HensonUpdate from stable branch.
2009-03-08  Ben LauriePrint IPv6 all 0s correctly (Rob Austein).
2009-02-14  Dr. Stephen HensonPR: 1835
2008-12-16  Richard LevitteConstify where needed
next