Differences From Artifact [44437ee129]:
- File generic/tlsInt.h — part of check-in [baa34f4208] at 2023-12-28 03:00:56 on branch crypto — Added random bytes command to generate random bytes using a cryptographically secure pseudo random generator (CSPRNG). (user: bohagan, size: 8773) [annotate] [blame] [check-ins using]
To Artifact [e4eb0fa8cc]:
- File generic/tlsInt.h — part of check-in [d2d04c75a0] at 2023-12-29 03:09:09 on branch crypto — Merged in master changes (user: bohagan, size: 8845) [annotate] [blame] [check-ins using] [more...]
︙ | |||
37 38 39 40 41 42 43 | 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | - + + + + + | # define CONST86 # endif #endif /* * Backwards compatibility for size type change */ #if TCL_MAJOR_VERSION < 9 && TCL_MINOR_VERSION < 7 |
︙ |