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