Ondřej Surý
|
056e133c4c
|
Use clang-tidy to add curly braces around one-line statements
The command used to reformat the files in this commit was:
./util/run-clang-tidy \
-clang-tidy-binary clang-tidy-11
-clang-apply-replacements-binary clang-apply-replacements-11 \
-checks=-*,readability-braces-around-statements \
-j 9 \
-fix \
-format \
-style=file \
-quiet
clang-format -i --style=format $(git ls-files '*.c' '*.h')
uncrustify -c .uncrustify.cfg --replace --no-backup $(git ls-files '*.c' '*.h')
clang-format -i --style=format $(git ls-files '*.c' '*.h')
|
2020-02-13 22:07:21 +01:00 |
|
Ondřej Surý
|
f50b1e0685
|
Use clang-format to reformat the source files
|
2020-02-12 15:04:17 +01:00 |
|
Ondřej Surý
|
fc496b2b5d
|
Fix DH and ECDSA algorithms in PKCS#11 build
|
2018-07-19 14:00:40 -04:00 |
|
Ondřej Surý
|
27593e65dc
|
Remove support for obsoleted ECC-GOST (GOST R 34.11-94) algorithm
|
2018-06-05 09:14:14 +02:00 |
|
Ondřej Surý
|
55a10b7acd
|
Remove $Id markers, Principal Author and Reviewed tags from the full source tree
|
2018-05-11 13:17:46 +02:00 |
|
Ondřej Surý
|
843d389661
|
Update license headers to not include years in copyright in all applicable files
|
2018-02-23 10:12:02 +01:00 |
|
Tinderbox User
|
b74e1c3b50
|
update copyright notice / whitespace
|
2017-08-01 23:46:29 +00:00 |
|
Francis Dupont
|
9b9182fe00
|
Added Ed25519 support (#44696)
|
2017-07-31 15:26:00 +02:00 |
|
Mark Andrews
|
0c27b3fe77
|
4401. [misc] Change LICENSE to MPL 2.0.
|
2016-06-27 14:56:38 +10:00 |
|
Evan Hunt
|
dbb012765c
|
[master] merge libiscpk11 to libisc
3735. [cleanup] Merged the libiscpk11 library into libisc
to simplify dependencies. [RT #35205]
|
2014-02-11 21:20:28 -08:00 |
|