OpenSSL Contributors Statistics
Ignored commits for 2016
These are commits are excluded according to our exclusion rules.
-
f15eed3b79a9dbc93642019e47e9a2c87b583e11
Update fuzz corpora Reviewed-by: Richard Levitte
GH: #2090 -
6c0e1e20d2756eaefe735e5edb56b83ccd9db9e6
Update client fuzz corpus Reviewed-by: Rich Salz
GH: #2060 -
29dd15b18d9ed968a9035a69bbd913847b9c2646
Run util/openssl-format-source against apps/speed.c Reviewed-by: Richard Levitte
Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/1658) -
be118c3d574d340031ef3ad1fbffa171fdfee580
Add missing .pod extension to EVP_PKEY_CTX_set_tls1_prf_md Reviewed-by: Richard Levitte
Reviewed-by: Matt Caswell (cherry picked from commit efba60ca7ab72cae62baad2aaaf2da32d1093c38) -
efba60ca7ab72cae62baad2aaaf2da32d1093c38
Add missing .pod extension to EVP_PKEY_CTX_set_tls1_prf_md Reviewed-by: Richard Levitte
Reviewed-by: Matt Caswell -
f8644220a05f75d51bbde627077cdf336e4d4592
Add to fuzz corpora for CVE-2016-6309 Reviewed-by: Emilia Käsper
Reviewed-by: Matt Caswell (cherry picked from commit 44f206aa9dfd4f226f17d9093732dbece5300aa6) -
44f206aa9dfd4f226f17d9093732dbece5300aa6
Add to fuzz corpora for CVE-2016-6309 Reviewed-by: Emilia Käsper
Reviewed-by: Matt Caswell -
3bcd1b249690f90bd1d2c2b401e65628fd9cacd8
Move 05-test_fuzz.t to 90-test_fuzz.t This adheres much better to the documentation in test/README Reviewed-by: Rich Salz
(cherry picked from commit 377ab6d183453dac5454abf62d5341a559caa264) -
377ab6d183453dac5454abf62d5341a559caa264
Move 05-test_fuzz.t to 90-test_fuzz.t This adheres much better to the documentation in test/README Reviewed-by: Rich Salz
-
4eabbe9d595451f40d85588ab1c8c98c1f67b1f9
Renames CT_POLICY_EVAL_CTX.pod to CT_POLICY_EVAL_CTX_new.pod util/fix-doc-nits.pl complains that "CT_POLICY_EVAL_CTX (filename) missing from NAME section". Reviewed-by: Rich Salz
Reviewed-by: Matt Caswell -
a230b26e0959dc5f072fbbdadcc9ed45e904c50c
Indent ssl/ Run util/openssl-format-source on ssl/ Some comments and hand-formatted tables were fixed up manually by disabling auto-formatting. Reviewed-by: Rich Salz
-
1bfe73d500f6127e61fcf2ffcf9b60c41cd6484e
VMS: It seems DEC C doesn't handle certain header files quite right With DEC C on VMS, you can use __DECC_INCLUDE_PROLOGUE.H and __DECC_INCLUDE_EPILOGUE.H to include some DEC C specific features or pragmas without having to touch the other header files. It seems, however, that the current version of the compiler requires the file names to be upcased, or it doesn't handle them quite right. Reviewed-by: Andy Polyakov
-
3e3957816c131e536b0b5122b65dcbe28ee6e0ac
set exec attribute for .pl files Reviewed-by: Richard Levitte
Reviewed-by: Rich Salz