Skip to content

Releases: cloudflare/boring

v4.21.1

23 Jan 15:07

Choose a tag to compare

v5.0.0-alpha.1

21 Jan 17:25

Choose a tag to compare

v5.0.0-alpha.1 Pre-release
Pre-release

Breaking changes

Upgrade to 4.21.0 first and fix any deprecation warnings.

Cargo features removed/simplified

  • FIPS only needs the fips Cargo feature, and the rest is customized via env vars (like BORING_BSSL_FIPS_PATH): #383
  • Removed the "kx-*" features #393
  • Removed "pq-experimental". Post-quantum is enabled by default (X25519MLKEM768 and P256Kyber768Draft00).

Other changes

  • Updated BoringSSL to a newer version with updated patches by @nox in #419
  • Removed SslCurve API #390
  • Removed deprecated X509CheckFlags #425
  • X509Store is immutable, but cloneable #426
  • Minimum Hyper version upgraded from v0
  • Added SslRef::curve_name() by @ghedo in #396
  • Added set_ticket_key_callback (SSL_CTX_set_tlsext_ticket_key_cb) by @toidiu in #330
  • SslCipherRef::protocol_id by @nox in #409
  • set_strict_cipher_list by @abernardeau-wallix in #416
  • set_ex_data() will always Drop previous values #424
  • Removed blanket Eq from FFI types
  • BIO_set_retry_write on WouldBlock @ihciah in #118

Full Changelog: v4.19.0...v5.0.0-alpha.1

v4.21.0

21 Jan 17:27

Choose a tag to compare

Deprecated APIs that were removed in v5.

v4.20.0

13 Jan 17:51

Choose a tag to compare

  • Add a more reliable Error::library_reason()
  • Fix string data conversion in ErrorStack::put()
  • CStr vs UTF-8 improvements in #371
  • Fix swapped host/target args and support TARGET_CC and CC_{target} in #375
  • Enable bindgen layout tests on all Rust versions 3116032

Full Changelog: v4.19.0...v4.20.0

v4.19.0

13 Jan 17:48
330bf82

Choose a tag to compare

Full Changelog: v4.18.0...v4.19.0

v4.18.0

29 Aug 18:46

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.17.0...v4.18.0

v4.17.0

28 May 13:33
5e8aaf6

Choose a tag to compare

What's Changed

  • Add X509_STORE_CTX_get0_cert interface by @semaj-cf in #349
  • expose SSL_set_compliance_policy by @schien in #342
  • add SslCurve::X25519_MLKEM768 constant by @ehaydenr in #345
  • Fix linking SystemFunction036 from advapi32 in Rust 1.87 by @kornelski in #351
  • boring(ssl): use corresponds macro in add_certificate_compression_algorithm by @0x676e67 in #348
  • Update bindgen from 0.70.1 to 0.71.1 by @mstyura in #347

New Contributors

Full Changelog: v4.16.0...v4.17.0

v4.16.0

03 Apr 01:31
20ad266

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.15.0...v4.16.0

v4.15.0

27 Feb 18:00
5268f63

Choose a tag to compare

What's Changed

NOTE: v4.14.0 has been yanked due to accidentally including breaking changes

Full Changelog: v4.14.0...v4.15.0

v4.14.0

19 Feb 11:53
156cf04

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.13.0...v4.14.0