Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-07-08 | hide symbols in dsa | beck | 1 | -1/+28 | |
ok tb@ | |||||
2023-07-08 | Hide symbols in cmac | beck | 3 | -1/+57 | |
ok tb@ | |||||
2023-07-08 | Hide symbols in objects | beck | 7 | -5/+130 | |
ok tb@ | |||||
2023-07-08 | Hide symbols in rsa | beck | 18 | -18/+384 | |
ok tb@ | |||||
2023-07-08 | Hide symbols in sha | beck | 5 | -3/+101 | |
ok tb@ | |||||
2023-07-08 | Hide symbols in bn | beck | 20 | -18/+449 | |
ok tb@ | |||||
2023-07-08 | Hide symbols in txt_db | beck | 3 | -1/+48 | |
ok tb@ | |||||
2023-07-08 | Hide symbols in md4 and md5 | beck | 7 | -6/+92 | |
ok tb@ | |||||
2023-07-08 | Hide symbols in cast, idea, and ocsp | beck | 23 | -20/+630 | |
ok tb@ | |||||
2023-07-08 | Hide symbols in crypto.h | beck | 10 | -8/+190 | |
ok jsing@ | |||||
2023-07-08 | Hide symbols in cms, comp, conf, and buffer | beck | 24 | -19/+546 | |
ok jsing@ | |||||
2023-07-08 | Remove unused SHA-1 implementation. | jsing | 1 | -86/+1 | |
2023-07-08 | Remove now unnecessary "do { } while (0)" | jsing | 1 | -4/+2 | |
2023-07-08 | Inline HASH_MAKE_STRING macro. | jsing | 1 | -15/+14 | |
No change to generated assembly. | |||||
2023-07-08 | Reorder functions. | jsing | 1 | -113/+113 | |
No functional change. | |||||
2023-07-08 | More style(9). | jsing | 14 | -107/+82 | |
2023-07-08 | Hit cast with the style(9) stick. | jsing | 8 | -895/+898 | |
2023-07-08 | Hide symbols in dso and ct | beck | 14 | -11/+313 | |
ok jsing@ | |||||
2023-07-08 | Hit the des directory with the loving mallet of knfmt | beck | 26 | -2231/+2219 | |
ok tb@ | |||||
2023-07-08 | style(9) | jsing | 1 | -36/+33 | |
2023-07-08 | Hit ripemd with the style(9) stick. | jsing | 4 | -249/+293 | |
2023-07-08 | Hit md5 with the style(9) stick. | jsing | 3 | -130/+163 | |
2023-07-08 | Hit md4 with the style(9) stick. | jsing | 3 | -114/+146 | |
2023-07-08 | Inline rmd_local.h in rmd_dgst.c. | jsing | 2 | -151/+93 | |
rmd_local.h is not really a local header, just another layer of indirection that cannot be included by anything other than rmd_dgst.c. As such, include it directly instead. No change in generated assembly. | |||||
2023-07-08 | Inline md5_local.h in md5_dgst.c. | jsing | 2 | -134/+76 | |
md5_local.h is not really a local header, just another layer of indirection that cannot be included by anything other than md5_dgst.c. As such, include it directly instead. No change in generated assembly. | |||||
2023-07-08 | Inline md4_local.h in md4_dgst.c. | jsing | 2 | -114/+56 | |
md4_local.h is not really a local header, just another layer of indirection that cannot be included by anything other than md4_dgst.c. As such, include it directly instead. No change in generated assembly. | |||||
2023-07-08 | Inline sm3_local.h in sm3.c. | jsing | 2 | -87/+70 | |
sm3_local.h is not really a local header, just another layer of indirection that cannot be included by anything other than sm3.c. As such, include it directly instead. No change in generated assembly. | |||||
2023-07-08 | Hide symbols in sm3 | beck | 3 | -1/+39 | |
ok tb@ jsing@ |