summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-03nit: move rustls::crypto::CryptoProvider documentation item@brodycj - C. Jonathan Brody
2024-09-02Tidy logging macrosJoe Birr-Pixton
2024-09-02chore(deps): lock file maintenanceMend Renovate
2024-08-30ci: cross-target build & test updates@brodycj - C. Jonathan Brody
2024-08-29nit(ci): remove a trailing space from daily-tests.yml@brodycj - C. Jonathan Brody
2024-08-29Add tests for excess early data receiptJoe Birr-Pixton
2024-08-29Ensure only max_early_data_size will be read after reading from ReadEarlyDatatahmid-23
2024-08-28ci: trim daily-tests powersetDaniel McCarney
2024-08-28nit(ci): remove extra blank line from .github/workflows/build.yml@brodycj - C. Jonathan Brody
2024-08-27polyfill: allow dead code w/o built-in providers, no-stdDaniel McCarney
2024-08-26chore: remove trailing spaces@brodycj - C. Jonathan Brody
2024-08-23remove Send + Sync not needed from client session storage field@brodycj - C. Jonathan Brody
2024-08-19Reinstate coverage of `CryptoProvider` provider fnsJoe Birr-Pixton
2024-08-19Crypto: add feature to disable installation of built-in providerstormshield-gt
2024-08-14Add public keys in PEM format for end entity and clientholodorum
2024-08-13chore(deps): lock file maintenanceMend Renovate
2024-08-08Remove integration tests from cargo packageJoe Birr-Pixton
2024-08-08Move all test data into src/testdataJoe Birr-Pixton
2024-08-08ffdhe_groups.rs: fix typoJoe Birr-Pixton
2024-08-08Inline standard ffdhe moduliJoe Birr-Pixton
2024-08-08ci: check `cargo package` worksJoe Birr-Pixton
2024-08-08exclude src/testdata from shipped crateJoe Birr-Pixton
2024-08-07ring: raise TICKETER_AEAD into ticketer modDaniel McCarney
2024-08-07aws_lc_rs: implement RFC 5077 recommended ticketerDaniel McCarney
2024-08-07crypto: split ring ticketer moduleDaniel McCarney
2024-08-07ring: lift make_ticket_generator body to constructorDaniel McCarney
2024-08-07ring: whitespace between ticketer methodsDaniel McCarney
2024-08-07ring: update Ticketer rustdocsDaniel McCarney
2024-08-07aws_lc_rs: lift unspecified_err helper up a levelDaniel McCarney
2024-08-07crypto: lift try_split_at to polyfill modDaniel McCarney
2024-08-05Remove unused code in `ServerConnection::new`Jens W
2024-08-05chore(deps): lock file maintenanceMend Renovate
2024-08-02fix(deps): update rust crate asn1 to 0.17Mend Renovate
2024-08-01Avoid spinning if the writer returns OK(0) while self.wants_write().U. Lasiotus
2024-08-01Reinstate checking for `HandshakePayloadTooLarge`Joe Birr-Pixton
2024-08-01Fix daily-tests due to unwanted feature unificationJoe Birr-Pixton
2024-08-01Remove `default_fips_provider()` item without aws_lc_rsJoe Birr-Pixton
2024-07-31unbuffered: test for deframer rejection branchJoe Birr-Pixton
2024-07-31Move remaining deframer buffer types to buffers.rsJoe Birr-Pixton
2024-07-31Move single-use consts into innermost scopeJoe Birr-Pixton
2024-07-31Eliminate `FilledDeframerBuffer` traitJoe Birr-Pixton
2024-07-31Eliminate single use `DeframerVecBuffer::advance()`Joe Birr-Pixton
2024-07-31Eliminate single use `DeframerVecBuffer::unfilled()`Joe Birr-Pixton
2024-07-31Introduce iterator-based TLS message deframerJoe Birr-Pixton
2024-07-31Add iterator-based handshake deframer and coalescerJoe Birr-Pixton
2024-07-31Invert location of deframer fuzzing harnessJoe Birr-Pixton
2024-07-31msgs/deframer.rs: move to deframer/mod.rsJoe Birr-Pixton
2024-07-31Regression test for bug 2040 against buffered APIJoe Birr-Pixton
2024-07-31Add test case for deframer panicJoe Birr-Pixton
2024-07-30bogo: re-enable TLS-ECH-Client-SelectECHConfigDaniel McCarney