|
| 1 | + |
| 2 | +4.14.0 |
| 3 | +- 2024-01-27 Set CMAKE_BUILD_PARALLEL_LEVEL to available_parallelism |
| 4 | +- 2025-02-14 build: Fix the build for 32-bit Linux platform (#312) |
| 5 | +- 2024-11-30 Use corresponds macro |
| 6 | +- 2025-02-12 Expose SSL_set_enable_ech_grease |
| 7 | +- 2025-02-12 Clean up ECH tests |
| 8 | +- 2025-02-10 Expose client/server-side ECH |
| 9 | +- 2025-02-10 Expose EVP_HPKE_KEY |
| 10 | +- 2025-02-10 Clean up boring_sys::init() |
| 11 | +- 2024-11-27 Detailed error codes |
| 12 | +- 2025-02-04 chore: Fix docs on SslRef::replace_ex_data |
| 13 | +- 2025-01-22 fix manual_c_str_literals clippy warning |
| 14 | +- 2025-01-22 replace once_cell with LazyLock |
| 15 | +- 2025-01-13 RTG-3333 Support X25519MLKEM768 by default, but don't sent it as client |
| 16 | +- 2024-07-31 Allow dead_code instead of disabling clippy entirely for bindgen |
| 17 | +- 2024-11-12 Remove INVALID_CALL from mid-handshake error message |
| 18 | +- 2024-08-16 Fix bug with accessing memzero'd X509StoreContext in tests |
| 19 | +- 2024-08-16 Support linking with a runtime cpp library |
| 20 | +- 2024-12-06 Refactor!: Introduce a Cargo feature for optional Hyper 0 support |
| 21 | +- 2024-12-06 Refactor!: Remove strict `TokioIo` response requirement from `hyper_boring::v1::HttpsConnector` |
| 22 | + |
1 | 23 | 4.13.0 |
2 | 24 | - 2024-11-26 Sync X509StoreBuilder with openssl |
3 | 25 | - 2024-11-26 Sync X509VerifyFlags with openssl |
|
6 | 28 | - 2024-11-28 Clippy |
7 | 29 | - 2024-03-11 Fix Windows build |
8 | 30 |
|
9 | | -4.12.0 |
| 31 | +4.12.0 |
10 | 32 | - 2024-11-20 Add bindings for SSL_CB_ACCEPT_EXIT and SSL_CB_CONNECT_EXIT |
11 | 33 | - 2024-10-22 (ci): brew link x86 toolchain for macos13 runner |
12 | 34 | - 2024-10-22 Skip bindgen 0.70's layout tests before Rust 1.77 |
13 | 35 | - 2024-10-18 Add `set_cert_verify_callback` (`SSL_CTX_set_cert_verify`) |
14 | 36 |
|
15 | 37 | 4.11.0 |
16 | 38 | - 2024-10-17 boring-sys: include HPKE header file for bindgen |
17 | | -- 2024-10-17 Add "fips-compat" feature |
| 39 | +- 2024-10-17 Add "fips-compat" feature (#286) |
18 | 40 | - 2024-09-25 Create semgrep.yml |
19 | 41 |
|
20 | 42 | 4.10.3 |
|
47 | 69 | - 2024-08-04 Properly handle `Option<i32>` in `SslRef::set_curves` |
48 | 70 |
|
49 | 71 | 4.9.0 |
| 72 | +- 2024-08-02 Actually Release 4.9.0 |
50 | 73 | - 2024-08-02 Guard against empty strings given to select_next_proto (#252) |
51 | 74 | - 2024-08-01 Document `SslCurve::nid()` |
52 | 75 | - 2024-08-01 Add SslCurve::to_nid() and remove SslCurveId |
|
0 commit comments