Skip to content
#

c99

c logo

C is a programming language designed by Dennis Ritchie at Bell Labs. C is very widely used, straightforward, and can be compiled to a number of platforms and operating systems. C is an imperative language, with a small number of keywords and a large number of mathematical operators. C is also a very low level programming language, which means it can communicate directly with hardware.

Here are 484 public repositories matching this topic...

toidiu
toidiu commented Apr 24, 2022

Problem:

Currently the s2n_connection->cookie_stuffer is used to track bytes related to the cookie value received in a HRR (HelloRetryRequest). This mean a growable stuffer is allocated and then resized based on the length of the cookie value.

Solution:

While the above works, it should be possible to simplify the code by instantiating the memory in the s2n_cookie_recv method.

TheMadHau5
TheMadHau5 commented Jun 22, 2021

While meson appears to support miniz, CMake (which I unfortunately have to use as my IDE doesn't support meson) requires zlib and cannot fall back to miniz. I am on windows and don't have zlib installed, so making this use miniz would be appreciated. Thanks.

enhancement good first issue

Created by Dennis Ritchie

Released 1972

Website
www.open-std.org/jtc1/sc22/wg14
Wikipedia
Wikipedia

Related Topics

language