dependabot[bot]
|
2c2ea08f44
|
build(deps): update compio-io requirement from 0.7.0 to 0.8.0 (#95)
|
2025-09-08 16:37:04 +08:00 |
Evan Rittenhouse
|
330bf825d4
|
Release 4.19.0 (#382)
|
2025-09-05 12:13:20 -07:00 |
Evan Rittenhouse
|
963425eb82
|
Add binding for X509_check_ip_asc
The binding corresponds to
https://boringssl.googlesource.com/boringssl.git/+/refs/heads/master/include/openssl/x509.h#4690.
To see the SANs covered by the specified cert, use:
```shell
❯ openssl x509 -in ./boring/test/alt_name_cert.pem -noout -text | grep -A1 "Subject Alternative Name"
X509v3 Subject Alternative Name:
DNS:example.com, IP Address:127.0.0.1, IP Address:0:0:0:0:0:0:0:1, email:test@example.com, URI:http://www.example.com
```
|
2025-09-05 10:23:00 +01:00 |
0x676e67
|
197b9fcb5c
|
Merge remote-tracking branch 'upstream/master'
|
2025-09-04 16:20:35 +08:00 |
0x676e67
|
373bbbea5b
|
Reapply "Don't link binaries on docs.rs" (#94)
This reverts commit d574ccc370.
|
2025-09-04 16:20:03 +08:00 |
Kornel
|
50fa2e672f
|
Use ERR_clear_error
|
2025-09-03 17:24:30 +01:00 |
Kornel
|
a91bfdc67d
|
Error descriptions and docs
|
2025-09-03 17:24:30 +01:00 |
Kornel
|
8d77a5d40e
|
Boring doesn't use function codes
|
2025-09-03 17:24:30 +01:00 |
Kornel
|
c5045fb6b4
|
Fix patched docs.rs builds
|
2025-09-03 17:24:22 +01:00 |
Kornel
|
8966ca27b7
|
Test docs.rs docs
|
2025-09-03 17:24:22 +01:00 |
Kornel
|
3de1385660
|
Fix doc links
|
2025-09-03 17:24:22 +01:00 |
0x676e67
|
21652b6344
|
Fix grammar in README description
|
2025-08-31 18:07:31 +08:00 |
0x676e67
|
c3da3cddbb
|
v5.0.0-alpha.8
|
2025-08-31 17:20:36 +08:00 |
0x676e67
|
d574ccc370
|
Revert "Don't link binaries on docs.rs" (#94)
This reverts commit 8d5fba3767.
|
2025-08-31 17:09:36 +08:00 |
Kornel
|
404a753921
|
Bump
|
2025-08-29 19:45:01 +01:00 |
Kornel
|
a264df22fa
|
Clippy
|
2025-08-29 10:51:09 -07:00 |
0x676e67
|
b988878d88
|
v5.0.0-alpha.7
|
2025-08-21 08:25:20 +08:00 |
0x676e67
|
d0103d9a55
|
boring-sys: Implement `MLKEM1024` for TLS (#93)
* boring-sys: Implement MLKEM1024 for TLS
* clippy fix
|
2025-08-21 08:09:09 +08:00 |
dependabot[bot]
|
7d3833243b
|
build(deps): update hex-literal requirement from 0.4 to 1.0 (#89)
|
2025-07-29 01:10:22 +08:00 |
dependabot[bot]
|
50a73aa8c3
|
build(deps): update rcgen requirement from 0.13 to 0.14 (#88)
|
2025-07-29 00:59:21 +08:00 |
0x676e67
|
8229b96f5b
|
Create FUNDING.yml
|
2025-07-26 09:00:42 +08:00 |
0x676e67
|
d9a1d9442e
|
feat(boring): adapt boring2 for quinn (#87)
|
2025-07-25 07:28:03 +08:00 |
0x676e67
|
6bcc6af083
|
Merge remote-tracking branch 'upstream/master'
|
2025-07-22 19:29:54 +08:00 |
Harry Stern
|
26ac58b2bd
|
Remove some comments referring to OpenSSL
Signed-off-by: Harry Stern <hstern@cloudflare.com>
|
2025-07-21 09:39:25 -07:00 |
0x676e67
|
7194a9ea9f
|
Update README.md
|
2025-07-10 09:33:39 +08:00 |
0x676e67
|
95cfdbc910
|
chore(compio-boring): update homepage and docs
|
2025-07-07 23:37:37 +08:00 |
0x676e67
|
33dc7775bd
|
v5.0.0-alpha.4
|
2025-07-07 21:40:34 +08:00 |
0x676e67
|
e6e8b0af17
|
chore(compio-boring2): remove unused docs
|
2025-07-07 21:40:20 +08:00 |
0x676e67
|
109c35839c
|
chore: fix ci and docs
|
2025-07-07 21:32:45 +08:00 |
0x676e67
|
d8ab50af6e
|
docs: update README.md
|
2025-07-07 21:22:27 +08:00 |
0x676e67
|
39afe81356
|
chore: update `compio-boring` version
|
2025-07-07 21:13:24 +08:00 |
0x676e67
|
83e049d8d9
|
feat(boring): adapt `boring2` for compio async runtime (#85)
close: https://github.com/0x676e67/boring2/issues/78
|
2025-07-07 21:10:50 +08:00 |
0x676e67
|
736c374e3d
|
v5.0.0-alpha.3
|
2025-07-06 18:01:43 +08:00 |
0x676e67
|
8ec7576cf4
|
feat: Add Hash impls for extension types (#84)
|
2025-07-06 17:59:49 +08:00 |
0x676e67
|
3010f78112
|
v5.0.0-alpha.2
|
2025-06-23 23:34:29 +08:00 |
zebrapurring
|
e47d09e242
|
feat: add support for FreeBSD (#83)
* feat: add support for FreeBSD
---------
Co-authored-by: zebrapurring <>
Co-authored-by: 0x676e67 <gngppz@gmail.com>
|
2025-06-23 23:14:01 +08:00 |
0x676e67
|
f8918297cc
|
Merge branch 'docs'
|
2025-06-21 19:54:27 +08:00 |
0x676e67
|
3a32ea51f7
|
docs(connector): update documents
|
2025-06-21 19:54:17 +08:00 |
0x676e67
|
58d2b58d70
|
docs: update prefer chacha20 option docs (#81)
|
2025-06-18 22:19:30 +08:00 |
0x676e67
|
590cef9b1f
|
docs: update prefer chacha20 option docs
|
2025-06-18 22:16:46 +08:00 |
0x676e67
|
afde990c6b
|
docs: update prefer chacha20 option docs
|
2025-06-18 22:15:44 +08:00 |
0x676e67
|
53e9475c68
|
v5.0.0-alpha.1
|
2025-06-18 12:39:57 +08:00 |
0x676e67
|
eaf49e631e
|
feat(boring): sync updated extension permutation patch (#80)
|
2025-06-18 12:36:34 +08:00 |
0x676e67
|
4ba97ba54e
|
chore(boring): Remove deprecated or outdated APIs (#79)
|
2025-06-17 23:19:52 +08:00 |
0x676e67
|
ee124d7ccc
|
Update README.md
|
2025-06-17 22:59:08 +08:00 |
0x676e67
|
f08c7cf8b7
|
test(boring): fix ech test (#77)
|
2025-06-17 22:26:23 +08:00 |
0x676e67
|
f4419dc416
|
revert(boring): Restore `src/x509/store.rs` to match upstream
|
2025-06-17 20:22:42 +08:00 |
0x676e67
|
e04066ee46
|
Merge remote-tracking branch 'upstream/master'
|
2025-06-17 20:16:49 +08:00 |
Kornel
|
0ca11b5680
|
Use cargo:warning for warnings
|
2025-06-13 15:06:50 +02:00 |
Kornel
|
8d5fba3767
|
Don't link binaries on docs.rs
|
2025-06-13 15:06:50 +02:00 |