]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix make-certs.sh for OpenSSL 1.1 702/head
authorGreg Hudson <ghudson@mit.edu>
Wed, 6 Sep 2017 16:56:37 +0000 (12:56 -0400)
committerGreg Hudson <ghudson@mit.edu>
Wed, 6 Sep 2017 17:43:59 +0000 (13:43 -0400)
commit626279c8c77e2af8bab4d145eb63e9c9947fb6e3
tree8b9274147f730c9dfc15f0bab7f604140d91444e
parenta4ddc6cf576b4155e6b994307902567f26f752b2
Fix make-certs.sh for OpenSSL 1.1

The openssl req commands in make-certs.sh contain -subj options which
were ignored in favor of the config file prior to OpenSSL 1.1.  When
they are used, they remove elements of the subject which are now
required by t_pkinit.py.  Remove them.
src/tests/dejagnu/pkinit-certs/make-certs.sh