- 17 3月, 2020 1 次提交
-
-
由 Matt Caswell 提交于
Reviewed-by: NPaul Yang <kaishen.yy@antfin.com> (Merged from https://github.com/openssl/openssl/pull/11344)
-
- 17 2月, 2020 1 次提交
-
-
由 David Benjamin 提交于
If one of the perlasm xlate drivers crashes, OpenSSL's build will currently swallow the error and silently truncate the output to however far the driver got. This will hopefully fail to build, but better to check such things. Handle this by checking for errors when closing STDOUT (which is a pipe to the xlate driver). This is the OpenSSL 1.1.1 version of https://github.com/openssl/openssl/pull/10883 and https://github.com/openssl/openssl/pull/10930. Reviewed-by: NMark J. Cox <mark@awe.com> Reviewed-by: NPaul Dale David Benjamin <davidben@google.com> (Merged from https://github.com/openssl/openssl/pull/10931)
-
- 13 10月, 2017 1 次提交
-
-
由 Rich Salz 提交于
Names were not removed. Some comments were updated. Replace Andy's address with openssl.org Reviewed-by: NAndy Polyakov <appro@openssl.org> Reviewed-by: NPaul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/4516)
-
- 01 7月, 2017 1 次提交
-
-
由 Rich Salz 提交于
Remove some incorrect copyright references. Move copyright to standard place Add OpenSSL copyright where missing. Remove copyrighted file that we don't use any more Remove Itanium assembler for RC4 and MD5 (assembler versions of old and weak algorithms for an old chip) Standardize apps/rehash copyright comment; approved by Timo Put dual-copyright notice on mkcert Reviewed-by: NRichard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3691)
-
- 12 5月, 2017 1 次提交
-
-
由 David Benjamin 提交于
The assembler already knows the actual path to the generated file and, in other perlasm architectures, is left to manage debug symbols itself. Notably, in OpenSSL 1.1.x's new build system, which allows a separate build directory, converting .pl to .s as the scripts currently do result in the wrong paths. This also avoids inconsistencies from some of the files using $0 and some passing in the filename. Reviewed-by: NRichard Levitte <levitte@openssl.org> Reviewed-by: NAndy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3431)
-
- 13 2月, 2017 1 次提交
-
-
由 Andy Polyakov 提交于
Reviewed-by: NRich Salz <rsalz@openssl.org>
-
- 11 10月, 2016 1 次提交
-
-
由 David Benjamin 提交于
The prevailing style seems to not have trailing whitespace, but a few lines do. This is mostly in the perlasm files, but a few C files got them after the reformat. This is the result of: find . -name '*.pl' | xargs sed -E -i '' -e 's/( |'$'\t'')*$//' find . -name '*.c' | xargs sed -E -i '' -e 's/( |'$'\t'')*$//' find . -name '*.h' | xargs sed -E -i '' -e 's/( |'$'\t'')*$//' Then bn_prime.h was excluded since this is a generated file. Note mkerr.pl has some changes in a heredoc for some help output, but other lines there lack trailing whitespace too. Reviewed-by: NKurt Roeckx <kurt@openssl.org> Reviewed-by: NMatt Caswell <matt@openssl.org>
-
- 01 6月, 2016 1 次提交
-
-
由 Rich Salz 提交于
Add copyright to missing assembler files. Add copyrights to missing test/* files. Add copyrights Various source and misc files. Reviewed-by: NRichard Levitte <levitte@openssl.org>
-
- 29 5月, 2016 1 次提交
-
-
由 Andy Polyakov 提交于
[as it is now quoting $output is not required, but done just in case] Reviewed-by: NRichard Levitte <levitte@openssl.org>
-
- 21 5月, 2016 1 次提交
-
-
由 Rich Salz 提交于
Reviewed-by: NRichard Levitte <levitte@openssl.org>
-
- 20 4月, 2016 1 次提交
-
-
由 Rich Salz 提交于
Add copyright to most .pl files This does NOT cover any .pl file that has other copyright in it. Most of those are Andy's but some are public domain. Fix typo's in some existing files. Reviewed-by: NRichard Levitte <levitte@openssl.org>
-
- 09 3月, 2016 1 次提交
-
-
由 Richard Levitte 提交于
This gets rid of the BEGINRAW..ENDRAW sections in crypto/md5/build.info. This also moves the assembler generating perl scripts to take the output file name as last command line argument, where necessary. Reviewed-by: NAndy Polyakov <appro@openssl.org>
-
- 08 3月, 2016 1 次提交
-
-
由 Andy Polyakov 提交于
Make all scripts produce .S, make interpretation of $(CFLAGS) pre-processor's responsibility, start accepting $(PERLASM_SCHEME). [$(PERLASM_SCHEME) is redundant in this case, because there are no deviataions between Solaris and Linux assemblers. This is purely to unify .pl->.S handling across all targets.] Reviewed-by: NRichard Levitte <levitte@openssl.org>
-
- 29 11月, 2014 1 次提交
-
-
由 Rich Salz 提交于
Reviewed-by: NTim Hudson <tjh@openssl.org>
-
- 31 8月, 2014 1 次提交
-
-
由 Andy Polyakov 提交于
Reviewed-by: NRich Salz <rsalz@openssl.org>
-
- 04 5月, 2014 1 次提交
-
-
由 Andy Polyakov 提交于
[MD5 is hardly relevant, just cleaning up repository]
-
- 06 9月, 2013 1 次提交
-
-
- 23 1月, 2013 1 次提交
-
-
由 Andy Polyakov 提交于
PR: 2963 and a number of others
-
- 25 10月, 2012 1 次提交
-
-
由 Andy Polyakov 提交于
place at a time, by pre-processor in .S case and perl - in .s).
-
- 15 10月, 2012 1 次提交
-
-
由 Andy Polyakov 提交于
by 30-20%.
-
- 14 10月, 2012 1 次提交
-
-
由 Andy Polyakov 提交于
suggestions from David Miller.
-
- 28 9月, 2012 2 次提交
-
-
由 Andy Polyakov 提交于
Submitted by: David Miller
-
由 Andy Polyakov 提交于
-
- 24 9月, 2012 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 27 6月, 2012 1 次提交
-
-
由 Andy Polyakov 提交于
path with spaces. PR: 2835
-
- 28 6月, 2011 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 06 5月, 2010 1 次提交
-
-
由 Andy Polyakov 提交于
be done, it's definitely not the way to do it. So far answer to the question was to ./config -Wa,--noexecstack (adopted by RedHat).
-
- 05 5月, 2010 1 次提交
-
-
由 Ben Laurie 提交于
-
- 21 4月, 2010 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 19 12月, 2008 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 14 1月, 2008 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 06 1月, 2008 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 17 10月, 2006 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 11 10月, 2006 1 次提交
-
-
由 Andy Polyakov 提交于
redundant as result.
-
- 20 9月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
Submitted by: Marc Bevand and Charles Liu
-
- 20 7月, 2005 3 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
entry point, md5_block_asm_data_order.
-
由 Andy Polyakov 提交于
Submitted by: David Mosberger Obtained from: http://www.hpl.hp.com/research/linux/crypto/
-
- 04 5月, 2005 2 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-