CHANGELOG revision 93e1e886
12020-08-20 2 - 2.19.6 3 - Don't process incoming ECN marks if ECN is not enabled. 4 - Schedule ACK when incoming packet is marked with CE. 5 62020-08-11 7 - 2.19.5 8 - [BUGFIX] Generate frame record when moving an ACK from one buffered 9 packet to another. 10 112020-08-06 12 - 2.19.4 13 - [BUGFIX] Do not return an oversize MTU probe to connection twice. 14 - [FEATURE] Delayed Acks updated to latest draft. Still experimental. 15 - Minor code cleanup in IETF full connection. 16 172020-08-04 18 - 2.19.3 19 - [BUGFIX] Regression in 2.19.1 that breaks Q050 20 212020-07-30 22 - 2.19.2 23 - [BUGFIX] Do not reduce PLPMTU size by network overhead. 24 - [BUGFIX] Windows build. 25 262020-07-29 27 - 2.19.1 28 - [FEATURE] DPLPMTUD support. IETF connections now search for the 29 maximum packet size, improving throughput. 30 - [DEBUG] Record event in stream history when on_close() is called 31 in dtor. 32 332020-07-22 34 - 2.18.2 35 - [BUGFIX] Send prediction: lone path challenges do not get squeezed out 36 - Fix crash in http_client: now -K and -B can be used simultaneously 37 382020-07-14 39 - 2.18.1 40 - [FEATURE] Implement the "QUIC bit grease" extension. 41 - [BUGFIX] Selecting CID used for logging on client. 42 - [BUGFIX] Header protection assertion. 43 - [BUGFIX] Server: enable SSL key logging when cert lookup callback 44 is not set. 45 - Remove some dead code. 46 472020-07-06 48 - 2.18.0 49 - [API] Rename "0-RTT" to "session resumption." In IETF QUIC, "0-RTT" 50 always refers to early data, meaning a request that the server can 51 reply to in the very first return flight. A more appropriate name 52 for what we support on the client site is "session resumption," which 53 is standard TLS terminology. Later, when we add support for 0-RTT 54 (early data), we can use the 0-RTT terminology again, this time in 55 proper context. 56 - [BUGFIX] Do not set certificate callback if ea_lookup_cert is NULL. 57 - [BUGFIX] Make connection tickable when it's marked as closed. 58 - [BUGFIX] Fail certificate lookup if SNI is not present in HTTP mode. 59 - Several documentation fixes and improvements. 60 - Minor code cleanup. 61 622020-06-24 63 - 2.17.2 64 - [BUGFIX] Infinite loop in stream: advance read offset when discarding 65 data. 66 - [OPTIMIZATION] Header protection: only initialize cipher once. 67 - [OPTIMIZATION] Batch header protection application. 68 692020-06-18 70 - 2.17.1 71 - [FEATURE] QUIC and HTTP/3 Internet Draft 29 support. 72 - [BUGFIX] Check that scheduled packets are also sendable when 73 calculating a connection's "tickable" property. 74 - [BUGFIX] Don't count scheduled packets as in-flight when pacer is 75 checked on tick. 76 - gQUIC: delay calling on_new for pushed stream until headers are 77 available. 78 - Allow nested calls to lsquic_engine_connect(). 79 802020-06-15 81 - 2.16.3 82 - [OPTIMIZATION] Stash up to two reordered packets in IETF mini conn 83 instead of dropping them. 84 - [BUGFIX] Crash: check decrypt context before using it. This regression 85 was introduced in 2.16.2. 86 872020-06-12 88 - 2.16.2 89 - [BUGFIX] ID-28: do not use TLS middlebox compatibility mode in 90 ClientHello. This change requires using a newer version of BoringSSL. 91 - [BUGFIX] Free connections in Advisory Tick Time Queue in engine dtor. 92 - [BUGFIX] IETF QUIC client: narrow migration check to a single path. 93 - [BUGFIX] NULL dereference: set function pointers for alarm for path 94 challenges 2 and 3. 95 - [BUGFIX] HTTP/3 headers may be followed immediately by trailers. 96 - [BUGFIX] Log messages when SCID changes. 97 982020-06-09 99 - 2.16.1 100 - [FEATURE] Use "no-progress timeout" after which connection is closed. 101 - [BUGFIX] Select new SCID when current SCID is retired. 102 - [BUGFIX] Don't warn about dropped Initial packet sequence gaps during 103 mini/full handoff. 104 - [BUGFIX] Send correct conn error when HTTP/3 frame is truncated. 105 - [BUGFIX] Mini conn: consider amplification when deciding to return 106 TICK_SEND. 107 - [BUGFIX] Don't double-count tag length in amplification logic. 108 - [BUGFIX] Don't squeeze out lone path challenges. 109 - [BUGFIX] Log messages dealing with scheduled packet queue squeezing. 110 - [BUGFIX] don't wipe current path if no path challenge responses 111 come back. 112 - [BUGFIX] When path is reset, don't lose path_id which is used for 113 logging. 114 - Downgrade flow control violations to info log level from warnings. 115 - Fix connection cap extra check, avoid checks in nested calls. 116 - Fix some unit tests when extra checks are enabled. 117 - Use ls-hpack 2.2.1. 118 - Turn off unconditional extra checks for IETF clients. 119 - Extra checks: don't verify sent size of hello packets. Client 120 changes DCID length and this check will fail. 121 1222020-06-03 123 - 2.16.0 124 - [API] Use lsxpack_header v206. 125 - [FEATURE] Windows supported. 126 - [BUGFIX] Fix uninitialized variable use in client (regression in 127 2.15.0). 128 - Use ls-hpack 2.2.0. 129 - Use ls-qpack 2.2.0. 130 - Sample programs: fix the way maximum number of packets is 131 calculated. 132 - Remove some dead code. 133 1342020-05-27 135 - 2.15.0 136 - [FEATURE] QUIC and HTTP/3 Internet Draft 28 support. 137 - [BUGFIX] Ignore Retry packets after other packets are decrypted 138 successfully. 139 - [BUGFIX] Transport parameter decoding: CID no longer has 4-byte 140 length minimum. 141 - http_client: fix and optimize lsxpack_header allocator. 142 - Drop support for Internet Draft 25. 143 1442020-05-19 145 - 2.14.8 146 - Support Android. 147 - Rerrange tree: move command-line examples into bin/ and unit 148 tests into tests/ from test/unittests/. 149 1502020-05-12 151 - 2.14.7 152 - [BUGFIX] ALPN-to-version mapping: do not skip h3-Q050. 153 - [BUGFIX] Frame reader: skip headers if target stream is closed. 154 1552020-05-06 156 - 2.14.6 157 - [BUGFIX] Fix amplification mitigation in 0-RTT case. 158 - [BUGFIX] IETF mini connection should not tickable if cannot send 159 a packet due to amplification. 160 - [BUGFIX] Fail if active_connection_id_limit TP is smaller than 2. 161 - [BUGFIX] Qlog server certificates for IETF QUIC connections. 162 - [BUGFIX] Uninitialized struct padding usage in tokgen (benign). 163 - [BUGFIX] Incorrect argument to shi_lookup() (benign). 164 1652020-04-29 166 - 2.14.5 167 - [BUGFIX] In coalesced datagram, ignore packets whose CID does not match. 168 - [BUGFIX] Frame reader: skip headers if target stream is not found. 169 - [BUGFIX] Log message in QPACK decoder handler. 170 1712020-04-24 172 - 2.14.4 173 - [BUGFIX] Heed es_rw_once for pushed HTTP/3 streams. 174 - [BUGFIX] IETF client: set correct flags on bidirectional streams. 175 - [BUGFIX] Generate Cancel Stream QPACK instructions for abandoned 176 streams. 177 - [BUGFIX] Do not call header callbacks after stream is closed. 178 - Use ls-qpack 2.1.1 179 1802020-04-15 181 - 2.14.3 182 - [BUGFIX] gQUIC: pass correct stream to hsi_create_header_set() callback. 183 - [BUGFIX] Use ls-hpack 2.1.1 184 - Improve stream code readability. 185 - Use ls-qpack 2.0.5 186 1872020-04-08 188 - 2.14.2 189 - [BUGFIX] Use ls-qpack 2.0.4 190 - [BUGFIX] Honor max packet size on the client and when path changes. 191 - http_server: fix prepare_decode() function. 192 1932020-04-07 194 - 2.14.1 195 - [BUGFIX] Place connections on tickable queue when sending is reenabled. 196 - [BUGFIX] A connection is tickable if it has unsent packets. 197 - [BUGFIX] Heed peer's max_packet_size transport parameter. 198 1992020-03-30 200 - 2.14.0 201 - [API] Use lsxpack_header structure to send HTTP headers. 202 - [OPTIMIZATION] nocopy's readable_bytes() function. 203 - http_server: fix typo in error message 204 - Use ls-hpack 2.1.0. 205 - Use ls-qpack 2.0.0. 206 2072020-03-23 208 - 2.13.3 209 - [BUGFIX] ACK ping-pong: TIMESTAMP frame is not to be acked. 210 2112020-03-13 212 - 2.13.2 213 - [BUGFIX] Use of new lsxpack_header API's hsi_prepare_decode(). 214 2152020-03-12 216 - 2.13.1 217 - [API] Use lsxpack_header structure to process incoming headers. 218 - [BUGFIX] Fix assertion when zero-padding Initial packet. 219 - [BUGFIX] Use idle timeout before we learn of peer's value. 220 - Use ls-hpack 2.0.1 -- has lsxpack_header changes. 221 - Use ls-qpack 0.14.0 -- new, common with ls-hpack, XXH seed (not 222 used yet). 223 - Code cleanup: prefix exported functions with "lsquic_". 224 2252020-03-02 226 - 2.12.0 227 - [FEATURE] QUIC timestamps extension. 228 - [API] New: ea_alpn that is used when not in HTTP mode. 229 - [BUGFIX] SNI is mandatory only for HTTP/3 and gQUIC. 230 - [BUGFIX] Benign double-free -- issue #110. 231 - [BUGFIX] Printing of transport parameters. 232 2332020-02-24 234 - 2.11.1 235 - [FEATURE] QUIC and HTTP/3 Internet Draft 27 support. 236 - [FEATURE] Add experimental delayed ACKs extension. 237 - Drop support for Internet Draft 24. 238 - Code cleanup. 239 2402020-02-14 241 - 2.10.6 242 - [BUGFIX] HTTP/3 framing: don't misinterpret rare occurence as error. 243 - [BUGFIX] Send gap warning due to missing poisoned packet. 244 - Stream unit test for scenario in issue #106. 245 2462020-02-13 247 - 2.10.5 248 - [BUGFIX] BBR: call cci_sent() with correct arguments and at correct 249 time. 250 - Refactor transport parameters module. 251 - Minor code cleanup. 252 2532020-02-11 254 - 2.10.4 255 - [BUGFIX] Send HANDSHAKE_DONE only after Finished is received. 256 - [BUGFIX] Don't treat garbage UDP padding as library error; ignore 257 it instead. 258 - [BUGFIX] Fix compilation on FreeBSD (missing header). 259 - Code cleanup: remove unnecessary #includes. 260 2612020-01-31 262 - 2.10.3 263 - [BUGFIX] Cancel path responses and challenges on old path when 264 switching to new path 265 - Logging network path information. 266 2672020-01-30 268 - 2.10.2 269 - [BUGFIX] Do not delay ACKs for Initial and Handshake packets. 270 - [BUGFIX] Send PATH_CHALLENGE if path changed before mini conn 271 promotion. 272 - Logging improvements. 273 - http_client: discard data faster. 274 2752020-01-29 276 - 2.10.1 277 - [BUGFIX] Coalesced packets could get longer than normal packet 278 size. 279 - Add spin bit configuration option es_spin (-o spin=[01]). 280 - Disable spin bit in 1/16 of connections. 281 - Improve logging a bit. 282 2832020-01-28 284 - 2.10.0 285 - [FEATURE] QUIC and HTTP/3 Internet Draft 25 support. 286 - [API] Drop support for ID-23. 287 - [BUGFIX] Set key phase bit on outgoing packets correctly. 288 - Code cleanup. 289 2902020-01-20 291 - 2.9.0 292 - [API] Drop support for Q039. 293 - Improve ACK-queuing logic. Send an ACK once in a while if 294 peer keeps on sending non-ack-eliciting packets. 295 - Improve Alt-Svc string: Q050 and later are not included in 296 the old-style "quic" string. 297 - Send stateless resets if connection could not be promoted. 298 - Schedule MAX_DATA if needed when DATA_BLOCKED is received. 299 - Use ls-qpack 0.11.2 -- needed for server push optimization. 300 - Code cleanup: handle some error cases, improve logging. 301 3022020-01-16 303 - 2.8.9 304 - [BUGFIX] Use ls-qpack 0.11.1 305 - [OPTIMIZATION] Generate random bytes in batches. 306 - Change loss_bits transport parameter ID to 0x1057 following 307 latest draft. 308 - Randomize period with which PINGs are sent to elicit ACKs. 309 - Some refactoring and code cleanup. 310 3112020-01-14 312 - 2.8.8 313 - [BUGFIX] Invalid read when parsing IETF transport parameters 314 (this was benign). 315 - [OPTIMIZATION] Frame bundling when using buffered packets in 316 IETF QUIC: a) flush QPACK decoder stream and b) include ACKs 317 in opportunistic fashion. 318 - Fix HTTP/3 framing unit test. 319 - Code cleanup. 320 3212020-01-09 322 - 2.8.7 323 - [BUGFIX] Initial packet size check for IETF mini conn applies to 324 UDP payload, not QUIC packet. 325 - Support old and new school loss_bits transport parameter. 326 - Use Q run length of 64 as suggested in the loss bits Draft. 327 - Undo square wave count when packet is delayed. 328 - Code cleanup; minor fixes. 329 3302020-01-06 331 - 2.8.5 332 - [HTTP3] Verify number of bytes in incoming DATA frames against 333 content-length. 334 - [HTTP3] Stop issuing streams credits if peer stops opening QPACK 335 decoder window. This addresses a potential attack whereby client 336 can cause the server to keep allocating memory. See Security 337 Considerations in the QPACK draft. 338 - [BUGFIX] Mini conn: don't shorten max packet size for Q050 and later. 339 - [BUGFIX] Init IETF connection flow controller using correct setting. 340 - [BUGFIX] Fix unintended sign extension when removing header protection. 341 - Code cleanup and minor fixes. 342 3432019-12-30 344 - 2.8.1 345 - [FEATURE] Use occasional packet number gaps to detect optimistic 346 ACK attacks. 347 - [BUGFIX] Q050 client: all packet numbers are in the App PNS. 348 - [OPTIMIZATION] Merge multi-range ACK frames, not just single-range 349 ACK frames. 350 - IETF QUIC: use RTT estimate in ack timeout calculation. 351 - IETF handshake: abort conn when unexpected errors occur. 352 - Use PING rather than MAX_DATA frames to elicit ACKs from peer. 353 - Server: enforce 1200 byte Initial minimum packet size. 354 - [CLEANUP] Remove code to disable gQUIC crypto. 355 - [CLEANUP] Remove n_timestamps from ACK info struct. 356 - Optimize driver: reuse previous ancillary message when possible. 357 3582019-12-23 359 - 2.8.0 360 - [FEATURE] Add support for Q050. 361 - [OPTIMIZATION] Reduce mallocs in gQUIC handshake. 362 - [BUGFIX] Disable redo of failed STREAM frame insertion with debug 363 logging. 364 3652019-12-18 366 - 2.7.3 367 - [DEBUG] Further dedup next advisory tick messages when reason is 368 the same. 369 - [BUGFIX] Update size of `a` array in TP struct. Fixes (benign) 370 GitHub bug #94. 371 - Use Cubic by default again instead of BBR, as it delivers more 372 consistent performance. 373 3742019-12-11 375 - 2.7.2 376 - [BUGFIX] Send controller: update scheduled bytes when DCID length 377 changes (IETF client). 378 - [BUGFIX] Drop alarm check from sanity test. It no longer works now 379 that we use loss chains. 380 - [PORTABILITY] Fix build on Alpine Linux. 381 - [PORTABILITY] Fix build using XCode. 382 - Client initial DCID length: use RAND_bytes() instead of rand(3). 383 - Add unit tests for connection min heap. 384 - [DEBUG] Log CID in gQUIC handshake module 385 - [DEBUG] Turn on extra checks for IETF client send controller. 386 - [DEBUG] Dedup next advisory tick messages when reason is IDLE timer. 387 - [DEBUG] QPACK decoder handler: log header error code. 388 3892019-12-05 390 - 2.7.1 391 - [BUGFIX] client: don't call ignore_init() in middle of batch send. 392 ignore_init() makes an assumption that the send controller has access 393 to all outgoing packets. This change wraps a few IETF full connection 394 methods to delay calling ignore_init() until the engine returns all 395 outgoing packets that were batched. 396 - [BUGFIX] set errno to EAGAIN if sendmmsg() can't send all of them. 397 This needs to be done because the value of errno may be lost on 398 some platforms. 399 - [BUGFIX] Typo that set all bits in sm_qflags lead to crashes. 400 - [BUGFIX] Do not cancel header block processing after failure, as 401 QPACK releases the reference in that case. 402 - [CLEANUP] IETF encrypt: replace assert(0) with a warning. 403 - Several small improvements to the test server. 404 4052019-11-27 406 - 2.7.0 407 - [API, FEATURE] Close connection immediately when ea_packets_out() 408 fails with errno != EAGAIN. The API change is that errno is now 409 examined. Make sure to set it if using something other than 410 sendmsg() to send packets. 411 - [CLEANUP] Immediate close logic in IETF full conn. 412 - [CLEANUP] Fix bogus warning about uninitialized `pair' variable. 413 4142019-11-22 415 - 2.6.7 416 - [FEATURE] Implement the QL extension (offered by default). 417 - [BUGFIX] Abort when encountering unexpected HTTP/3 frames. 418 - [BUGFIX] Acknowledge (QPACK) HTTP/3 trailers correctly. 419 - [DEBUG] Turn on debug message for next advisory tick. 420 4212019-11-20 422 - 2.6.6 423 - [BUGFIX] Using HTTP/3 to HTTP/1.x converter. 424 - [BUGFIX] Truncate log messages instead of throwing them away. 425 4262019-11-15 427 - 2.6.5 428 - [BUGFIX] High priority buffered packet queue length. 429 - [BUGFIX] Rain time calculation: max_ack_delay is in milliseconds. 430 4312019-11-12 432 - 2.6.3 433 - [BUGFIX] Close DATA frames with empty payload correctly. 434 4352019-11-11 436 - 2.6.2 437 - [BUGFIX] SCID!=ODCID rule applies to Retry packets, not regular 438 packets. 439 - [BUGFIX] Zero-RTT: BoringSSL no longer flips read/write secrets. 440 - [BUGFIX] Truncate ACK frame rather instead of aborting IETF 441 connection. 442 - [BUGFIX] Client: don't send duplicate reset tokens. 443 - [BUGFIX] Remove invalid assertion in H3 framing code. 444 - Silence a warning in send ctl by restructuring switch() statement. 445 4462019-11-08 447 - 2.6.1 448 - [BUGFIX] set retry token on all resubmitted packets. 449 - Event log: log sent packet flags. In particular, this allows one 450 to see whether token was sent. 451 - Don't migrate client if es_allow_migration is false. 452 4532019-11-07 454 - 2.6.0 455 - [FEATURE] QUIC and HTTP/3 Internet Draft 24 support 456 4572019-11-07 458 - 2.5.2 459 - [BUGFIX] argument order to gQUIC client constructor. Regression 460 introduced in 2.5.0. 461 - [BUGFIX] split buffered packet error recovery: destroy the correct 462 packet. 463 4642019-11-04 465 - 2.5.1 466 - [BUGFIX] Fix double-free when emptying a packet number space. 467 - [BUGFIX] http_server: fix md5sum handler: handle EOF correctly. 468 - [BUGFIX] Use random values in bits 4 and 5 of the first byte of 469 verneg packets (regression introduced in 2.5.0). 470 - [OPTIMIZATION] Don't compile in expensive attq checks by default. 471 - [OPTIMIZATION] http_server: compile regexes only once. 472 4732019-10-31 474 - 2.5.0 475 - [API] lsquic_engine_connect() can now be passed QUIC version to use. 476 - [OPTIMIZATION] Queue opportunistic ACKs if there is data to be sent. 477 - [BUGFIX] Don't evict streams from priority iterator if there is 478 only one queue. 479 - [OPTIMIZATION, BUGFIX] Several other optimizations and bug fixes. 480 - Use ls-qpack v0.10.7. 481 4822019-10-24 483 - 2.4.10 484 - [BUGFIX] IETF QUIC server: fix uninitialized variable use. 485 - [BUGFIX] make sure TLSv1.3 is not disabled in SSL object. 486 - [BUGFIX] Use issuer name and serial number to cache certs (SKID 487 values are not unique). 488 - [BUGFIX] Always set the idle alarm in IETF connection so that it 489 can time out. 490 - Use ls-qpack v0.10.6, as it silences some warnings. 491 4922019-10-21 493 - 2.4.8 494 - [OPTIMIZATION, BUGFIX] Use ls-qpack v0.10.5. 495 4962019-10-15 497 - 2.4.7 498 - Add echo client and server to the distibution. 499 - Add MD5 client and server to the distibution. 500 - Fix http_client: check command-line arguments better, prevent crash. 501 - Fix IETF conn: can_write_ack() should only care about APP PNS. 502 - Client: delay stream creation until handshake succeds. 503 - Reset HTTP stream whose write end is closed prematurely. 504 - Fix tickable(): mirror behavior of tick() wrt buffered packets. 505 - Log reason why engine is tickable. 506 5072019-10-11 508 - 2.4.6 509 - Minor code cleanup and logging improvements. 510 - Server and client programs: include library version (e.g. 2.4.6) 511 into `server' and `user-agent' headers. 512 5132019-10-08 514 - 2.4.5 515 - [OPTIMIZATION]: flush encoder stream only when necessary. 516 - [BUGFIX] Use ls-qpack v0.10.2 for new API -- and for a bug fix. 517 - [BUGFIX] Typo in IETF conn SETTINGS writer. 518 - Use latest BoringSSL. 519 5202019-10-08 521 - 2.4.4 522 - [API] Add lsquic_alpn2ver() to aid parsing Alt-Svc header. 523 - [BUGFIX] NULL dereference when H3 frame header would be split. 524 - [BUGFIX] Do not close fixed-size H3 frame prematurely. 525 - [BUGFIX] Allow PING frames in IETF mini conn. 526 - [BUGFIX] Mini conns: don't send any packets after receiving 527 CONNECTION_CLOSE. 528 - [BUGFIX] Client migration: reserve slot for DCID from transport params. 529 - [BUGFIX] Allow max_early_data_size=0 -- early_data might not be there. 530 - [BUGFIX] Use an invalid stream number to reset BPT cache (zero is now a 531 valid stream number). 532 - [SPEC] Use FINAL_SIZE_ERROR when FIN mismatch is detected. 533 - [OPTIMIZATION] Closed connection only gets one chance to send packets. 534 - [OPTIMIZATION] Flush headers stream before packetizing stream data. 535 - [OPTIMIZATION] process QPACK encoder STREAM frames immediately. 536 - Update ls-qpack to v0.10.1. 537 5382019-09-30 539 - 2.4.3 540 - Add GQUIC versions to the list of h3 ALPNs for Alt-Svc header. 541 For example, h3-Q043. Chrome will switch to using this format at 542 some point in the future. 543 - [BUGFIX] Send correct value in max_streams_uni transport param 544 - [SPEC] Abort IETF QUIC connection if max_early_data_size is not set 545 to 0xFFFFFFFF 546 5472019-09-23 548 - 2.4.2 549 - [BUGFIX] H3 framing: fix zero-byte write when space is available 550 - [BUGFIX] Don't send STREAM frame when incoming unidirectgional stream 551 is closed 552 - [BUGFIX] Cancel all pending writes by stream reset by a GOAWAY 553 - [BUGFIX] Fix use-after-free in IETF full conn 554 - [OPTIMIZATION] Wait for session tickets for two seconds and then drop 555 SSL object and crypto streams. 556 5572019-09-18 558 - 2.4.0 559 - [FEATURE] QUIC and HTTP/3 Internet Draft 23 support 560 5612019-09-13 562 - 2.3.1 563 - [BUGFIX] Fix memory leaks 564 - [BUGFIX] Fix unit tests 565 5662019-09-12 567 - 2.3.0 568 - [FEATURE] BBR congestion control is on by default 569 - [BUGFIX] BBR app-limited logic 570 - [BUGFIX] Fix uninitialized warnings in IETF 571 - [BUGFIX] Update ls-qpack to v0.9.14 572 - [CLEANUP] Code cleanup 573 5742019-09-11 575 - 2.2.0 576 - [FEATURE] Server code is included in the library 577 - [FEATURE] IETF QUIC and HTTP/3 Support (ID-22) 578 5792019-05-13 580 - 1.21.2 581 - [OPTIMIZATION] HPACK: use history to improve compression performance 582 5832019-05-06 584 - 1.21.1 585 - [BUGFIX] If FIN or RST not received, don't delay stream destruction. 586 - [OPTIMIZATION] Speed up HPACK encoder by using same hash value to 587 search static and dynamic tables. 588 5892019-04-12 590 - 1.21.0 591 - [FEATURE] Add qlog log module. 592 5932019-04-01 594 - 1.20.0 595 - [FEATURE] Add support for Q046. 596 5972019-03-19 598 - 1.19.6 599 - [BUGFIX] Ensure that Largest Observed does not decrease in ACKs we 600 send. ACK frames placed in packets in buffered queues (optimization 601 introduced in 1.17.15) can be preceded by an ACK frame generated later. 602 In this case, the older ACK frame should not be sent out, as Chromium- 603 based servers flags decrease in the ACK frame's Largest Observed value 604 as an error. 605 6062019-03-05 607 - 1.19.5 608 - [BUGFIX] Use correct public key from PUBS based on KEXS index. 609 - [BUGFIX] Check flags before dispatching writes, avoiding assert. 610 - [BUGFIX] Set :scheme to "https" (instead of "HTTP"). 611 6122019-02-25 613 - 1.19.4 614 - [BUGFIX] Check buffer bounds when looking up version in 0-RTT blob. 615 - [BUGFIX] http_client: don't fetch 0-rtt info if handshake failed. 616 - Log number of pacer calls at DEBUG, rather than NOTICE, level. 617 6182019-02-18 619 - 1.19.3 620 - [BUGFIX] Q044: don't encode packet number in 6 bytes. Six-byte 621 packet number encoding does not exist in Q044. This fixes a 622 regression introduced in '[BUGFIX] Buffered packets can contain 623 ACK frames' -- we need to keep QUIC version in mind when selecting 624 the longest possible packet number encoding used for the buffered 625 packet that carries the ACK. 626 - [BUGFIX] Do not increase CWND when timeout occurs. 627 - http_client: support setting handshake timeout on command line. 628 Use -o handshake_to=timeout. 629 - http_client: use -k to connect UDP socket to pick up ICMP errors. 630 - http_client: allow pathless mode, when only handshake is performed 631 without issuing any requests. This can be done by simply not 632 specifying a -p flag on the command line. 633 6342019-02-11 635 - 1.19.2 636 - [BUGFIX] Begin negotiation with version provided in 0-RTT info. 637 - [BUGFIX] Version checking in zero_rtt deserialize function. 638 6392019-02-04 640 - 1.19.1 641 - [BUGFIX] Fix Windows build. 642 6432019-02-04 644 - 1.19.0 645 - [FEATURE, API Change] 0-RTT support. Add function to export 0-RTT 646 information; it can be supplied to a subsequent connect() call. 647 - [FEATURE] Add -0 flag to http_client to exercise 0-RTT support. 648 - [BUGFIX] Resuscitate the Windows build. 649 - [BUGFIX] Send HTTP settings (max header list size) if necessary. 650 - [BUGFIX] Buffered packets can contain ACK frames. 651 - [BUGFIX] Make packet writeable once all STREAM frames are elided. 652 - [BUGFIX] Fix potential null dereference when realloc fails. 653 - cmake: simplify build configuration. 654 6552019-01-28 656 - 1.18.0 657 - [API Change] Can specify clock granularity in engine settings. 658 - [BUGFIX] Pacer uses fixed clock granularity. Since the change on 659 2018-04-09, it is not necessary to try to approximate the next tick 660 time in the pacer: it can use fix clock granularity specified by 661 the user. 662 - [BUGFIX] Do not tick constantly before handshake is done. 663 - [BUGFIX] Do not exit tick prematurely: reuse packet with ACK. Even 664 if we cannot allocate *more* packets, we could still be able to write 665 to one already allocated. 666 - [BUGFIX] Do not schedule pacer if there are no lost packets. 667 6682019-01-17 669 - 1.17.15 670 - [BUGFIX] http_client: make sure only one read per on_read() callback 671 is performed in the header conversion bypass (-B) mode. 672 - http_client: with -E, assign random priority when stream is created. 673 - [OPTIMIZATION] On immediate write, place an ACK frame into the first 674 buffered packet if an ACK is queued. This reduces the number of 675 standalone ACK packets. 676 - [OPTIMIZATION] Allow placing more than one STREAM frame from the same 677 stream into an outgoing packet. This change minimizes the number of 678 buffered packets required to store several small HTTP messages by 679 virtue of allowing more than one STREAM frame from HEADERS stream in 680 the same packet. 681 - [OPTIMIZATION] Flush headers when writing to buffered packets. This 682 causes the headers to be written to the same buffered packet queue, 683 thereby improving packet utilization, especially for small HTTP 684 messages. 685 6862019-01-16 687 - 1.17.14 688 - [FEATURE] http_client can now collect stats: time to connect, TTFB, 689 time to download, requests per seconds, and bandwidth. See -t flag. 690 - [BUGFIX] http_client: -B, -K, and -r can be used at the same time. 691 - [BUGFIX] http_client: do not display cert chain before each request. 692 Now this is only done once per connection, if the handshake is 693 successful and -a option is given. 694 - [BUGFIX] Do not wait to dispatch on_close() after reading. If a 695 stream is scheduled to be closed after on_read() callback returns, 696 close it immediately instead of waiting until the end of the tick. 697 If client creates new request from on_close() event, they will be 698 processed in the same tick instead of waiting for the next one. 699 - [BUGFIX] HEADERS stream is critical: always treat it with highest 700 priority. 701 7022019-01-10 703 - 1.17.12 704 - [FEATURE] http_client can now issue parallel requests in the context 705 of a single connection. See -w option. 706 7072019-01-03 708 - 1.17.11 709 - Fix strict aliasing warning in optimized compilation. 710 7112018-12-27 712 - 1.17.10 713 - Fix the example program to be able to use parallel connections 714 again. (See the -n argument.) 715 7162018-12-18 717 - 1.17.9 718 - [BUGFIX] Engine: reduce minimum batch size from 256 to 4 719 7202018-12-10 721 - 1.17.8 722 - [BUGFIX] Fix compilation on FreeBSD and 32-bit Linux 723 7242018-12-03 725 - 1.17.7 726 - [BUGFIX] Do not unset PING alarm before ringing expired alarms. 727 This prevented PING from ever being sent. 728 7292018-11-29 730 - 1.17.6 731 - Add failsafe: resume sending packets after some time 732 733 The change puts a 1-second limit on the amount of time the engine 734 will not send packets after some packets are delayed. This makes 735 the library robust in case the user does not unblock the engine 736 explicitly using lsquic_engine_send_unsent_packets() call. 737 738 - [BUGFIX] Handle corner cases in send controller when packets are 739 a) delayed or b) dropped during repackaging. 740 - [BUGFIX] Memory leak: destroy buffered packets during controller 741 cleanup. 742 7432018-11-16 744 - 1.17.3 745 - [BUGFIX] Do not send STOP_WAITING frames when using Q044 746 7472018-10-19 748 - 1.17.2 749 - [BUGFIX] Memory leak in test_frame_rw unit test. 750 - [BUGFIX] Parsing packets with short IETF header: do not overwrite 751 flags. (Only a problem in unit tests -- benign otherwise.) 752 7532018-10-16 754 - 1.17.0 755 - [API Change] Packet out Memory Interface (PMI) update: 756 - Split PMI pool return into pmi_release and pmi_return 757 - PMI callbacks take peer_ctx and is_ipv6 arguments 758 - [BUGFIX] Fix use-after-free when certificate is updated 759 - Silence gcc warning in optimized mode by performing useless 760 initialization 761 - cmake: use the standard variable CMAKE_BUILD_TYPE instead of 762 DEVEL_MODE 763 7642018-10-03 765 - 1.16.0 766 - [API Change] Add lsquic_conn_n_avail_streams() 767 - [BUGFIX] only dispatch crypto stream read events if WANT_READ is on 768 7692018-09-27 770 - 1.15.0 771 - [API Change] Add LSCONN_ST_PEER_GOING_AWAY to the list of conn statuses 772 - [BUGFIX] free uncompressed headers correctly when error occurs 773 7742018-09-12 775 - 1.14.3 776 - [BUGFIX] Do not abort conn on STREAM frame for a reset stream 777 - [BUGFIX] Drop packets that would become empty due to repackaging. 778 Packets on the scheduled queue may be marked for repackaging. 779 Frames such as ACK frame that are never resent are removed from 780 repackaged packets. We must check that the newly repackaged packet 781 would not be empty. If it would be, it is destroyed instead and 782 the next packet on the scheduled queue is used. Note that this 783 change only affects the logic to return the next packet to be sent. 784 Lost packets that are being rescheduled are already processed in 785 this fashion. 786 - Byteswap CID before logging it - this makes it match Chrome CIDs. 787 (Except Q035, which is the last little-endian GQUIC version we 788 support.) 789 7902018-09-06 791 - 1.14.0 792 - [API Change] Disable packet sending if full batch cannot be sent 793 If lsquic_packets_out_f() cannot send the whole batch, disable 794 packet sending until lsquic_engine_send_unsent_packets() is called. 795 - [BUGFIX] Handle case when STREAM frame does not fit. 796 - [BUGFIX] Always allow incoming STREAM frames to overlap. Peers 797 may send overlapping STREAM frames even if using versions older 798 than Q043. 799 - Custom header set fixes: 800 - set "FIN reached" flag when custom header with FIN flag is 801 claimed; 802 - do not return custom header set for a reset stream. 803 8042018-08-27 805 806 - 1.13.0 807 - [FEATURE, API Change] Add ability to create custom header set 808 objects via callbacks. This avoids reading and re-parsing 809 headers from the stream. 810 8112018-08-27 812 813 - 1.12.4 814 - Fix memory leak when engine is destroyed 815 - Fix memory leak in http_client 816 - Fix gcc warning in unit tests 817 8182018-08-22 819 820 - 1.12.3 821 - [BUGFIX] Fix duplicate STREAM frame detection 822 8232018-08-20 824 825 - 1.12.2 826 - [BUGFIX] Update count of scheduled bytes when adjusting size of 827 an already-scheduled packet. 828 - Emit info instead of warning messages when stream is used in 829 unexpected ways. 830 8312018-08-17 832 833 - 1.12.0 834 - [FEATURE, API Change] Add support for certificate verification 835 8362018-08-16 837 838 - 1.11.1 839 - [BUGFIX] Fix STOP_WAITING frame processing in the new Q044 code 840 8412018-08-15 842 843 - 1.11.0 844 - [FEATURE] Add support for Q044. 845 8462018-08-09 847 848 - 1.10.2 849 - [BUGFIX] Don't go over limit when creating delayed streams 850 8512018-07-10 852 853 - 1.10.1 854 - [BUGFIX] process connections after each batch of packets is read 855 This avoids a problem of accumulating a very large list of packets 856 (possible when speeds are high and socket's receive buffer is large) 857 and processing it all at once. 858 - If glibc is older than 2.17, link with rt. This is necessary for 859 clock_getres(2). 860 - Add version macros to lsquic.h; remove unnecessary includes. 861 8622018-06-13 863 864 - [BUGFIX] allow multiple parallel connections by default 865 866 Use the original method of tracking connections by CIDs by default. 867 If zero-sized CID support is turned on, connections are tracked by 868 the address. A new connection is not created if another connection 869 is using the same network address 870 8712018-05-30 872 873 - [FEATURE, API CHANGE] Support zero-sized CIDs in received packets 874 8752018-05-24 876 877 - Close connection properly when packet encryption fails 878 8792018-05-23 880 881 - [BUGFIX] Do not produce packet sequence gaps due to delayed packets 882 8832018-05-21 884 885 - [API Change] Add optional callback to call when handshake is done 886 - [API Change, BUGFIX] After send failure, wait until transport available 887 8882018-05-18 889 890 - [API] Expose useful lsquic_ver2str[] in lsquic.h 891 - [BUGFIX] Do not produce packet sequence gaps due to STREAM frame elision 892 - Improve checks of number of incoming streams limit and associated 893 error reporting. 894 - [BUGFIX] Command-line option `-6` now works correctly. 895 8962018-05-16 897 898 - [FEATURE] DNS resolution 899 - [BUGFIX] Frame insertion mis-ID as overlap instead of dup 900 - http_client: fix priority range generated by -E flag 901 9022018-05-09 903 904 - [FEATURE] Add support for Q043. 905 - Support for versions Q037, Q038, Q041, and Q042 has been removed. 906 - Fix typo in debug message. 907 - Fix code indentation. 908 - Add /* fallthru */ comment to stop newer gcc from complaining. 909 - Logger: fix compilation of optimized Windows build. 910 9112018-05-04 912 913 - [FEATURE] Add support for Q042. 914 - Remove comment: MSPC is obsolete (no code changes) 915 - Prog: use lsquic_str2ver() when processing -o version flag 916 - Remove unused CTIM and SRBF transport parameters 917 - Disable QUIC versions Q037 and Q038 by default 918 - Fix Windows compilation by including compat header file in 919 lshpack.c 920 - Address warnings produced by newer versions of gcc 921 - Future-proof: turn off -Werror 922 9232018-05-02 924 925 - [BUGFIX] Make lsquic_conn_quic_version() available 926 - Switch to using ls-hpack 1.1 927 - [BUGFIX] Do not ignore stream resets after receiving FIN 928 9292018-04-27 930 931 - HPACK: do not allow header block to end with table size update. 932 9332018-04-25 934 935 - [BUGFIX] Do not create gap in sent packnos when squeezing delayed 936 packets. 937 - [BUGFIX] sendctl checks for all unacked bytes, not just retx bytes. 938 - [BUGFIX] connections with blocked scheduled packets are not tickable 939 for sending. 940 - [BUGFIX] Conn is tickable if it wants to send a connection-level 941 frame. 942 9432018-04-23 944 945 - Fix busy loop: tickable must make progress. When connection is 946 self-reporting as tickable, it must make progress when ticked. There 947 are two issues: 948 1. If there are buffered packets, the connection is only tickable if 949 they can be sent out. 950 2. A connection is tickable if there are streams on the servicing 951 queue. When the tick occurs, we must service the stream 952 independent of whether any packets are sent. 953 - Fix assertion in pacer which can be incorrect under some 954 conditions. 955 - cmake: do not turn on address sanitizer if in Travis. 956 9572018-04-20 958 959 - [BUGFIX] Fix bug in lsquic_engine_connect() exposed by yesterday's 960 changes. 961 9622018-04-19 963 964 - [BUGFIX] Add connection to Tickable Queue on stream write 965 - cmake: use MSVC variable instead of trying to detect 966 - engine: improve connection incref/decref logging 967 - stream: don't ignore errors that may occur on triggered flush 968 - connection: remove obsolete method 969 - engine: indicate connection as tickable if previous call went 970 over threshold 971 9722018-04-09 973 974 [API Change, OPTIMIZATION] Only process conns that need to be processed 975 976 The API is simplified: do not expose the user code to several 977 queues. A "connection queue" is now an internal concept. 978 The user processes connections using the single function 979 lsquic_engine_process_conns(). When this function is called, 980 only those connections are processed that need to be processed. 981 A connection needs to be processed when: 982 983 1. New incoming packets have been fed to the connection. 984 2. User wants to read from a stream that is readable. 985 3. User wants to write to a stream that is writeable. 986 4. There are buffered packets that can be sent out. (This 987 means that the user wrote to a stream outside of the 988 lsquic library callback.) 989 5. A control frame (such as BLOCKED) needs to be sent out. 990 6. A stream needs to be serviced or delayed stream needs to 991 be created. 992 7. An alarm rings. 993 8. Pacer timer expires. 994 995 To achieve this, the library places the connections into two 996 priority queues (min heaps): 997 998 1. Tickable Queue; and 999 2. Advisory Tick Time queue (ATTQ). 1000 1001 Each time lsquic_engine_process_conns() is called, the Tickable 1002 Queue is emptied. After the connections have been ticked, they are 1003 queried again: if a connection is not being closed, it is placed 1004 either in the Tickable Queue if it is ready to be ticked again or 1005 it is placed in the Advisory Tick Time Queue. It is assumed that 1006 a connection always has at least one timer set (the idle alarm). 1007 1008 The connections in the Tickable Queue are arranged in the least 1009 recently ticked order. This lets connections that have been quiet 1010 longer to get their packets scheduled first. 1011 1012 This change means that the library no longer needs to be ticked 1013 periodically. The user code can query the library when is the 1014 next tick event and schedule it exactly. When connections are 1015 processed, only the tickable connections are processed, not *all* 1016 the connections. When there are no tick events, it means that no 1017 timer event is necessary -- only the file descriptor READ event 1018 is active. 1019 1020 The following are improvements and simplifications that have 1021 been triggered: 1022 1023 - Queue of connections with incoming packets is gone. 1024 - "Pending Read/Write Events" Queue is gone (along with its 1025 history and progress checks). This queue has become the 1026 Tickable Queue. 1027 - The connection hash no longer needs to track the connection 1028 insertion order. 1029 10302018-04-02 1031 1032 - [FEATURE] Windows support 1033 1034 - Reduce stack use -- outgoing packet batch is now allocated on the heap. 1035 10362018-03-09 1037 1038 - [OPTIMIZATION] Merge series of ACKs if possible 1039 1040 Parsed single-range ACK frames (that is the majority of frames) are 1041 saved in the connection and their processing is deferred until the 1042 connection is ticked. If several ACKs come in a series between 1043 adjacent ticks, we check whether the latest ACK is a strict superset 1044 of the saved ACK. If it is, the older ACK is not processed. 1045 1046 If ACK frames can be merged, they are merged and only one of them is 1047 either processed or saved. 1048 1049 - [OPTIMIZATION] Speed up ACK verification by simplifying send history. 1050 1051 Never generate a gap in the sent packet number sequence. This reduces 1052 the send history to a single number instead of potentially a series of 1053 packet ranges and thereby speeds up ACK verification. 1054 1055 By default, detecting a gap in the send history is not fatal: only a 1056 single warning is generated per connection. The connection can continue 1057 to operate even if the ACK verification code is not able to detect some 1058 inconsistencies. 1059 1060 - [OPTIMIZATION] Rearrange the lsquic_send_ctl struct 1061 1062 The first part of struct lsquic_send_ctl now consists of members that 1063 are used in lsquic_send_ctl_got_ack() (in the absense of packet loss, 1064 which is the normal case). To speed up reads and writes, we no longer 1065 try to save space by using 8- and 16-bit integers. Use regular integer 1066 width for everything. 1067 1068 - [OPTIMIZATION] Cache size of sent packet. 1069 1070 - [OPTIMIZATION] Keep track of the largest ACKed in packet_out 1071 1072 Instead of parsing our own ACK frames when packet has been acked, 1073 use the value saved in the packet_out structure when the ACK frame 1074 was generated. 1075 1076 - [OPTIMIZATION] Take RTT sampling conditional out of ACK loop 1077 1078 - [OPTIMIZATION] ACK processing: only call clock_gettime() if needed 1079 1080 - [OPTIMIZATION] Several code-level optimizations to ACK processing. 1081 1082 - Fix: http_client: fix -I flag; switch assert() to abort() 1083 10842018-02-26 1085 - [API Change] lsquic_engine_connect() returns pointer to the connection 1086 object. 1087 - [API Change] Add lsquic_conn_get_engine() to get engine object from 1088 connection object. 1089 - [API Change] Add lsquic_conn_status() to query connection status. 1090 - [API Change] Add add lsquic_conn_set_ctx(). 1091 - [API Change] Add new timestamp format, e.g. 2017-03-21 13:43:46.671345 1092 - [OPTIMIZATION] Process handshake STREAM frames as soon as packet 1093 arrives. 1094 - [OPTIMIZATION] Do not compile expensive send controller sanity check 1095 by default. 1096 - [OPTIMIZATION] Add fast path to gquic_be_gen_reg_pkt_header. 1097 - [OPTIMIZATION] Only make squeeze function call if necessary. 1098 - [OPTIMIZATION] Speed up Q039 ACK frame parsing. 1099 - [OPTIMIZATION] Fit most used elements of packet_out into first 64 bytes. 1100 - [OPTIMIZATION] Keep track of scheduled bytes instead of calculating. 1101 - [OPTIMIZATION] Prefetch next unacked packet when processing ACK. 1102 - [OPTIMIZATION] Leverage fact that ACK ranges and unacked list are. 1103 ordered. 1104 - [OPTIMIZATION] Reduce function pointer use for STREAM frame generation 1105 - Fix: reset incoming streams that arrive after we send GOAWAY. 1106 - Fix: delay client on_new_conn() call until connection is fully set up. 1107 - Fixes to buffered packets logic: splitting, STREAM frame elision. 1108 - Fix: do not dispatch on_write callback if no packets are available. 1109 - Fix WINDOW_UPDATE send and resend logic. 1110 - Fix STREAM frame extension code. 1111 - Fix: Drop unflushed data when stream is reset. 1112 - Switch to tracking CWND using bytes rather than packets. 1113 - Fix TCP friendly adjustment in cubic. 1114 - Fix: do not generate invalid STOP_WAITING frames during high packet 1115 loss. 1116 - Pacer fixes. 1117 11182017-12-18 1119 1120 - Fix: better follow cubic curve after idle period 1121 - Fix: add missing parts to outgoing packet splitting code 1122 - Fix: compilation using gcc 4.8.4 1123 11242017-10-31 1125 1126 - Add APIs.txt -- describes LSQUIC APIs 1127 11282017-10-31 1129 1130 - [API Change] Sendfile-like functionality is gone. The stream no 1131 longer opens files and deals with file descriptors. (Among other 1132 things, this makes the code more portable.) Three writing functions 1133 are provided: 1134 1135 lsquic_stream_write 1136 lsquic_stream_writev 1137 lsquic_stream_writef (NEW) 1138 1139 lsquic_stream_writef() is given an abstract reader that has function 1140 pointers for size() and read() functions which the user can implement. 1141 This is the most flexible way. lsquic_stream_write() and 1142 lsquic_stream_writev() are now both implemented as wrappers around 1143 lsquic_stream_writef(). 1144 1145 - [OPTIMIZATION] When writing to stream, be it within or without the 1146 on_write() callback, place data directly into packet buffer, 1147 bypassing auxiliary data structures. This reduces amount of memory 1148 required, for the amount of data that can be written is limited 1149 by the congestion window. 1150 1151 To support writes outside the on_write() callback, we keep N 1152 outgoing packet buffers per connection which can be written to 1153 by any stream. One half of these are reserved for the highest 1154 priority stream(s), the other half for all other streams. This way, 1155 low-priority streams cannot write instead of high-priority streams 1156 and, on the other hand, low-priority streams get a chance to send 1157 their packets out. 1158 1159 The algorithm is as follows: 1160 1161 - When user writes to stream outside of the callback: 1162 - If this is the highest priority stream, place it onto the 1163 reserved N/2 queue or fail. 1164 (The actual size of this queue is dynamic -- MAX(N/2, CWND) -- 1165 rather than N/2, allowing high-priority streams to write as 1166 much as can be sent.) 1167 - If the stream is not the highest priority, try to place the 1168 data onto the reserved N/2 queue or fail. 1169 - When tick occurs *and* more packets can be scheduled: 1170 - Transfer packets from the high N/2 queue to the scheduled 1171 queue. 1172 - If more scheduling is allowed: 1173 - Call on_write callbacks for highest-priority streams, 1174 placing resulting packets directly onto the scheduled queue. 1175 - If more scheduling is allowed: 1176 - Transfer packets from the low N/2 queue to the scheduled 1177 queue. 1178 - If more scheduling is allowed: 1179 - Call on_write callbacks for non-highest-priority streams, 1180 placing resulting packets directly onto the scheduled queue 1181 1182 The number N is currently 20, but it could be varied based on 1183 resource usage. 1184 1185 - If stream is created due to incoming headers, make headers readable 1186 from on_new. 1187 1188 - Outgoing packets are no longer marked non-writeable to prevent placing 1189 more than one STREAM frame from the same stream into a single packet. 1190 This property is maintained via code flow and an explicit check. 1191 Packets for stream data are allocated using a special function. 1192 1193 - STREAM frame elision is cheaper, as we only perform it if a reset 1194 stream has outgoing packets referencing it. 1195 1196 - lsquic_packet_out_t is smaller, as stream_rec elements are now 1197 inside a union. 1198 11992017-10-12 1200 1201 - Do not send RST_STREAM when stream is closed for reading 1202 - Raise maximum header size from 4K to 64K 1203 - Check header name and value lengths against maximum imposed by HPACK 1204 - Fix NULL dereference in stream flow controller 1205 12062017-10-09 1207 1208 - Hide handshake implementation behind a set of function pointers 1209 - Use monotonically increasing clock 1210 - Make sure that retx delay is not larger than the max of 60 seconds 1211 12122017-09-29 1213 1214 - A few fixes to code and README 1215 12162017-09-28 1217 1218 - Add support for Q041; drop support for Q040 1219 12202017-09-27 1221 1222 - Fix CMakeLists.txt: BoringSSL include and lib was mixed up 1223 12242017-09-26 1225 1226 - Add support for Mac OS 1227 - Add support for Raspberry Pi 1228 - Fix BoringSSL compilation: include <openssl/hmac.h> explicitly 1229 12302017-09-22 1231 1232 - Initial release 1233