aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bf/asm
Commit message (Collapse)AuthorAgeFilesLines
* Remove filename argument to x86 asm_init.David Benjamin2017-05-111-1/+1
| | | | | | | | | | | | | | | 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: Richard Levitte <levitte@openssl.org> Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3431)
* Copyright consolidation: perl filesRich Salz2016-04-201-1/+8
| | | | | | | | | 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: Richard Levitte <levitte@openssl.org>
* Unified - adapt the generation of blowfish assembler to use GENERATERichard Levitte2016-03-091-0/+5
| | | | | | | | | This gets rid of the BEGINRAW..ENDRAW sections in crypto/bf/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: Andy Polyakov <appro@openssl.org>
* Remove all .cvsignore filesRich Salz2014-11-281-4/+0
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* RT3549: Remove obsolete files in cryptoRich Salz2014-10-012-137/+0
| | | | Reviewed-by: Andy Polyakov <appro@openssl.org>
* Update perl asm scripts include paths for perlasm.Dr. Stephen Henson2008-01-051-1/+2
|
* Add emacs cache files to .cvsignore.Richard Levitte2005-04-111-0/+2
|
* A few more files to ignoreRichard Levitte2003-01-161-0/+1
|
* Remove Win32 assembler files. They are always rebuilt (with someBodo Möller2000-03-131-906/+0
| | | | choice of parameters) when they are needed.
* Remove redundant line.Ulf Möller1999-06-011-1/+0
|
* Ignore autogenerated assembler files.Ulf Möller1999-04-281-0/+1
|
* Remove autogenerated file.Ulf Möller1999-04-271-976/+0
|
* Remove obsolete files from SSLeay 0.8.Ulf Möller1999-04-062-1329/+0
|
* New option to generate 80386 code.Ulf Möller1999-03-311-1/+1
|
* Some more source tree cleanups (removed obsolete files crypto/bf/asm/bf586.pl,Ralf S. Engelschall1999-03-201-159/+0
| | | | | | | | test/test.txt and crypto/sha/asm/f.s; changed permission on "config" script to be executable) and a fix for the INSTALL document. Submitted by: Ulf Moeller <ulf@fitug.de> Reviewed by: Ralf S. Engelschall
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-215-676/+2134
|
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-216-0/+2186