#
645c694d |
| 25-Apr-2017 |
Richard Levitte |
Ignore all .a files, not just the top ones Reviewed-by: Rich Salz <rsalz@openssl.org>
|
#
65c1f979 |
| 12-Jan-2017 |
Rich Salz |
Review comments; fail build if nits found Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2202)
|
#
694cfa1f |
| 12-Oct-2016 |
Matt Caswell |
Add ossl_shim to .gitignore Reviewed-by: Richard Levitte <levitte@openssl.org>
|
#
ccf11f7e |
| 08-Sep-2016 |
Richard Levitte |
Don't ignore Makefiles in demos/ Reviewed-by: Rich Salz <rsalz@openssl.org>
|
#
6462876f |
| 11-Sep-2016 |
Matt Caswell |
util/shlib_wrap.sh is now auto-generated so tell git to ignore it Signed-off-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
|
Revision tags: OpenSSL_1_1_0, OpenSSL_1_1_0-pre6 |
|
#
e7932c1e |
| 03-Aug-2016 |
JimC |
Ignore windows generated manifests - Commit a95ce7f builds *.manifest files on windows -- added them to .gitignore. - ignore pod -> html temp file Reviewed-by: Matt C
Ignore windows generated manifests - Commit a95ce7f builds *.manifest files on windows -- added them to .gitignore. - ignore pod -> html temp file Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
show more ...
|
#
27f215cf |
| 08-Jul-2016 |
Richard Levitte |
Reorganize .gitignore to make better use of its features It's possible to have a very few rules for some directories and trust that other patterns further along will take care of whateve
Reorganize .gitignore to make better use of its features It's possible to have a very few rules for some directories and trust that other patterns further along will take care of whatever is left. .gitignore should therefore be loosely organised from least generic to most generic, allowing things like this: # Keep any file with extensions, such as foo.c, bar.h, ... !/dir/*.* # .... # Remove all object files *.o *.obj With this change, we implement some very generic rules for what will and will not be ignored in the fuzz subdirectory, and truse that patterns later on (such as *.o, *.obj, *.exe) will take care of everything we didn't specifically specify for the fuzz subdirectory. Reviewed-by: Rich Salz <rsalz@openssl.org>
show more ...
|
Revision tags: OpenSSL-fips-2_0_13 |
|
#
90d28f05 |
| 04-Jun-2016 |
Ben Laurie |
Run the fuzzing corpora as tests. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
|
#
e417070c |
| 08-Jun-2016 |
Rich Salz |
Add some accessor API's GH1098: Add X509_get_pathlen() (and a test) GH1097: Add SSL_is_dtls() function. Documented. Reviewed-by: Matt Caswell <matt@openssl.org>
|
#
ab68742a |
| 08-Jun-2016 |
Richard Levitte |
Ignore tsget.pl and c_rehash.pl, as well as other compiler generated files Reviewed-by: Matt Caswell <matt@openssl.org>
|
#
e8e36da6 |
| 04-Jun-2016 |
Rich Salz |
Ignore buildtest artifacts. Reviewed-by: Richard Levitte <levitte@openssl.org>
|
#
4a2c4c1a |
| 03-Jun-2016 |
Ben Laurie |
Add ct fuzzer. Reviewed-by: Rich Salz <rsalz@openssl.org>
|
#
48244109 |
| 23-May-2016 |
Todd Short |
Add text/x509aux to gitignore Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
|
Revision tags: OpenSSL_1_0_1t, OpenSSL_1_0_2h, OpenSSL_1_1_0-pre5 |
|
#
5a22cf96 |
| 06-Apr-2016 |
Emilia Kasper |
Replace cipherlist test The old cipherlist test in ssltest.c only tests the internal order of the cipher table, which is pretty useless. Replace this test with a test that catch
Replace cipherlist test The old cipherlist test in ssltest.c only tests the internal order of the cipher table, which is pretty useless. Replace this test with a test that catches inadvertent changes to the default cipherlist. Fix run_tests.pl to correctly filter tests that have "list" in their name. (Also includes a small drive-by fix in .gitignore.) Reviewed-by: Rich Salz <rsalz@openssl.org>
show more ...
|
#
c38bb727 |
| 26-Mar-2016 |
Ben Laurie |
Add fuzzing! Reviewed-by: Emilia Käsper <emilia@openssl.org>
|
#
ef653053 |
| 06-Apr-2016 |
Richard Levitte |
Add apps/tsget and test/ssltest_old to .gitignore Reviewed-by: Rich Salz <rsalz@openssl.org>
|
#
37bbfd48 |
| 19-Mar-2016 |
Viktor Dukhovni |
Revert "Ignore the generated apps/progs.h" This reverts commit 91056e72693b4ee8cb5339d9091871ffc3b6f776. Reviewed-by: Rich Salz <rsalz@openssl.org>
|
#
91056e72 |
| 18-Mar-2016 |
Richard Levitte |
Ignore the generated apps/progs.h Reviewed-by: Rich Salz <rsalz@openssl.org>
|
Revision tags: OpenSSL_1_1_0-pre4 |
|
#
3253927d |
| 05-Mar-2016 |
Todd Short |
Update .gitignore to ignore all cscope files Signed-off-by: Rich Salz <rsalz@akamai.com> Reviewed-by: Richard Levitte <levitte@openssl.org>
|
#
c54bae98 |
| 09-Mar-2016 |
Viktor Szakats |
remove ms/.rnd and add it to .gitignore Signed-off-by: Rich Salz <rsalz@akamai.com> Reviewed-by: Richard Levitte <levitte@openssl.org>
|
Revision tags: OpenSSL_1_0_1s, OpenSSL_1_0_2g, OpenSSL_1_1_0-pre3, OpenSSL-fips-2_0_12 |
|
#
c619e810 |
| 12-Feb-2016 |
Andy Polyakov |
Update .gitignore. Not all git versions understand **/Makefile, but all recognize that filename without any path applies to all directories. Reviewed-by: Richard Levitte <levitt
Update .gitignore. Not all git versions understand **/Makefile, but all recognize that filename without any path applies to all directories. Reviewed-by: Richard Levitte <levitte@openssl.org>
show more ...
|
#
ced2c2c5 |
| 29-Jan-2016 |
Rich Salz |
Templatize util/domd Reviewed-by: Richard Levitte <levitte@openssl.org>
|
Revision tags: OpenSSL_1_0_1r, OpenSSL_1_0_2f |
|
#
dc193c9c |
| 25-Jan-2016 |
Rich Salz |
Move & split opensslconf.h.in Move opensslconf.h.in to include/openssl. Split off DES,BN,RC4 stuff into separate header file templates in crypto/include/internal/*_conf.h.in
Move & split opensslconf.h.in Move opensslconf.h.in to include/openssl. Split off DES,BN,RC4 stuff into separate header file templates in crypto/include/internal/*_conf.h.in Reviewed-by: Richard Levitte <levitte@openssl.org>
show more ...
|
Revision tags: OpenSSL_1_1_0-pre2, OpenSSL_1_1_0-pre1, OpenSSL_0_9_8zh, OpenSSL_1_0_0t, OpenSSL_1_0_1q, OpenSSL_1_0_2e, OpenSSL_1_0_1p, OpenSSL_1_0_2d, OpenSSL-fips-2_0_11, OpenSSL_1_0_1o, OpenSSL_1_0_2c, OpenSSL_0_9_8zg, OpenSSL_1_0_0s, OpenSSL_1_0_1n, OpenSSL_1_0_2b |
|
#
291e94df |
| 18-May-2015 |
Richard Levitte |
Refactor file writing - introduce template driven file writing apps/CA.pl and tools/c_rehash are built from template files. So far, this was done by Configure, which created its own pro
Refactor file writing - introduce template driven file writing apps/CA.pl and tools/c_rehash are built from template files. So far, this was done by Configure, which created its own problems as it forced everyone to reconfigure just because one of the template files had changed. Instead, have those files created as part of the normal build in apps/ and in tools/. Furthermore, this prepares for a future where Configure may produce entirely other build files than Makefile, and the latter can't be guaranteed to be the holder of all information for other scripts. Instead, configdata.pm (described below) becomes the center of configuration information. This introduces a few new things: %config a hash table to hold all kinds of configuration data that can be used by any other script. configdata.pm a perl module that Configure writes. It currently holds the hash tables %config and %target. util/dofile.pl a script that takes a template on STDIN and outputs the result after applying configuration data on it. It's supposed to be called like this: perl -I$(TOP) -Mconfigdata < template > result or perl -I$(TOP) -Mconfigdata templ1 templ2 ... > result Note: util/dofile.pl requires Text::Template. As part of this changed, remove a number of variables that are really just copies of entries in %target, and use %target directly. The exceptions are $target{cflags} and $target{lflags}, they do get copied to $cflags and $lflags. The reason for this is that those variable potentially go through a lot of changes and would rather deserve a place in %config. That, however, is for another commit. Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
show more ...
|
#
f631f2ec |
| 22-Jan-2016 |
Richard Levitte |
Cleanup .gitignore Some things to ignore need to be properly rooted, and use a bit more precision on ignoring 'lib', as that maybe be a perfectly valid directory name to add into git
Cleanup .gitignore Some things to ignore need to be properly rooted, and use a bit more precision on ignoring 'lib', as that maybe be a perfectly valid directory name to add into git elsewhere in the source tree. Reviewed-by: Rich Salz <rsalz@openssl.org>
show more ...
|