[Heimdal-source-changes] [heimdal/heimdal] 6561af: hx509: update gen_req.sh for OpenSSL 1.1 (#392)

GitHub noreply at github.com
Mon Dec 24 19:13:31 CET 2018


  Branch: refs/heads/master
  Home:   https://github.com/heimdal/heimdal
  Commit: 6561afff3afdf74e3c9c7b0ecaad4b141275431f
      https://github.com/heimdal/heimdal/commit/6561afff3afdf74e3c9c7b0ecaad4b141275431f
  Author: Luke Howard <lukeh at padl.com>
  Date:   2018-12-24 (Mon, 24 Dec 2018)

  Changed paths:
    M lib/hx509/Makefile.am
    M lib/hx509/data/gen-req.sh
    A lib/hx509/data/openssl.1.0.cnf
    A lib/hx509/data/openssl.1.1.cnf
    R lib/hx509/data/openssl.cnf

  Log Message:
  -----------
  hx509: update gen_req.sh for OpenSSL 1.1 (#392)

OpenSSL 1.1 has the pkInitKDC OID built in, which breaks as it was redefined by
openssl.cnf in Heimdal. Try to determine if OpenSSL >= 1.1 and if so, use a
configuration file that omits this OID definition. The implementation is not
robust but as this is simply an example (not run by the test suites), it should
be adequete.



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the Heimdal-source-changes mailing list