summaryrefslogtreecommitdiff
path: root/crypto/rc4
Commit message (Expand)AuthorAgeFilesLines
* Avoid duplicating symbols in legacy.a with some build optionsTomas Mraz2023-01-311-1/+1
* Rename x86-32 assembly files from .s to .S.Sebastian Andrzej Siewior2022-05-241-3/+3
* rename md5_block_asm_data_order to ossl_md5_block_asm_data_orderPauli2020-11-191-2/+2
* Update copyright yearMatt Caswell2020-04-238-8/+8
* Move legacy ciphers into the legacy providerShane Lontis2020-04-091-0/+6
* Also check for errors in x86_64-xlate.pl.David Benjamin2020-02-176-6/+6
* x86_64: Add endbranch at function entries for Intel CETH.J. Lu2020-02-151-0/+3
* Do not silently truncate files on perlasm errorsDavid Benjamin2020-01-226-6/+6
* Fix unwind info in crypto/rc4/asm/rc4-x86_64.plH.J. Lu2020-01-201-2/+5
* Deprecate the low level RC4 functionsPauli2020-01-162-0/+12
* Add some missing cfi frame info in rc4-md5-x86_64.plBernd Edlinger2019-12-232-0/+4
* s390x assembly pack: enable clang buildPatrick Steuer2019-11-031-4/+4
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-281-2/+2
* Reorganize local header filesDr. Matthias St. Pierre2019-09-283-2/+2
* Unify all assembler file generatorsRichard Levitte2019-09-166-18/+25
* build.info: For all assembler generators, remove all argumentsRichard Levitte2019-09-161-7/+6
* Move rc4_asm_src file information to build.info filesRichard Levitte2019-06-171-2/+19
* Build: correct assembler generation in crypto/rc4/build.infoRichard Levitte2019-02-041-2/+2
* Build: Remove BEGINRAW / ENDRAW / OVERRIDERichard Levitte2019-01-311-6/+2
* Following the license change, modify the boilerplates in crypto/rcN/Richard Levitte2018-12-069-9/+9
* Update copyright yearMatt Caswell2018-09-111-1/+1
* PA-RISC assembly pack: make it work with GNU assembler for HP-UX.Andy Polyakov2018-06-251-4/+16
* Update copyright yearMatt Caswell2018-03-201-1/+1
* Make a few more asm modules conform: last argument is output fileRichard Levitte2018-03-081-0/+2
* Harmonize the make variables across all known platforms familiesRichard Levitte2018-02-141-2/+1
* Processing GNU-style "make variables" - separate CPP flags from C flagsRichard Levitte2018-01-281-1/+3
* Many spelling fixes/typo's corrected.Josh Soref2017-11-112-2/+2
* Remove parentheses of return.KaoruToda2017-10-181-2/+2
* Remove email addresses from source code.Rich Salz2017-10-136-8/+4
* Cleanup some copyright stuffRich Salz2017-06-302-783/+0
* Remove filename argument to x86 asm_init.David Benjamin2017-05-111-1/+1
* {md5,rc4}/asm/*-x86_64.pl: add CFI annotations.Andy Polyakov2017-02-132-0/+25
* Remove trailing whitespace from some files.David Benjamin2016-10-104-6/+6
* spelling fixes, just comments and readme.klemens2016-08-052-2/+2
* x86_64 assembly pack: tolerate spaces in source directory name.Andy Polyakov2016-05-292-2/+2
* Add OpenSSL copyright to .pl filesRich Salz2016-05-217-7/+56
* Copyright consolidation 04/10Rich Salz2016-05-173-108/+21
* Remove --classic build entirelyRichard Levitte2016-04-201-71/+0
* Build system: VC-WIN64I fixups.Andy Polyakov2016-03-211-1/+8
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* build.info/Makefile.in: Itanium fixups.Andy Polyakov2016-03-141-8/+8
* Add $(LIB_CFLAGS) for any build.info generator that uses $(CFLAGS)Richard Levitte2016-03-131-4/+4
* Fix some assembler generating scripts for better unificationRichard Levitte2016-03-111-1/+1
* Make sure the effect of "pic" / "no-pic" is used with assembler compilationsRichard Levitte2016-03-091-1/+1
* Unified - adapt the generation of rc4 assembler to use GENERATERichard Levitte2016-03-094-15/+20
* Always build library object files with shared library cflagsRichard Levitte2016-02-201-1/+1
* Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte2016-02-181-1/+1
* In the unified scheme, there is no $(TOP), use $(SRCDIR) insteadRichard Levitte2016-02-181-1/+1
* Pass $(CC) to perlasm scripts via the environmentRichard Levitte2016-02-131-6/+6
* unified build scheme: add a "unified" template for Unix MakefileRichard Levitte2016-02-101-0/+27