| Commit message (Expand) | Author | Age | Files | Lines |
* | Use static inline for rc4_set_key_internal(). | jsing | 2024-03-28 | 1 | -2/+2 |
* | Hide symbols in RC4 | joshua | 2024-03-28 | 1 | -1/+3 |
* | Use C functions for RC4 public API. | jsing | 2024-03-28 | 3 | -19/+44 |
* | Remove unused rc4 parisc assembly. | jsing | 2024-03-27 | 1 | -294/+0 |
* | Consolidate rc4 code. | jsing | 2024-03-27 | 2 | -98/+31 |
* | Remove assembly for stitched modes. | jsing | 2024-03-27 | 1 | -515/+0 |
* | Remove empty rc4_local.h include. | jsing | 2024-03-27 | 3 | -10/+2 |
* | Remove private_RC4_set_key() from the public rc4.h header. | jsing | 2024-03-27 | 1 | -2/+1 |
* | Replace uses of endbr64 with _CET_ENDBR from cet.h | tb | 2024-02-24 | 2 | -4/+4 |
* | Garbage collect rodata only used by RC4_options() | tb | 2023-07-29 | 1 | -5/+0 |
* | Remove various ${thing}_options | tb | 2023-07-28 | 6 | -106/+3 |
* | Add endbr64 where needed by inspection. Passes regresson tests. | deraadt | 2023-04-25 | 2 | -1/+8 |
* | Use explicit .text instead of .previous to please Windows/MinGW on amd64 | tb | 2023-02-23 | 1 | -1/+1 |
* | Use .section .rodata instead of a plain .rodata | tb | 2023-02-09 | 1 | -1/+1 |
* | Move all data blocks from .text to .rodata and cleanup up and homogeneize code | miod | 2023-02-01 | 1 | -11/+15 |
* | Move constants out of text segment into rodata to prepare for xonly support | deraadt | 2023-01-14 | 1 | -1/+2 |
* | Move all data tables from .text section to .rodata, and update the code to | miod | 2023-01-13 | 1 | -12/+9 |
* | spelling fixes; from paul tagliamonte | jmc | 2022-12-26 | 2 | -4/+4 |
* | Make internal header file names consistent | tb | 2022-11-26 | 4 | -9/+9 |
* | Switch to <endian.h> from <machine/endian.h> for better portability. | bcook | 2021-11-09 | 1 | -2/+3 |
* | move endian/word size checks from runtime to compile time | bcook | 2017-08-13 | 1 | -33/+33 |
* | Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] by | miod | 2016-11-04 | 2 | -8/+10 |
* | Less S390. | jsing | 2016-09-04 | 1 | -234/+0 |
* | Less IA64. | jsing | 2016-09-04 | 1 | -755/+0 |
* | In the case where len is not a multiple of sizeof(RC4_CHUNK) the RC4 code | jsing | 2015-10-21 | 1 | -63/+1 |
* | Lob a style(9) grenade in here. | jsing | 2015-10-20 | 3 | -172/+185 |
* | Remove old interesting but not useful content. | jsing | 2015-02-10 | 1 | -278/+0 |
* | deregister; no binary change | jsg | 2014-10-28 | 2 | -7/+7 |
* | Remove private_{Camellia,RC4}_set_key FIPS indirection tentacles, as has been | miod | 2014-07-12 | 6 | -73/+14 |
* | Only import cryptlib.h in the four source files that actually need it. | jsing | 2014-07-11 | 1 | -3/+1 |
* | Explicitly include <openssl/opensslconf.h> in every file that references | jsing | 2014-07-10 | 1 | -1/+2 |
* | Remove leading underscore from _BYTE_ORDER and _{LITTLE,BIG}_ENDIAN, to be | miod | 2014-07-09 | 1 | -2/+2 |
* | remove unused, private version strings except SSL_version_str | bcook | 2014-07-09 | 1 | -3/+1 |
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 5 | -4/+6 |
* | c-file-style hints, begone; ok beck | deraadt | 2014-06-11 | 1 | -1/+1 |
* | Do not output SOM-specific directives. | miod | 2014-05-01 | 1 | -0/+6 |
* | First pass at removing win64 support from the assembly generating Perl | jsing | 2014-04-30 | 2 | -241/+0 |
* | typo in comment | miod | 2014-04-27 | 1 | -1/+1 |
* | I'm glad to know that Ultrix CC has a bug optimizing switch() statements | miod | 2014-04-23 | 1 | -10/+0 |
* | Figure out endianness at compile-time, using _BYTE_ORDER from | miod | 2014-04-23 | 1 | -7/+3 |
* | Remove meat which either duplicates code found in apps/, or is only of value | miod | 2014-04-22 | 2 | -445/+0 |
* | OPENSSL_DECLARE_EXIT serves no purpose. | deraadt | 2014-04-17 | 1 | -1/+0 |
* | unistd.h is always in the same place; no need to #include the result of | deraadt | 2014-04-17 | 1 | -1/+1 |
* | we don't use these files for building | tedu | 2014-04-15 | 1 | -103/+0 |
* | remove FIPS mode support. people who require FIPS can buy something that | tedu | 2014-04-15 | 1 | -3/+0 |
* | Moved to regress/lib/libcrypto. | miod | 2014-04-15 | 1 | -242/+0 |
* | remove pentium specific benchmark code | jsg | 2014-04-15 | 1 | -73/+0 |
* | remove auto-generated dependencies from the old unused build system, so | deraadt | 2014-04-14 | 1 | -22/+0 |
* | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | miod | 2014-04-13 | 2 | -1/+8 |
* | This commit was generated by cvs2git to track changes on a CVS vendor | miod | 2014-04-13 | 2 | -2/+4 |
|\ |
|