| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure that the tag buffer size is equal to the tag size |  tb | 2019-05-08 | 1 | -2/+2 |
* | add c++ symbol annotations |  bcook | 2018-07-24 | 1 | -1/+9 |
* | Make the NEON codepaths conditional on __STRICT_ALIGNMENT not being |  kettenis | 2018-01-24 | 2 | -3/+3 |
* | In the middle of CRYPTO_gcm128_finish() there is a complicated #ifdef |  deraadt | 2017-12-09 | 1 | -6/+8 |
* | Checking sizeof size_t by SIZE_MAX instead of _LP64 |  inoguchi | 2017-09-03 | 1 | -7/+7 |
* | Fix ifdef to if in gcm128.c |  inoguchi | 2017-08-30 | 1 | -2/+2 |
* | fix missing bracket on ARM |  bcook | 2017-08-14 | 1 | -15/+15 |
* | move endian/word size checks from runtime to compile time |  bcook | 2017-08-13 | 3 | -292/+307 |
* | use freezero() instead of memset/explicit_bzero + free. Substantially |  deraadt | 2017-05-02 | 1 | -5/+2 |
* | Convert ARM assembly to unified syntax. Clang demands it, binutils |  patrick | 2017-01-04 | 1 | -4/+5 |
* | Explicitly export a list of symbols from libcrypto. |  jsing | 2016-12-21 | 1 | -1/+4 |
* | Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] by |  miod | 2016-11-04 | 1 | -6/+13 |
* | Remove I386_ONLY define. It was only used to prefer a |  miod | 2016-11-04 | 2 | -5/+4 |
* | Less S390. |  jsing | 2016-09-04 | 1 | -262/+0 |
* | Less IA64. |  jsing | 2016-09-04 | 1 | -463/+0 |
* | Correct spelling of OPENSSL_cleanse. |  jsing | 2015-09-10 | 1 | -2/+2 |
* | unifdef -UCBC_HANDLES_TRUNCATED_IO |  miod | 2015-07-19 | 1 | -19/+1 |
* | Remove assert() or OPENSSL_assert() of pointers being non-NULL. The policy |  miod | 2015-02-10 | 8 | -47/+8 |
* | Delete a lot of #if 0 code in libressl. |  doug | 2015-02-07 | 1 | -4/+1 |
* | Doh, rev 1.4 had left out one routine with both 32-bit and 64-bit code, where |  miod | 2014-09-27 | 1 | -0/+2 |
* | Explicitly include <openssl/opensslconf.h> in every file that references |  jsing | 2014-07-10 | 1 | -2/+4 |
* | Remove leading underscore from _BYTE_ORDER and _{LITTLE,BIG}_ENDIAN, to be |  miod | 2014-07-09 | 3 | -37/+37 |
* | hand-KNF macro the do { } while loops |  deraadt | 2014-06-27 | 1 | -13/+13 |
* | tags as requested by miod and tedu |  deraadt | 2014-06-12 | 10 | -0/+10 |
* | malloc() result does not need a cast. |  deraadt | 2014-06-07 | 1 | -1/+1 |
* | Move the cts128 and gcm128 tests to regress. |  jsing | 2014-05-31 | 2 | -459/+0 |
* | Get __STRICT_ALIGNMENT from <machine/endian.h> and decide upon it, rather |  miod | 2014-05-07 | 8 | -31/+25 |
* | More use of 64-bit registers which needs to be disabled under OpenBSD. |  miod | 2014-05-02 | 1 | -0/+2 |
* | Do not output SOM-specific directives. |  miod | 2014-05-01 | 1 | -0/+6 |
* | Make the implicit `l' in `impicit' explicit. |  miod | 2014-05-01 | 1 | -1/+1 |
* | Fix include filename to get register name aliases under BSD |  miod | 2014-05-01 | 1 | -6/+1 |
* | Remove WIN32, WIN64 and MINGW32 tentacles. |  miod | 2014-04-28 | 1 | -5/+1 |
* | Unifdef -UPEDANTIC. ok beck@ tedu@ |  miod | 2014-04-23 | 1 | -1/+1 |
* | Figure out endianness at compile-time, using _BYTE_ORDER from |  miod | 2014-04-23 | 4 | -50/+38 |
* | Get rid of MS Visual C compiler and Intel C compiler specific defines. |  miod | 2014-04-17 | 1 | -12/+0 |
* | Remove the benchmark part of the selftest. It uses the undocumented |  miod | 2014-04-17 | 1 | -43/+0 |
* | Change library to use intrinsic memory allocation functions instead of |  beck | 2014-04-17 | 1 | -2/+2 |
* | we don't use these files for building |  tedu | 2014-04-15 | 1 | -100/+0 |
* | remove auto-generated dependencies from the old unused build system, so |  deraadt | 2014-04-14 | 1 | -41/+0 |
* | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. |  miod | 2014-04-13 | 1 | -4/+1 |
* | Import OpenSSL 1.0.1g |  miod | 2014-04-13 | 10 | -75/+225 |
* | import OpenSSL-1.0.1c |  djm | 2012-10-13 | 19 | -56/+7775 |
* | import OpenSSL-1.0.0a |  djm | 2010-10-01 | 7 | -0/+1167 |