Skip to content

Commit fd4bab0

Browse files
committed
Update changelog
1 parent 087a0c0 commit fd4bab0

File tree

1 file changed

+32
-11
lines changed

1 file changed

+32
-11
lines changed

CHANGELOG.md

Lines changed: 32 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## 0.15.1 (2026-03-13)
4+
5+
This is a minor release, updating rustls to 0.23.37 and updating other dependencies.
6+
7+
* update semver compat. deps, fix cbindgen CI diff check by @cpu in https://github.com/rustls/rustls-ffi/pull/559
8+
* Build artifacts on ubuntu-22 by @ctz in https://github.com/rustls/rustls-ffi/pull/561
9+
* rustls 0.23.25 -> 0.23.27 by @cpu in https://github.com/rustls/rustls-ffi/pull/566
10+
* Update rustls 0.23.27 -> 0.23.28, expose new API surface & errors by @cpu in https://github.com/rustls/rustls-ffi/pull/574
11+
* website: Remove backdrop-filter: blur from items by @yedayak in https://github.com/rustls/rustls-ffi/pull/577
12+
* docgen: skip over cpp attributes before decl by @ctz in https://github.com/rustls/rustls-ffi/pull/581
13+
* cbindgen: Add version defines by @yedayak in https://github.com/rustls/rustls-ffi/pull/576
14+
* librustls: rustls 0.23.28 -> 0.23.29 by @cpu in https://github.com/rustls/rustls-ffi/pull/583
15+
* librustls: update rustls 0.23.29 -> 0.23.31 by @cpu in https://github.com/rustls/rustls-ffi/pull/589
16+
* Bump rust-version to 1.73 by @djc in https://github.com/rustls/rustls-ffi/pull/607
17+
* upgrade rustls 0.23.31 -> 0.23.33 by @cpu in https://github.com/rustls/rustls-ffi/pull/614
18+
* error: use decl+proc macro to generate u32 mapping by @ctz in https://github.com/rustls/rustls-ffi/pull/618
19+
* librustls: fix typo in server cert verifier builder docs by @cpu in https://github.com/rustls/rustls-ffi/pull/620
20+
* Bump macos versions for artifacts by @ctz in https://github.com/rustls/rustls-ffi/pull/623
21+
* ci: adjust powershell steps to stop on error by @cpu in https://github.com/rustls/rustls-ffi/pull/624
22+
* docgen/website: show deprecated function warnings on docs website by @cpu in https://github.com/rustls/rustls-ffi/pull/584
23+
324
## 0.15.0 (2025-03-25)
425

526
This release updates to [Rustls 0.23.25][] and increases the project minimum
@@ -184,7 +205,7 @@ requirements.
184205
* Ciphersuites supported by a specific `rustls_crypto_provider` can be retrieved with
185206
`rustls_crypto_provider_ciphersuites_len()` and `rustls_crypto_provider_ciphersuites_get()`.
186207
* Ciphersuites supported by the current process-wide default crypto provider (if any) can
187-
be retrieved with `rustls_default_crypto_provider_ciphersuites_len()` and
208+
be retrieved with `rustls_default_crypto_provider_ciphersuites_len()` and
188209
`rustls_default_crypto_provider_ciphersuites_get()`.
189210
* A buffer can be filled with cryptographically secure random data from
190211
a specific `rustls_crypto_provider` using `rustls_crypto_provider_random()`,
@@ -201,7 +222,7 @@ requirements.
201222
based on the current process-wide default.
202223
* `rustls_crypto_provider_builder_new_with_base` will construct a builder
203224
based on a specified `rustls_crypto_provider`.
204-
* Customization of supported ciphersuites can be achieved with
225+
* Customization of supported ciphersuites can be achieved with
205226
`rustls_crypto_provider_builder_set_cipher_suites()`.
206227
* The default process-wide provider can be installed from a builder using
207228
`rustls_crypto_provider_builder_build_as_default()`, if it has not already
@@ -231,7 +252,7 @@ requirements.
231252
more information on supported platforms.
232253
* Use `rustls_platform_server_cert_verifier()` to construct a platform verifier
233254
that uses the default crypto provider.
234-
* Use `rustls_platform_server_cert_verifier_with_provider()` to construct a
255+
* Use `rustls_platform_server_cert_verifier_with_provider()` to construct a
235256
platform verifier that uses the specified `rustls_crypto_provider`.
236257
* The returned `rustls_server_cert_verifier` can be used with
237258
a `rustls_client_config_builder` with
@@ -264,7 +285,7 @@ requirements.
264285

