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