| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use multiple statements instead of comma separated expressions. | jsing | 2023-03-26 | 1 | -24/+33 |
* | Add blank lines for readability. | jsing | 2023-03-26 | 1 | -1/+4 |
* | Add some blank lines for readability, along with some more style(9) tweaks. | jsing | 2023-03-26 | 2 | -7/+24 |
* | Whack sha with a style(9) stick. | jsing | 2023-03-26 | 4 | -505/+706 |
* | Use explicit .text instead of .previous to please Windows/MinGW on amd64 | tb | 2023-02-23 | 2 | -3/+3 |
* | Use .section .rodata instead of a plain .rodata | tb | 2023-02-09 | 3 | -4/+4 |
* | Remove AIX toc data after every function. NFC | miod | 2023-02-02 | 2 | -13/+0 |
* | Move all data blocks from .text to .rodata and cleanup up and homogeneize code | miod | 2023-02-02 | 1 | -1/+0 |
* | Move all data blocks from .text to .rodata and cleanup up and homogeneize code | miod | 2023-02-01 | 3 | -29/+29 |
* | For xonly, move sha512-ppc.pl's table from text to rodata | gkoehler | 2023-02-01 | 1 | -18/+7 |
* | Remove various unused assembly files and assembly generation scripts. | jsing | 2023-01-19 | 2 | -867/+0 |
* | Move constants out of text segment into rodata to prepare for xonly support | deraadt | 2023-01-14 | 2 | -1/+6 |
* | Move all data tables from .text section to .rodata, and update the code to | miod | 2023-01-13 | 3 | -12/+27 |
* | Move all data tables from .text section to .rodata, and update the code to | miod | 2023-01-13 | 2 | -21/+9 |
* | spelling fixes; from paul tagliamonte | jmc | 2022-12-26 | 5 | -9/+9 |
* | Make internal header file names consistent | tb | 2022-11-26 | 2 | -3/+3 |
* | Switch to <endian.h> from <machine/endian.h> for better portability. | bcook | 2021-11-09 | 3 | -8/+6 |
* | lenght -> length | jsg | 2019-01-21 | 1 | -2/+2 |
* | Make the NEON codepaths conditional on __STRICT_ALIGNMENT not being | kettenis | 2018-01-24 | 1 | -2/+2 |
* | On OpenBSD/armv7 we deliberately trap unaligned access. Unfortunately | kettenis | 2018-01-07 | 3 | -4/+4 |
* | Move __BEGIN_HIDDEN_DECLS out of the middle of a function declaration. | patrick | 2016-12-23 | 1 | -3/+3 |
* | Explicitly export a list of symbols from libcrypto. | jsing | 2016-12-21 | 1 | -1/+6 |
* | Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] by | miod | 2016-11-04 | 3 | -10/+11 |
* | Remove I386_ONLY define. It was only used to prefer a | miod | 2016-11-04 | 1 | -12/+1 |
* | Less S390. | jsing | 2016-09-04 | 2 | -568/+0 |
* | Less IA64. | jsing | 2016-09-04 | 2 | -977/+0 |
* | 'accomodate' -> 'accommodate' in comments. | krw | 2016-03-15 | 2 | -3/+3 |
* | mutli -> multi | miod | 2015-11-14 | 1 | -1/+1 |
* | Various *syncron* -> *synchron* typos. | miod | 2015-11-14 | 1 | -1/+1 |
* | Remove SHA-0 support. | doug | 2015-09-13 | 5 | -194/+6 |
* | Correct spelling of OPENSSL_cleanse. | jsing | 2015-09-10 | 4 | -10/+10 |
* | typos | miod | 2015-08-18 | 1 | -1/+1 |
* | Make sure to load absolute symbol address with `dla' instead of `la' when | miod | 2014-12-07 | 1 | -1/+7 |
* | Remove OPENSSL_FIPSCANISTER mentions. | miod | 2014-12-07 | 2 | -8/+0 |
* | deregister; no binary change | jsg | 2014-10-28 | 1 | -3/+3 |
* | digests: *_LONG_LOG2 is not used, stop talking about it. | bcook | 2014-10-20 | 1 | -3/+2 |
* | Three independent typos for `independent' or `independently'. | miod | 2014-08-19 | 1 | -1/+1 |
* | remove return value from HOST_c2l/l2c macros | bcook | 2014-08-18 | 2 | -25/+25 |
* | unbreak build this needed to be an and.. | beck | 2014-07-13 | 1 | -2/+2 |
* | Take out __bounded__ in the include files we use it in when not on OpenBSD. | beck | 2014-07-13 | 1 | -1/+4 |
* | Only import cryptlib.h in the four source files that actually need it. | jsing | 2014-07-11 | 1 | -4/+2 |
* | Explicitly include <openssl/opensslconf.h> in every file that references | jsing | 2014-07-10 | 7 | -17/+33 |
* | Remove bogus preprocessor statements trying to pick the largest integer | miod | 2014-07-10 | 1 | -8/+1 |
* | Remove leading underscore from _BYTE_ORDER and _{LITTLE,BIG}_ENDIAN, to be | miod | 2014-07-09 | 3 | -8/+8 |
* | remove unused, private version strings except SSL_version_str | bcook | 2014-07-09 | 4 | -12/+4 |
* | Add more bounded attributes to the buffer and md5/sha headers in libssl | avsm | 2014-06-14 | 1 | -13/+25 |
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 8 | -8/+8 |
* | Move sha256 and sha512 tests to regress and wire them up. | jsing | 2014-05-30 | 2 | -331/+0 |
* | Almost nothing actually needs to include <openssl/e_os2.h>, however by | jsing | 2014-05-24 | 1 | -1/+2 |
* | Get __STRICT_ALIGNMENT from <machine/endian.h> and decide upon it, rather | miod | 2014-05-07 | 1 | -4/+1 |