5de6bbd
diff -up openssl-1.1.0f/Configurations/unix-Makefile.tmpl.build openssl-1.1.0f/Configurations/unix-Makefile.tmpl
5de6bbd
--- openssl-1.1.0f/Configurations/unix-Makefile.tmpl.build	2017-06-02 13:51:39.621289504 +0200
5de6bbd
+++ openssl-1.1.0f/Configurations/unix-Makefile.tmpl	2017-06-02 13:54:45.298654812 +0200
5de6bbd
@@ -553,7 +553,7 @@ uninstall_runtime:
5de6bbd
 install_man_docs:
5de6bbd
 	@[ -n "$(INSTALLTOP)" ] || (echo INSTALLTOP should not be empty; exit 1)
5de6bbd
 	@echo "*** Installing manpages"
5de6bbd
-	$(PERL) $(SRCDIR)/util/process_docs.pl \
5de6bbd
+	TZ=UTC $(PERL) $(SRCDIR)/util/process_docs.pl \
5de6bbd
 		--destdir=$(DESTDIR)$(MANDIR) --type=man --suffix=$(MANSUFFIX)
5de6bbd
 
5de6bbd
 uninstall_man_docs:
5de6bbd
@@ -565,7 +565,7 @@ uninstall_man_docs:
5de6bbd
 install_html_docs:
5de6bbd
 	@[ -n "$(INSTALLTOP)" ] || (echo INSTALLTOP should not be empty; exit 1)
5de6bbd
 	@echo "*** Installing HTML manpages"
5de6bbd
-	$(PERL) $(SRCDIR)/util/process_docs.pl \
5de6bbd
+	TZ=UTC $(PERL) $(SRCDIR)/util/process_docs.pl \
5de6bbd
 		--destdir=$(DESTDIR)$(HTMLDIR) --type=html
5de6bbd
 
5de6bbd
 uninstall_html_docs:
5de6bbd
diff -up openssl-1.1.0f/Configurations/10-main.conf.build openssl-1.1.0f/Configurations/10-main.conf
5de6bbd
--- openssl-1.1.0f/Configurations/10-main.conf.build	2017-05-25 14:46:17.000000000 +0200
5de6bbd
+++ openssl-1.1.0f/Configurations/10-main.conf	2017-06-02 13:51:39.622289528 +0200
5de6bbd
@@ -662,6 +662,7 @@ sub vms_info {
5de6bbd
         cflags           => add("-m64 -DL_ENDIAN"),
5de6bbd
         perlasm_scheme   => "linux64le",
5de6bbd
         shared_ldflag    => add("-m64"),
5de6bbd
+        multilib         => "64",
5de6bbd
     },
5de6bbd
 
5de6bbd
     "linux-armv4" => {
5de6bbd
@@ -702,6 +703,7 @@ sub vms_info {
5de6bbd
     "linux-aarch64" => {
5de6bbd
         inherit_from     => [ "linux-generic64", asm("aarch64_asm") ],
5de6bbd
         perlasm_scheme   => "linux64",
5de6bbd
+        multilib         => "64",
5de6bbd
     },
5de6bbd
     "linux-arm64ilp32" => {  # https://wiki.linaro.org/Platform/arm64-ilp32
5de6bbd
         inherit_from     => [ "linux-generic32", asm("aarch64_asm") ],
5de6bbd
diff -up openssl-1.1.0g/test/evptests.txt.build openssl-1.1.0g/test/evptests.txt
5de6bbd
--- openssl-1.1.0g/test/evptests.txt.build	2017-11-02 15:29:05.000000000 +0100
5de6bbd
+++ openssl-1.1.0g/test/evptests.txt	2017-11-03 16:37:01.253671494 +0100
5de6bbd
@@ -3707,14 +3707,6 @@ MCowBQYDK2VuAyEA3p7bfXt9wbTTW2HC7OQ1Nz+D
5de6bbd
 
5de6bbd
 PrivPubKeyPair = Bob-25519:Bob-25519-PUBLIC
5de6bbd
 
5de6bbd
-Derive=Alice-25519
5de6bbd
-PeerKey=Bob-25519-PUBLIC
5de6bbd
-SharedSecret=4A5D9D5BA4CE2DE1728E3BF480350F25E07E21C947D19E3376F09B3C1E161742
5de6bbd
-
5de6bbd
-Derive=Bob-25519
5de6bbd
-PeerKey=Alice-25519-PUBLIC
5de6bbd
-SharedSecret=4A5D9D5BA4CE2DE1728E3BF480350F25E07E21C947D19E3376F09B3C1E161742
5de6bbd
-
5de6bbd
 # Illegal sign/verify operations with X25519 key
5de6bbd
 
5de6bbd
 Sign=Alice-25519
5de6bbd
@@ -3727,6 +3719,14 @@ Result = KEYOP_INIT_ERROR
5de6bbd
 Function = EVP_PKEY_verify_init
5de6bbd
 Reason = operation not supported for this keytype
5de6bbd
 
5de6bbd
+Derive=Alice-25519
5de6bbd
+PeerKey=Bob-25519-PUBLIC
5de6bbd
+SharedSecret=4A5D9D5BA4CE2DE1728E3BF480350F25E07E21C947D19E3376F09B3C1E161742
5de6bbd
+
5de6bbd
+Derive=Bob-25519
5de6bbd
+PeerKey=Alice-25519-PUBLIC
5de6bbd
+SharedSecret=4A5D9D5BA4CE2DE1728E3BF480350F25E07E21C947D19E3376F09B3C1E161742
5de6bbd
+
5de6bbd
 ## ECDH Tests: test with randomly generated keys for all the listed curves
5de6bbd
 
5de6bbd