Overview
| Comment: | Changed Tls_NewX509Obj to not use stack space for all and certificate buffers. This reduces the possibility of a stack overflow. | 
|---|---|
| Downloads: | Tarball | ZIP archive | 
| Timelines: | family | ancestors | descendants | both | tls-1.8 | 
| Files: | files | file ages | folders | 
| SHA3-256: | 17ee565eedfaa786265161b68db7e24a | 
| User & Date: | bohagan on 2024-06-25 22:22:16.000 | 
| Other Links: | branch diff | manifest | tags | 
Context
| 2024-06-28 | ||
| 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 | |
| 2024-06-23 | ||
| 03:11 | Documentation updates to add info on certificate validation needs and more debug info. check-in: e4794cbb74 user: bohagan tags: tls-1.8 | |
Changes
Modified generic/tls.c
from [bba2dae983]
to [d36478ef49].
[diff]
Modified generic/tlsInt.h
from [acd84d3ddd]
to [991758417a].
[diff]
Modified generic/tlsX509.c
from [ea8ff7e7c8]
to [36eeb56077].
[diff]