index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
OPENBSD_7_7
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libcrypto
/
rc4
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mop up RC4_INDEX.
jsing
2025-01-27
1
-25
/
+19
*
Remove #error if OPENSSL_NO_FOO is defined
tb
2025-01-25
1
-5
/
+1
*
Provide and use crypto_arch.h.
jsing
2024-08-11
1
-1
/
+3
*
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
[next]