View Ticket
2024-11-04
02:57 Fixed ticket [030c713ca2]: Load CA certificate file from VFS plus 3 other changes artifact: f30a09cb24 user: bohagan
2024-10-28
03:07 Ticket [030c713ca2]: 5 changes artifact: bba08c3e37 user: bohagan
2024-10-05
18:50 New ticket [030c713ca2]. artifact: 15626b310e user: bandoti

Ticket Hash: 030c713ca24840126d0d57f41e4405268dc56df6
Title: Load CA certificate file from VFS
Status: Fixed Type: Feature Request
Severity: Important Priority: Immediate
Subsystem: Resolution: Fixed
Last Modified: 2024-11-04 02:57:42
Version Found In: 1.8
User Comments:
bandoti added on 2024-10-05 18:50:37:

I have implemented support for loading CA certificates from virtual filesystems. In particular, this allows for bundling CA certificates with a Tclkit. Please take a look at the diff at my tcltls repository:

tcltls(chisel app)

I have added this capability successfully to my fork of Kitcreator which I have available on chiselapp and github:

kitcreator(chisel app)

kitcreator(github)

The feature is working well so far, and I would like to share it back by merging it into TclTLS core.

Please let me know if you need anything else to get the change incorporated.

Thank you,

Mason M.


bohagan added on 2024-10-28 03:07:39:
This change was merged into the tls-1.8 branch in [b70fbfd8cf57f772].
There were a few minor changes to make it work with TCL 9. Please
test it and let me know if it works as expected. Thanks.