1. 5cce3fb Build with -Wextra-semi in Clang by David Benjamin · 3 days ago master
  2. 264f4f7 runner: Move receivedFlightRecords tracking up a layer by David Benjamin · 6 days ago
  3. 48417e1 Remove outdated DTLS 1.3 test suppression by David Benjamin · 7 days ago
  4. bb01fbf runner: Remove unused skipPacket method by David Benjamin · 6 days ago
  5. 85f4079 Remove stale DTLS 1.3 TODO by David Benjamin · 2 days ago
  6. dfd4490 Schedule ACKs when we receive a partial flight by David Benjamin · 2 weeks ago
  7. 7c3252a Introduce a DTLSTimer abstraction by David Benjamin · 3 weeks ago
  8. f335300 Check for QUIC in SSL_process_quic_post_handshake by David Benjamin · 7 days ago
  9. abb2706 runner: Remove outdated FragmentClientVersion logic by David Benjamin · 5 days ago
  10. 83fc0d9 Test DTLSv1_get_timeout behavior by David Benjamin · 2 weeks ago
  11. f721d41 runner: Add a helper to read and downcast a message by David Benjamin · 2 weeks ago
  12. 6254482 runner: Rearrange 0-RTT code in server slightly by David Benjamin · 2 weeks ago
  13. a5d14be Return OPENSSL_timeval by value by David Benjamin · 3 weeks ago
  14. c691779 Call the message callback for DTLS 1.3 ACKs by David Benjamin · 2 weeks ago
  15. 832242f Better track final vs early versions by David Benjamin · 2 weeks ago
  16. 42b96b6 Update the default retransmit timeout for DTLS by David Benjamin · 3 weeks ago
  17. 8c6db49 runner: Remove unused SendHalfRTTData option by David Benjamin · 2 weeks ago
  18. 517b06e Send one ACK immediately after the handshake in DTLS 1.3 servers by David Benjamin · 3 weeks ago
  19. 61725ea clang-format all of ssl by Bob Beck · 8 days ago
  20. 7564485 Include <memory> in mldsa.cc by Adam Langley · 13 days ago
  21. c59bf8b Support skipping tickets in both ticket callbacks by David Benjamin · 9 days ago
  22. 4ad93a8 Exercise SSL_TICKET_AEAD_METHOD in runner by David Benjamin · 9 days ago
  23. eca1289 Disable sdallocx detection by default by David Benjamin · 8 days ago
  24. 619da36 Correctly retransmit the final flight in DTLS 1.3 by David Benjamin · 3 weeks ago
  25. e6b800f Track SSL session types a bit better on the client by David Benjamin · 9 days ago
  26. 0c3c427 Don't pack fragments as efficiently for plaintext records by David Benjamin · 8 days ago
  27. 03ca658 Reject NewSessionTicket messages with empty tickets in TLS 1.3 by David Benjamin · 9 days ago
  28. fe552c2 Remove stray semicolon by David Benjamin · 9 days ago
  29. eeb6230 Update the timer API for DTLS 1.3 by David Benjamin · 3 weeks ago
  30. 114cebd runner: ACK flights in DTLS 1.3 by default by David Benjamin · 3 weeks ago
  31. b52cbd2 Handle implicit ACKs in DTLS 1.3 by David Benjamin · 3 weeks ago
  32. d252906 Use DTLS 1.3 ACKs to avoid retransmitting ACKed fragments by David Benjamin · 4 weeks ago
  33. 571c76e SLH-DSA: support SHA-384 as the prehash function instead. by Adam Langley · 2 weeks ago
  34. 52a2c00 Test that DTLS retransmit can react to MTU changes by David Benjamin · 3 weeks ago
  35. 5b03c8f Redo DTLS retransmit tests by David Benjamin · 3 weeks ago
  36. abed224 runner: don't assume BlockMod implements SetIV by Filippo Valsorda · 2 weeks ago
  37. ddc0647 Remove redundant tests. by Nick Harper · 3 weeks ago
  38. 9647280 Fix up a DTLS 1.3 comment. by Nick Harper · 3 weeks ago
  39. 429151f Run some DTLS tests across all versions by David Benjamin · 3 weeks ago
  40. ea7a88f Stage new DTLS 1.3 read epochs until the first record comes in by David Benjamin · 4 weeks ago
  41. 59dd772 acvptool: unbreak tests. by Adam Langley · 3 weeks ago
  42. 06d5078 Add support for prehashed SLH-DSA. by Adam Langley · 4 weeks ago
  43. 5245371 Pack DTLS fragments into records when possible by David Benjamin · 4 weeks ago
  44. 59f4cc4 runner: Retain past epochs by David Benjamin · 3 weeks ago
  45. 6746e30 runner: Move epoch state into a separate structure by David Benjamin · 3 weeks ago
  46. fa2b8e9 Don't attempt to send early data in DTLS 1.3. by Nick Harper · 3 weeks ago
  47. 2dc95ee Don't issue early data capable tickets in DTLS 1.3. by Nick Harper · 3 weeks ago
  48. 18e2504 runner: Remove explicit seq parameter to encrypt and decrypt by David Benjamin · 3 weeks ago
  49. 4a653e0 runner: Remove unnecessary config parameter to hc.changeCipherSpec by David Benjamin · 3 weeks ago
  50. bf1ced8 runner: Remove redundant check for (D)TLS 1.3 in test code by David Benjamin · 4 weeks ago
  51. 756a322 Adding Debug derivation for RSA PublicKey by Ellen Arteca · 6 months ago
  52. b5e57d0 runner: Flush DTLS fragments on key change in our 1.3 test stack by David Benjamin · 4 weeks ago
  53. 9ac494a Remove now redundant check for extra DTLS messages in epoch 1 by David Benjamin · 4 weeks ago
  54. 197a654 fix indexing_slicing and unwrap warnings by Bob Beck · 3 weeks ago
  55. a8d5507 Update Cargo.toml after the cfg rename by David Benjamin · 3 weeks ago
  56. de6d1ca Copy bindings to OUT_DIR in bssl-sys build.rs by danakj · 3 weeks ago
  57. 90094af mldsa: abstract over the matrix size. by Adam Langley · 7 weeks ago
  58. b8c97f5 utils/fipstools: add SHAKE-128/256 ACVP support by Daniel McCarney · 4 weeks ago
  59. 971951f Spanify the DTLS packet assembly logic a bit by David Benjamin · 4 weeks ago
  60. 0eb01c2 Implement a fixed-width ring buffer for DTLS 1.3 by David Benjamin · 4 weeks ago
  61. ddc4328 Amortize invariant maintenance in DTLSMessageBitmap by David Benjamin · 4 weeks ago
  62. bf1fe79 add some details to releaseing.md by Bob Beck · 4 weeks ago
  63. 2c80182 Store an Array in hm_fragment by David Benjamin · 4 weeks ago
  64. 9588d3c Use DTLSRecordNumber in DTLSWriteEpoch by David Benjamin · 4 weeks ago
  65. 7628194 mldsa: convert to C++ by Adam Langley · 7 weeks ago
  66. 659da7c Return the record number out of the DTLS record layer by David Benjamin · 4 weeks ago
  67. 781a72b Update BCR to 20241024.0 by Bob Beck · 4 weeks ago 0.20241024.0
  68. 0317d63 Resolve DTLS 1.3 TODOs in ssl_test.cc. by Nick Harper · 4 weeks ago
  69. 52d5e1b Never reconstruct 1.3 record numbers above 2^48-1 by David Benjamin · 4 weeks ago
  70. e497878 enable honor_gerrit_linked_accounts for boingssl by Yiwei Zhang · 4 weeks ago
  71. 7e2aa0a Allow bssl_shim to be ptraced by anyone if waiting for a debugger by David Benjamin · 4 weeks ago
  72. c28dcd6 Rename DTLS 1.3 TODOs. by Nick Harper · 4 weeks ago
  73. 69be68c Pull the DTLS reassembly bitmap into its own abstraction by David Benjamin · 5 weeks ago
  74. 453207b Have modulewrapper print more of its build environment. by Adam Langley · 4 weeks ago
  75. ce572d6 Standardize on Init vs InitForOverwrite for value vs default initialization by David Benjamin · 4 weeks ago
  76. 4f76523 Move tests for libssl's internal utilities into a separate file by David Benjamin · 4 weeks ago
  77. b90200c Process (and ignore) DTLS 1.3 ACK messages. by Nick Harper · 5 weeks ago
  78. ed322d7 util/fipstools: add EDDSA ACVP support by Daniel McCarney · 5 weeks ago
  79. fb5b271 Support resumption in DTLS 1.3. by Nick Harper · 5 weeks ago
  80. 4060318 Move RecordNumberEncrypter to DTLS-specific state by David Benjamin · 5 weeks ago
  81. 70d1e73 Store DTLS epoch state separately by David Benjamin · 6 weeks ago
  82. ee3f946 Copy the infra/config branch into an infra/config subdirectory by David Benjamin · 5 weeks ago
  83. efff877 Improve handling of DTLS 1.3 post-handshake messages. by Nick Harper · 6 weeks ago
  84. b509493 Don't use OPENSSL_ARRAY_SIZE with an InplaceVector by David Benjamin · 5 weeks ago
  85. 2587c49 utils/fipstools: add PBKDF ACVP support by Daniel McCarney · 6 weeks ago
  86. ba5e1a2 utils/fipstools: fix ACVP test data comments by Daniel McCarney · 6 weeks ago
  87. 0fa9014 util/fipstools: SHA2-512-224 ACVP.md updates by Daniel McCarney · 6 weeks ago
  88. cd95210 Suppress cast function type warnings where needed for bio by Bob Beck · 5 weeks ago
  89. 6fd13f0 Add SSL_set0_CA_names to configure the CA extension by Bob Beck · 8 weeks ago
  90. c8fafe8 Choose matching credentials if we have ca_names by Bob Beck · 8 weeks ago
  91. d0b6ca2 Fix transcript hash for DTLS 1.3. by Nick Harper · 6 weeks ago
  92. 7152433 Add the CA extension to client hello by Bob Beck · 8 weeks ago
  93. be88fd4 Add ssl_has_CA_names and ssl_add_CA_names by Bob Beck · 9 weeks ago
  94. 4bc2b66 Change around some "client CA" things by Bob Beck · 9 weeks ago
  95. e543bbd Add ChainContainsIssuer to SSL_CREDENTIAL by Bob Beck · 10 weeks ago
  96. 57b25d3 Drop the transcript buffer before hashing ClientHello whenever possible by David Benjamin · 6 weeks ago
  97. 23396fe runner: Use some new Go conveniences by David Benjamin · 6 weeks ago
  98. 0f55aa8 Use InplaceVector for the various handshake derivations by David Benjamin · 6 weeks ago
  99. 905c390 rust: add SLH-DSA support. by Adam Langley · 9 weeks ago
  100. 4bc6e27 Fix a typo in scrypt docs by David Benjamin · 6 weeks ago