Commit Graph

156 Commits

Author SHA1 Message Date
Joseph Birr-Pixton d312391239 Move to rustls-webpki fork 2023-01-13 15:43:30 +00:00
Joseph Birr-Pixton ad403b6677 Prepare for next rustls release 2023-01-13 15:43:30 +00:00
Joseph Birr-Pixton 9b5bb50d9d Prepare 0.20.8 2023-01-12 16:14:22 +00:00
Jacob Rothstein be7b159ca6 update msrv to 1.57 2023-01-11 18:09:21 +01:00
Dirkjan Ochtman ea99a6bc39 Add note in the changelog 2022-11-16 13:28:39 +01:00
Francis Russell e94803513f Update README after running `pull-usage`. 2022-10-31 10:21:28 +01:00
Francis Russell 20903dd226 Update README to fix `tlsserver-mio` naming. 2022-10-31 10:21:28 +01:00
Francis Russell 88fb4b8222 Update README to fix `tlslient-mio` naming. 2022-10-31 10:21:28 +01:00
Dirkjan Ochtman f1ab89f962 Update changelog for 0.20.7 2022-10-18 15:20:45 +02:00
amos a981f0914e
extract_secrets feature for kTLS support (owned) (#1112) 2022-10-15 13:53:08 +02:00
Dirkjan Ochtman 4fa7a9f59a Add a Discord badge pointing to our chat 2022-09-02 10:08:36 +02:00
Josh Aas 162bea2f41
Minor cleanup in README (#1096)
* Remove extraneous ':' characters. Don't prefix webpki with "lib". Use code markers for references to webpki and ring.

* Apparently code markers don't work inside an HTML link. Retain the change getting rid of the extraneous em around ring.

* Address review comments
2022-08-27 15:08:16 +02:00
Jacob Hoffman-Andrews 75e6c52dd3 Increase MSRV to 1.56.0
One of our dev-dependencies has started requiring it, and more
dependencies will likely start requiring it soon too. 1.56.0 is the
first release supporting edition = 2021.
2022-07-14 03:54:02 +02:00
Jacob Hoffman-Andrews 5dab6ed654 Expose some enums as part of the stable API
Expose AlertDescription, ContentType, and HandshakeType, SignatureAlgorithm,
and NamedGroup as part of the stable API. Previously they were part of the
unstable internals API, but were referenced by parts of the stable API.
2022-06-13 18:18:30 +02:00
Dirkjan Ochtman bfe0d6253d Update changelog for 0.20.6 2022-05-18 09:52:33 +02:00
Joseph Birr-Pixton 34ad3ab00e Prepare 0.20.5 2022-05-14 18:14:32 +01:00
Joseph Birr-Pixton 8e5968f0a2 Prepare 0.20.4 2022-02-19 08:18:10 +00:00
Joseph Birr-Pixton 5bda754ac1 Prepare 0.20.3 2022-02-13 14:59:33 +00:00
Timon ab060f8c8b Move (most) release notes to one, single, seperate document. 2022-02-06 15:57:19 +00:00
Joseph Birr-Pixton 7f7bf75ff3 List 0-RTT data as a supported feature. 2022-01-15 12:12:16 +00:00
Joseph Birr-Pixton 23c5b693a2 README.md: adjust 0.20.2 date 2021-11-21 10:35:21 +00:00
Dirkjan Ochtman 8cf97d8eaa Prepare 0.20.2 release 2021-11-20 13:43:30 +00:00
Joseph Birr-Pixton a82eb95e9e Prepare 0.20.1 2021-11-14 16:40:58 +00:00
Joseph Birr-Pixton bc754a4fbb Prepare 0.20 2021-09-26 10:44:05 +01:00
Dirkjan Ochtman 5889c4b25a Add some more notes to 0.20.0 changelog 2021-09-20 22:38:43 +02:00
Gábor Lipták 2a5a82419a Update GHA badge pointing to build/main
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
2021-09-20 09:58:13 +02:00
Joseph Birr-Pixton 2822f9e795 Adopt the Rust CoC; use mailing list for vuln reports 2021-08-08 11:13:45 +01:00
Joseph Birr-Pixton 4bda1083aa Soften language in 'non-features' section
Remove 'unsafe nonces' item.  This is not a feature -- it's an
implementation flaw -- and doesn't belong in this list.
2021-08-08 09:15:11 +01:00
Joseph Birr-Pixton 05bbbd3406 We've moved from ctz/rustls to rustls/rustls 2021-08-07 19:50:51 +01:00
Dirkjan Ochtman 633bf4ba9d Add changelog notes about QUIC changes 2021-08-03 20:03:30 +02:00
Dirkjan Ochtman ae9f242aba Add changelog entries about moved API types 2021-07-31 14:23:36 +02:00
Joseph Birr-Pixton 0b25ebc21b Update docs for changes since beta2 2021-07-31 11:42:40 +01:00
Dirkjan Ochtman f39c06741b Tweak naming on cipher suite constants 2021-07-11 09:59:08 +01:00
Joseph Birr-Pixton 79b48e3d4a Record 0.20.0-beta2 release in readme
- beta1 yanked
- also update usages in readme
2021-07-04 11:55:22 +01:00
Dirkjan Ochtman c90c584938 Add a changelog note about cipher suite changes 2021-07-04 09:12:02 +01:00
Joseph Birr-Pixton c0fab5f74a Prepare for 0.20 2021-06-20 17:23:10 +01:00
Dirkjan Ochtman 71f9ba8456 Improve accuracy of panic reductions in core library crate
By my count, it has been reduced from 144 to 29 in non-test library
code in the rustls crate. (This was a somewhat manual count of
`unwrap()`, `panic!()` and `unreachable!()` calls.)
2021-06-19 10:11:39 +01:00
Joseph Birr-Pixton 8471db857c Improve docs 2021-05-30 11:21:41 +01:00
Dirkjan Ochtman 0b449eae4b Set buffer limits by default 2021-05-25 21:05:33 +01:00
Joseph Birr-Pixton fa580b469f Stop misusing "MTU" terminology
Instead, let the user configure the max TLS fragment size directly.

Report errors from ServerConnection::new like ClientConnection::new, so we
can report out of range fragment sizes.
2021-05-16 11:17:32 +01:00
Joseph Birr-Pixton 740bc20ed3 Improve README/docs 2021-05-16 09:41:20 +01:00
Joseph Birr-Pixton 08ecd0ec66 Add 0.19.1 to mainline changelog 2021-04-17 08:47:38 +01:00
Joseph Birr-Pixton f3a6580d39 Make client-cert use of CertifiedKey also immutable 2021-04-11 12:50:24 +01:00
Simon Menke 24b47fcd2e ResolvesServerCert::resolve now returns a Arc reference 2021-04-11 12:09:47 +01:00
Joseph Birr-Pixton 5a0a160cef Remove odd pronunciation sentence 2021-04-09 11:33:06 +01:00
Joseph Birr-Pixton 4a12104d2f Archive changelog 2021-04-09 11:31:26 +01:00
Joseph Birr-Pixton 24db3df0dd Cleanups and readme for renames
- Fix docs mentions of things that were renamed.
- Ditto mentions in tests.
2021-04-09 11:30:39 +01:00
Joseph Birr-Pixton e910ac2160 Fix rotting documentation 2021-04-09 09:09:10 +01:00
Delapouite 75d08697ab doc: add links to RFCs in README 2021-03-17 09:59:25 +01:00
Joseph Birr-Pixton a5b3e35f45 Remove azure and improve github actions
Maintaining two of these is pretty annoying, and github actions
seems to be pretty good quality.
2021-03-14 17:08:13 +00:00