Differences From Artifact [d88846a73e]:
- File generic/tlsX509.c — part of check-in [1ef3d3faef] at 2024-10-26 16:08:31 on branch tls-1.8 — Removed extra padding, convert spaces to tabs, etc. (user: bohagan, size: 26718) [annotate] [blame] [check-ins using]
To Artifact [6d1eaaa465]:
- File generic/tlsX509.c — part of check-in [fbdf0eae0a] at 2024-10-26 16:38:51 on branch tls-1.8 — Removed obsolete RCS version strings. Added file header info. (user: bohagan, size: 26719) [annotate] [blame] [check-ins using] [more...]
1 | /* | | | 1 2 3 4 5 6 7 8 9 | /* * Parse X.509 certificates and return contents as a TCL key-value list. * * Copyright (C) 1997-2000 Sensus Consulting Ltd. * Matt Newman <matt@sensus.org> * Copyright (C) 2023 Brian O'Hagan */ #include <tcl.h> #include <stdio.h> |
︙ | ︙ |