Commit Graph

  • 751088d7e0
    Support my laptop v5.0.0-alpha.10-patch minish 2025-11-04 18:51:47 -0500
  • 60ab50e89e
    Add barbosshack prefix patch minish 2025-11-04 17:12:42 -0500
  • be22a3940d Merge remote-tracking branch 'upstream/master' master 0x676e67 2025-10-29 19:49:47 +0800
  • 47c33f6428 pq patch: also enable P256Kyber768Draft00 by default Bas Westerbaan 2025-10-03 13:48:57 +0200
  • 410a96752b pq patch: enable PQ by default like upstream Bas Westerbaan 2025-10-02 13:16:15 +0200
  • 5ddfb2e097
    chore(ssl): remove deprecated code (#98) 0x676e67 2025-10-21 13:15:12 +0800
  • d7805d6053
    Modify prerelease condition in CI workflow 0x676e67 2025-10-21 12:57:44 +0800
  • 231010c0cb Merge remote-tracking branch 'upstream/master' 0x676e67 2025-10-21 12:35:13 +0800
  • e23d2d16d4 Update main.rs Jaap Aarts 2025-10-14 22:31:38 +0200
  • 5cd912df1d Remove "pq-experimental", apply PQ patch by default Christopher Patton 2025-09-30 11:04:57 -0700
  • 77f612c16c Simplify Error::reason() Kornel 2025-10-01 10:40:05 +0100
  • 75ef523230 Safer CryptoBufferBuilder::build Kornel 2025-10-01 11:12:40 +0100
  • 5957ce94cc ErrorStack ctor for custom errors Kornel 2025-10-01 11:59:59 +0100
  • e3998212ed Fix string data conversion in ErrorStack::put() Kornel 2025-10-01 11:50:08 +0100
  • 353ea62c17 Convert CipherCtx fns into a safe abstraction. Additional testing. Apoorv Kothari 2025-09-30 23:14:09 -0700
  • 8773f0e1fa Use Ref foreign type instead of forgetting Kornel 2025-10-01 03:38:59 +0100
  • ab8513ef8f Expose a safe Rust interface for the session resumption callback Apoorv Kothari 2025-09-30 14:44:17 -0700
  • ac1d71cb54 Use MaybeUninit for raw_ticket_key key/iv Kornel 2025-09-30 15:06:11 +0100
  • 5cb35db989 initialize key_name and iv. mark fn as _unsafe to allow for future changes to the api Apoorv Kothari 2025-09-29 14:15:41 -0700
  • b9af0ef176 clippy Apoorv Kothari 2025-04-02 10:40:52 -0700
  • ba85fbb7ad simplify tests Apoorv Kothari 2025-04-02 09:46:50 -0700
  • f526b57daa update documentation Apoorv Kothari 2025-04-01 12:19:23 -0700
  • ae783f8273 add test case for TicketKeyCallbackResult::Noop Apoorv Kothari 2025-03-11 12:10:21 -0700
  • ea1d120912 pr comments: safety, receive multiple nst, return status refactor Apoorv Kothari 2025-03-10 22:30:25 -0700
  • c49282f112 Add set_ticket_key_callback (SSL_CTX_set_tlsext_ticket_key_cb) Apoorv Kothari 2025-03-08 10:35:46 -0800
  • b3521e5523 Add SslRef::curve_name() Alessandro Ghedini 2025-09-30 16:29:18 +0100
  • 4ce1308e1c Make rpk feature flag additive Kornel 2025-09-26 18:09:24 +0100
  • 1c51c7ee3b Add back the `curve()` method on `SslRef` Christopher Patton 2025-09-30 07:51:37 -0700
  • 7078f61077 Remove outdated comments on FIPS API compatibility Christopher Patton 2025-09-29 16:13:56 -0700
  • b46d77087e Remove `SslCurve` API Christopher Patton 2025-09-29 16:10:50 -0700
  • 21735accf8 pq: fix MSVC C4146 warning Bas Westerbaan 2025-09-30 11:56:56 +0200
  • 72dabe1d85 Remove the "kx-*" features Christopher Patton 2025-09-29 17:16:57 -0700
  • 646ae33c61 X509Builder::append_extension2 -> X509Builder::append_extension Rushil Mehra 2025-02-19 01:25:20 -0800
  • 8abba360d3 `Ssl::new_from_ref` -> `Ssl::new()` Rushil Mehra 2025-02-19 00:54:03 -0800
  • 0fc992bd76 Align SslStream APIs with upstream Rushil Mehra 2025-02-19 00:47:00 -0800
  • 4cb7e260a8 Clean-up legacy FIPS options Alessandro Ghedini 2025-09-25 09:51:52 +0100
  • 78b8ceaf10 Add more reliable library_reason() Kornel 2025-06-13 15:34:02 +0100
  • 974c3d2db0 Ensure that ERR_LIB type can be named Kornel 2025-06-13 13:56:37 +0100
  • b4bf601394 Remove support for Hyper v0 Alessandro Ghedini 2025-09-26 07:32:00 +0100
  • c3f33f0ea1 Upgrade deps Kornel 2025-09-26 11:46:43 +0100
  • 3116032a83 Skip Rust version detection for bindgen Kornel 2025-09-26 11:45:40 +0100
  • 9bad96e48b Style nits Kornel 2025-09-26 11:10:22 +0100
  • fa9df8081d Deprecated GHA feature Kornel 2025-09-26 12:17:25 +0100
  • 4814eb8547 Ensure rustfmt and clippy are available Kornel 2025-09-26 12:10:48 +0100
  • a50a39fde7 Support TARGET_CC and CC_{target} Kornel 2025-08-26 11:58:21 +0100
  • 21f2885be3 Fix swapped host/target args Kornel 2025-08-26 13:14:42 +0100
  • 79338a99ea CStr UTF-8 improvements Kornel 2025-06-13 11:52:02 +0100
  • ee94551993
    Fix duplicate entry for RPK support in README 0x676e67 2025-09-22 01:58:11 +0800
  • bcc3ccb390
    Fix formatting in FUNDING.yml for ko-fi entry 0x676e67 2025-09-22 01:03:48 +0800
  • b17dd9d23c
    Update FUNDING.yml for sponsorship links 0x676e67 2025-09-22 01:03:17 +0800
  • cd2c47eb5b v5.0.0-alpha.10 0x676e67 2025-09-19 19:00:11 +0800
  • 2f94005cf0
    feat: Add `set_preserve_tls13_cipher_list` method to `SslContextBuilder` (#97) 0x676e67 2025-09-19 18:59:00 +0800
  • 37e0cde8c2
    Remove CI badge from README 0x676e67 2025-09-12 18:55:15 +0800
  • 4bc35b3959 v5.0.0-alpha.9 0x676e67 2025-09-08 17:01:26 +0800
  • 219a6bccea Merge remote-tracking branch 'upstream/master' 0x676e67 2025-09-08 17:00:51 +0800
  • ca9cb3fc66
    build(deps): update compio requirement from 0.15.0 to 0.16.0 (#96) dependabot[bot] 2025-09-08 16:51:01 +0800
  • 2c2ea08f44
    build(deps): update compio-io requirement from 0.7.0 to 0.8.0 (#95) dependabot[bot] 2025-09-08 16:37:04 +0800
  • 330bf825d4
    Release 4.19.0 (#382) Evan Rittenhouse 2025-09-05 12:13:20 -0700
  • 963425eb82 Add binding for X509_check_ip_asc Evan Rittenhouse 2025-09-03 11:19:59 -0700
  • 197b9fcb5c Merge remote-tracking branch 'upstream/master' 0x676e67 2025-09-04 16:20:35 +0800
  • 373bbbea5b Reapply "Don't link binaries on docs.rs" (#94) 0x676e67 2025-09-04 16:20:03 +0800
  • 50fa2e672f Use ERR_clear_error Kornel 2025-06-13 13:05:24 +0100
  • a91bfdc67d Error descriptions and docs Kornel 2025-06-13 12:21:41 +0100
  • 8d77a5d40e Boring doesn't use function codes Kornel 2025-06-13 12:42:33 +0100
  • c5045fb6b4 Fix patched docs.rs builds Kornel 2025-09-03 16:58:07 +0100
  • 8966ca27b7 Test docs.rs docs Kornel 2025-09-03 01:34:06 +0100
  • 3de1385660 Fix doc links Kornel 2025-09-03 01:33:45 +0100
  • 21652b6344
    Fix grammar in README description 0x676e67 2025-08-31 18:07:31 +0800
  • c3da3cddbb v5.0.0-alpha.8 0x676e67 2025-08-31 17:20:36 +0800
  • d574ccc370
    Revert "Don't link binaries on docs.rs" (#94) 0x676e67 2025-08-31 17:09:36 +0800
  • 404a753921 Bump Kornel 2025-08-29 19:31:36 +0100
  • a264df22fa Clippy Kornel 2025-08-26 11:59:03 +0100
  • b988878d88 v5.0.0-alpha.7 0x676e67 2025-08-21 08:25:20 +0800
  • d0103d9a55
    boring-sys: Implement `MLKEM1024` for TLS (#93) 0x676e67 2025-08-21 08:09:09 +0800
  • 7d3833243b
    build(deps): update hex-literal requirement from 0.4 to 1.0 (#89) dependabot[bot] 2025-07-29 01:10:22 +0800
  • 50a73aa8c3
    build(deps): update rcgen requirement from 0.13 to 0.14 (#88) dependabot[bot] 2025-07-29 00:59:21 +0800
  • 8229b96f5b
    Create FUNDING.yml 0x676e67 2025-07-26 09:00:42 +0800
  • d9a1d9442e
    feat(boring): adapt boring2 for quinn (#87) 0x676e67 2025-07-25 07:28:03 +0800
  • 6bcc6af083 Merge remote-tracking branch 'upstream/master' 0x676e67 2025-07-22 19:29:54 +0800
  • 26ac58b2bd Remove some comments referring to OpenSSL Harry Stern 2025-07-21 12:02:59 -0400
  • 7194a9ea9f Update README.md 0x676e67 2025-07-10 09:33:39 +0800
  • 95cfdbc910 chore(compio-boring): update homepage and docs 0x676e67 2025-07-07 23:37:37 +0800
  • 33dc7775bd v5.0.0-alpha.4 0x676e67 2025-07-07 21:40:34 +0800
  • e6e8b0af17 chore(compio-boring2): remove unused docs 0x676e67 2025-07-07 21:40:20 +0800
  • 109c35839c chore: fix ci and docs 0x676e67 2025-07-07 21:32:45 +0800
  • d8ab50af6e docs: update README.md 0x676e67 2025-07-07 21:22:27 +0800
  • 39afe81356 chore: update `compio-boring` version 0x676e67 2025-07-07 21:13:24 +0800
  • 83e049d8d9
    feat(boring): adapt `boring2` for compio async runtime (#85) 0x676e67 2025-07-07 21:10:50 +0800
  • 736c374e3d v5.0.0-alpha.3 0x676e67 2025-07-06 18:01:43 +0800
  • 8ec7576cf4
    feat: Add Hash impls for extension types (#84) 0x676e67 2025-07-06 17:59:49 +0800
  • 3010f78112 v5.0.0-alpha.2 0x676e67 2025-06-23 23:34:29 +0800
  • e47d09e242
    feat: add support for FreeBSD (#83) zebrapurring 2025-06-23 17:14:01 +0200
  • f8918297cc Merge branch 'docs' 0x676e67 2025-06-21 19:54:27 +0800
  • 3a32ea51f7 docs(connector): update documents 0x676e67 2025-06-21 19:54:17 +0800
  • 58d2b58d70
    docs: update prefer chacha20 option docs (#81) 0x676e67 2025-06-18 22:19:30 +0800
  • 590cef9b1f docs: update prefer chacha20 option docs 0x676e67 2025-06-18 22:16:46 +0800
  • afde990c6b docs: update prefer chacha20 option docs 0x676e67 2025-06-18 22:15:44 +0800
  • 53e9475c68 v5.0.0-alpha.1 0x676e67 2025-06-18 12:39:57 +0800
  • eaf49e631e
    feat(boring): sync updated extension permutation patch (#80) 0x676e67 2025-06-18 12:36:34 +0800
  • 4ba97ba54e
    chore(boring): Remove deprecated or outdated APIs (#79) 0x676e67 2025-06-17 23:19:52 +0800