| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | The assembly sha512 code detects at runtime if it is running on a 64-bit | miod | 2014-05-02 | 1 | -0/+6 |
* | Do not output SOM-specific directives. | miod | 2014-05-01 | 2 | -0/+12 |
* | Fix include filename to get register name aliases under BSD | miod | 2014-05-01 | 1 | -6/+1 |
* | Remove fips_md_init() macro indirection for digest algorithms, used by the | miod | 2014-05-01 | 3 | -6/+6 |
* | First pass at removing win64 support from the assembly generating Perl | jsing | 2014-04-30 | 1 | -109/+0 |
* | Remove WIN32, WIN64 and MINGW32 tentacles. | miod | 2014-04-28 | 1 | -4/+1 |
* | Unifdef -UPEDANTIC. ok beck@ tedu@ | miod | 2014-04-23 | 1 | -20/+12 |
* | Figure out endianness at compile-time, using _BYTE_ORDER from | miod | 2014-04-23 | 2 | -4/+6 |
* | Remove meat which either duplicates code found in apps/, or is only of value | miod | 2014-04-22 | 2 | -249/+0 |
* | Unsurprisingly, since <unistd.h> was so darn hard to find for OpenSSL developers | beck | 2014-04-18 | 1 | -3/+1 |
* | Do not ask the user to pass either -DB_ENDIAN or -DL_ENDIAN to the compiler, | miod | 2014-04-18 | 1 | -3/+4 |
* | Get rid of MS Visual C compiler and Intel C compiler specific defines. | miod | 2014-04-17 | 1 | -30/+0 |
* | There are no plans to ever build this with the Metrojerks compiler. | miod | 2014-04-17 | 1 | -8/+1 |
* | Remove support for big-endian i386 and amd64. | miod | 2014-04-17 | 1 | -7/+1 |
* | Aren't you glad to have this file tell you that ``C2.pl works''? Bonus point | miod | 2014-04-17 | 1 | -1/+0 |
* | No need to consider being compiled by NASM anymore. | miod | 2014-04-17 | 1 | -4/+0 |
* | Remove _CRAY references. Note that this pleads for the use of <stdint.h> | miod | 2014-04-16 | 1 | -1/+1 |