Changes In Branch bug-604bb68b5c-nmake Excluding Merge-Ins
This is equivalent to a diff from 9c32a526ed to b6aa13660a
2021-01-14
| ||
12:56 | Ticket [604bb68b5c] : rudimentary nmake build system check-in: b5c41cdeb6 user: oehhar tags: trunk | |
2020-10-15
| ||
10:54 | Corrected instructions. Removed already applied patch Closed-Leaf check-in: b6aa13660a user: oehhar tags: bug-604bb68b5c-nmake | |
10:36 | Ticket [604bb68b5c]. Add first sketch of a nmake build. check-in: 2babef91c5 user: oehhar tags: bug-604bb68b5c-nmake | |
2020-10-12
| ||
20:38 | Merged in trunk check-in: 81f58fc458 user: rkeene tags: tls-1-7 | |
20:32 | add "version" element with SSL/TLS protocol version to tls::status check-in: 9c32a526ed user: resuna tags: trunk | |
2020-05-04
| ||
15:10 | Integrated mjanssen's work on loading certificates and keys as values check-in: b08bbeb9a1 user: rkeene tags: trunk | |
Modified tls.c from [2675578b45] to [b7a88587d1].
︙ | |||
1772 1773 1774 1775 1776 1777 1778 | 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 | - + | * * Side effects: * create the ssl command, initialise ssl context * *------------------------------------------------------------------- */ |
︙ | |||
1832 1833 1834 1835 1836 1837 1838 | 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 | - + | * * Result: * A standard Tcl error code. * *------------------------------------------------------* */ |
︙ |
Modified tls.h from [5e9dbae35a] to [625cff2305].
︙ | |||
19 20 21 22 23 24 25 | 19 20 21 22 23 24 25 26 27 28 29 | - - + + | #define _TLS_H #include <tcl.h> /* * Initialization routines -- our entire public C API. */ |
Added win/README.txt version [c9eebede2e].
Added win/makefile.vc version [88282c8491].
Added win/targets.vc version [77a0a274fa].