index
:
openssl
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
SSLeay
dependabot-review
dependabot/github_actions/coverallsapp/github-action-2.3.3
feature/acert-cli
feature/dtls-1.3
feature/ech
feature/evp_skey
feature/hss
feature/ml-kem
feature/quic-server
feature/slh-dsa
master
openssl-3.0
openssl-3.1
openssl-3.2
openssl-3.3
openssl-3.4
tls1.3-draft-18
tls1.3-draft-19
Mirror of https://github.com/openssl/openssl
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
/
check-format-test-negatives.c
Age
Commit message (
Expand
)
Author
2022-07-20
check-format.pl: fix detection of missing/extra blank lines in local decls
Dr. David von Oheimb
2022-07-20
check-format.pl: fix false positive on 'for(;; stmt)'
Dr. David von Oheimb
2022-07-20
check-format.pl: Fix report on space before ';' and allow it after ')'
Dr. David von Oheimb
2022-07-20
check-format.pl: Fix report on missing space before +/-: allow, e.g., '1e-6'
Dr. David von Oheimb
2022-07-20
check-format.pl: Fix report on constant on LHS of comparison/assignment
Dr. David von Oheimb
2022-07-20
check_format.pl: Add checks for blank lines within/after local decls
Dr. David von Oheimb
2021-05-20
check-format.pl: Allow extra space before end-of-line comments unless -e|--eo...
Dr. David von Oheimb
2021-05-20
check-format.pl: Replace 'SPC' and 'spc' by 'space' in reports and option names
Dr. David von Oheimb
2021-05-20
check-format.pl: Fix false positive on struct/union/enum in func return type
Dr. David von Oheimb
2021-05-20
check-format.pl: Report needless intermediate multiple SPC only on -e or --ex...
Dr. David von Oheimb
2021-05-20
check-format.pl: Add check for constant left of comparison operator
Dr. David von Oheimb
2021-01-28
Update copyright year
Richard Levitte
2021-01-19
util/check-format.pl: Minor improvements of whitespace checks
Dr. David von Oheimb
2020-09-30
check-format.pl: Allow nested indentation of labels (not only at line pos 1)
Dr. David von Oheimb
2020-09-30
check-format.pl: Extend exceptions for no SPC after trailing ';' in 'for (...;)'
Dr. David von Oheimb
2020-07-20
check-format.pl: Add check for multiples essentially empty lines in a row
Dr. David von Oheimb
2020-07-20
check-format.pl: Allow comment start '/*' after opening '(','[','{'
Dr. David von Oheimb
2020-04-23
Update copyright year
Matt Caswell
2020-03-18
fix false positive of check-format.pl regarding '#if' on preceding line; exte...
Dr. David von Oheimb
2020-03-09
Renew and extend the tool for checking adherence to C coding style rules
Dr. David von Oheimb