Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
hinamatsurierの日記 | スラド
[go: Go Back, main page]



パスワードを忘れた? アカウント作成

hinamatsurierさんのトモダチの日記みんなの日記も見てね。 アナウンス:スラドは 2024 年 1 月 31 日で終了します。データ保存はお早めに。

15322679 journal
日記

hinamatsurierの日記: Apache 2.4.48 1

日記 by hinamatsurier

ソースからビルドしたけどLibreSSLではダメだった。
以下のパッチでイケた。

Index: modules/md/md_crypt.c
--- modules/md/md_crypt.c.orig
+++ modules/md/md_crypt.c
@@ -71,6 +71,11 @@
  #include
  #endif

+#if defined(LIBRESSL_VERSION_NUMBER)
+#define EVP_PKEY_X25519 NID_X25519
+#define EVP_PKEY_X448 NID_X448
+#endif
+
  static int initialized;

  struct md_pkey_t {

下記に情報があった。

new mod_md doesn't build with LibreSSL because nor EVP_PKEY_X25519 nor EVP_PKEY_X448 are defined.

https://www.mail-archive.com/dev@httpd.apache.org/msg75050.html

typodupeerror

クラックを法規制強化で止められると思ってる奴は頭がおかしい -- あるアレゲ人

読み込み中...