Check-in [1bf152a55d]
EuroTcl/OpenACS 11 - 12 JULY 2024, VIENNA
Overview
Comment:Refactored Tls_NewX509Obj to use Tcl_Size, common var names, added function descriptions, etc.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | tls-1.8
Files: files | file ages | folders
SHA3-256: 1bf152a55de026c0974ce68d3398f28dd11b648e9d987bb4ee6b54fb154984f9
User & Date: bohagan on 2024-06-28 18:50:49
Other Links: branch diff | manifest | tags
Context
2024-06-28
19:33
Updated Tls_NewX509Obj to use Tcl_Objs for returned hex values. Use a dynamically allocated temp buffer. Leaf check-in: 121a81e392 user: bohagan tags: tls-1.8
18:50
Refactored Tls_NewX509Obj to use Tcl_Size, common var names, added function descriptions, etc. check-in: 1bf152a55d user: bohagan tags: tls-1.8
2024-06-25
22:22
Changed Tls_NewX509Obj to not use stack space for all and certificate buffers. This reduces the possibility of a stack overflow. check-in: 17ee565eed user: bohagan tags: tls-1.8
Changes