LoginSignup
6
6

More than 5 years have passed since last update.

OpenSSLから、BoringSSLに移行

Last updated at Posted at 2016-07-26

様々な理由で、OpenSSL を使い続けるのが難しくなり、Boring SSL に移行するという場合はあると思います。
基本的に両者のI/Fは同じなのですが、違う点が少しあります。

Boring SSL
https://github.com/google/boringssl

ビルドに必要なコンパイラ要件が新しい

ちゃんと調べてないですが、C+11 等が必要だったりします。既存のソフトウェアにマージする場合は注意しましょう

SSL_CTX_ctrl がない

置き換えが必要です
https://github.com/google/boringssl/blob/master/PORTING.md#replacements-for-ctrl-values

他にも幾つか違う点はあるのですが、私が填まったのは上記の2点でした。

6
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
6