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