265286
* `rustls_server_config_builder_build()` and
266287
`rustls_client_config_builder_build()` now use out-parameters for the
267-
`rustls_server_config` or `rustls_client_config`, and return a `rustls_result`.
288+
`rustls_server_config` or `rustls_client_config`, and return a `rustls_result`.
268289
This allows returning an error if the build operation fails because a suitable
269290
crypto provider was not available.
270291

@@ -286,7 +307,7 @@ requirements.
286307
functions (`rustls_all_ciphersuites_len()`,
287308
`rustls_all_ciphersuites_get_entry()`, `rustls_default_ciphersuites_len()` and
288309
`rustls_default_ciphersuites_get_entry()`) have been
289-
removed. Ciphersuite support is dictated by the `rustls_crypto_provider`.
310+
removed. Ciphersuite support is dictated by the `rustls_crypto_provider`.
290311
* Use `rustls_default_supported_ciphersuites()` to retrieve
291312
a `rustls_supported_ciphersuites` for the default `rustls_crypto_provider`.
292313
* Use `rustls_crypto_provider_ciphersuites()` to retrieve a
@@ -307,7 +328,7 @@ only cryptographic provider.
307328
* A new `rustls_accepted_alert` type is added. Calling
308329
`rustls_accepted_alert_bytes` on this type produces TLS data to write
309330
in the case where a server acceptor encountered an error accepting a client.
310-
The returned TLS data should be written to the connection before freeing
331+
The returned TLS data should be written to the connection before freeing
311332
the `rustls_accepted_alert` by calling `rustls_accepted_alert_write_tls` with
312333
a `rustls_write_callback` implementation.
313334

@@ -367,19 +388,19 @@ and 0.12.0 continues to use `*ring*` as the only cryptographic provider.
367388
`rustls_root_cert_store_builder_add_pem` and
368389
`rustls_root_cert_store_builder_load_roots_from_file`.
369390
* The client verifier builders (
370-
`rustls_allow_any_anonymous_or_authenticated_client_builder`, and
391+
`rustls_allow_any_anonymous_or_authenticated_client_builder`, and
371392
`rustls_allow_any_authenticated_client_builder`) as well as the client
372-
verifier types (`rustls_allow_any_anonymous_or_authenticated_client_verifier`,
393+
verifier types (`rustls_allow_any_anonymous_or_authenticated_client_verifier`,
373394
`rustls_allow_any_authenticated_client_verifier`) have been replaced with
374395
`rustls_web_pki_client_cert_verifier_builder` and `rustls_client_cert_verifier`.
375-
* The server config client verifier setters
396+
* The server config client verifier setters
376397
(`rustls_server_config_builder_set_client_verifier` and
377398
`rustls_server_config_builder_set_client_verifier_optional`) have been
378399
replaced with `rustls_server_config_builder_set_client_verifier`.
379-
* The client config builder functions for specifying root trust anchors
400+
* The client config builder functions for specifying root trust anchors
380401
(`rustls_client_config_builder_use_roots` and
381402
`rustls_client_config_builder_load_roots_from_file`) have been replaced
382-
with a server certificate verifier builder
403+
with a server certificate verifier builder
383404
(`rustls_web_pki_server_cert_verifier_builder`) constructed with
384405
`rustls_web_pki_server_cert_verifier_builder_new` and
385406
a `rustls_root_cert_store`. The built `rustls_web_pki_server_cert_verifier`

0 commit comments

Comments
 (0)