Age | Commit message (Expand) | Author |
2018-07-24 | add c++ symbol annotations | Brent Cook |
2018-01-24 | Make the NEON codepaths conditional on __STRICT_ALIGNMENT not being | Mark Kettenis |
2017-12-09 | In the middle of CRYPTO_gcm128_finish() there is a complicated #ifdef | Theo de Raadt |
2017-09-03 | Checking sizeof size_t by SIZE_MAX instead of _LP64 | Kinichiro Inoguchi |
2017-08-30 | Fix ifdef to if in gcm128.c | Kinichiro Inoguchi |
2017-08-14 | fix missing bracket on ARM | Brent Cook |
2017-08-13 | move endian/word size checks from runtime to compile time | Brent Cook |
2017-05-02 | use freezero() instead of memset/explicit_bzero + free. Substantially | Theo de Raadt |
2017-01-04 | Convert ARM assembly to unified syntax. Clang demands it, binutils | Patrick Wildt |
2016-12-21 | Explicitly export a list of symbols from libcrypto. | Joel Sing |
2016-11-04 | Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] by | Miod Vallat |
2016-11-04 | Remove I386_ONLY define. It was only used to prefer a | Miod Vallat |
2016-09-04 | Less S390. | Joel Sing |
2016-09-04 | Less IA64. | Joel Sing |
2015-09-10 | Correct spelling of OPENSSL_cleanse. | Joel Sing |
2015-07-19 | unifdef -UCBC_HANDLES_TRUNCATED_IO | Miod Vallat |
2015-02-10 | Remove assert() or OPENSSL_assert() of pointers being non-NULL. The policy | Miod Vallat |
2015-02-07 | Delete a lot of #if 0 code in libressl. | Doug Hogan |
2014-09-27 | Doh, rev 1.4 had left out one routine with both 32-bit and 64-bit code, where | Miod Vallat |
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-06-27 | hand-KNF macro the do { } while loops | Theo de Raadt |
2014-06-12 | tags as requested by miod and tedu | Theo de Raadt |
2014-06-07 | malloc() result does not need a cast. | Theo de Raadt |
2014-05-31 | Move the cts128 and gcm128 tests to regress. | Joel Sing |
2014-05-07 | Get __STRICT_ALIGNMENT from <machine/endian.h> and decide upon it, rather | Miod Vallat |
2014-05-02 | More use of 64-bit registers which needs to be disabled under OpenBSD. | Miod Vallat |
2014-05-01 | Do not output SOM-specific directives. | Miod Vallat |
2014-05-01 | Make the implicit `l' in `impicit' explicit. | Miod Vallat |
2014-05-01 | Fix include filename to get register name aliases under BSD | Miod Vallat |
2014-04-28 | Remove WIN32, WIN64 and MINGW32 tentacles. | Miod Vallat |
2014-04-23 | Unifdef -UPEDANTIC. ok beck@ tedu@ | Miod Vallat |
2014-04-23 | Figure out endianness at compile-time, using _BYTE_ORDER from | Miod Vallat |
2014-04-17 | Get rid of MS Visual C compiler and Intel C compiler specific defines. | Miod Vallat |
2014-04-17 | Remove the benchmark part of the selftest. It uses the undocumented | Miod Vallat |
2014-04-17 | Change library to use intrinsic memory allocation functions instead of | Bob Beck |
2014-04-15 | we don't use these files for building | Ted Unangst |
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 |
2014-04-13 | Import OpenSSL 1.0.1g | Miod Vallat |
2012-10-13 | import OpenSSL-1.0.1c | Damien Miller |
2010-10-01 | import OpenSSL-1.0.0a | Damien Miller |