| Commit message (Expand) | Author | Age | Files | Lines |
* | Use memmove() instead of memcpy() to get rid of the need for |  tb | 2018-11-07 | 1 | -3/+3 |
* | RFC 3394 section 2 states that we need at least two 64 bit blocks |  tb | 2018-10-20 | 1 | -6/+6 |
* | KNF: move two opening curly braces of function bodies to their own lines |  tb | 2018-04-03 | 1 | -2/+3 |
* | On OpenBSD/armv7 we deliberately trap unaligned access. Unfortunately |  kettenis | 2018-01-07 | 1 | -7/+7 |
* | http://repzret.org/p/repzret/ |  deraadt | 2017-12-11 | 1 | -5/+5 |
* | Explicitly export a list of symbols from libcrypto. |  jsing | 2016-12-21 | 1 | -1/+5 |
* | Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] by |  miod | 2016-11-04 | 3 | -10/+13 |
* | Less S390. |  jsing | 2016-09-04 | 1 | -2237/+0 |
* | Less IA64. |  jsing | 2016-09-04 | 1 | -1123/+0 |
* | Cast Td4[] values (which are uint8_t) to uint32_t before shifting them left by |  miod | 2015-11-05 | 1 | -5/+5 |
* | Correct spelling of OPENSSL_cleanse. |  jsing | 2015-09-10 | 1 | -2/+2 |
* | Remove the logic responsible for outputting most AES-NI instructions as |  miod | 2015-07-19 | 2 | -46/+0 |
* | Replace `.byte 0x48,0x83,0xEC,0x08' with `sub \$8,%rsp' which is exactly the |  miod | 2015-07-19 | 1 | -2/+2 |
* | extenstion -> extension |  miod | 2015-07-17 | 1 | -1/+1 |
* | Remove assert() or OPENSSL_assert() of pointers being non-NULL. The policy |  miod | 2015-02-10 | 4 | -17/+5 |
* | Make sure to load absolute symbol address with `dla' instead of `la' when |  miod | 2014-12-07 | 1 | -4/+10 |
* | Remove OPENSSL_FIPSCANISTER mentions. |  miod | 2014-12-07 | 1 | -4/+0 |
* | deregister; no binary change |  jsg | 2014-10-28 | 1 | -2/+2 |
* | Only import cryptlib.h in the four source files that actually need it. |  jsing | 2014-07-11 | 2 | -5/+4 |
* | Stop including standard headers via cryptlib.h - pull in the headers that |  jsing | 2014-07-10 | 1 | -1/+3 |
* | remove unused, private version strings except SSL_version_str |  bcook | 2014-07-09 | 1 | -3/+1 |
* | Kill more FIPS tentacles by removing the private_AES_set_{enc,dec}rypt_key() |  miod | 2014-07-09 | 8 | -84/+60 |
* | tags as requested by miod and tedu |  deraadt | 2014-06-12 | 12 | -12/+12 |
* | c-file-style hints, begone; ok beck |  deraadt | 2014-06-11 | 11 | -11/+11 |
* | Move the AES wrap test code into regress. |  jsing | 2014-05-30 | 1 | -129/+0 |
* | Almost nothing actually needs to include <openssl/e_os2.h>, however by |  jsing | 2014-05-24 | 1 | -1/+1 |
* | if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefully |  miod | 2014-05-22 | 1 | -4/+2 |
* | Remove AES_bi_ige_encrypt() from libcrypto. This routine is supposed to use |  miod | 2014-05-12 | 2 | -116/+0 |
* | Do not output SOM-specific directives. |  miod | 2014-05-01 | 1 | -0/+6 |
* | Remove WIN32, WIN64 and MINGW32 tentacles. |  miod | 2014-04-28 | 1 | -4/+1 |
* | unifdef -UAES_LONG for we do not intend to run on platforms where int is smaller |  miod | 2014-04-22 | 2 | -8/+0 |
* | When compiling with AES_WRAP_TEST, make main() return a meaningful value |  miod | 2014-04-22 | 1 | -1/+15 |
* | Get rid of MS Visual C compiler and Intel C compiler specific defines. |  miod | 2014-04-17 | 2 | -11/+3 |
* | some KNF cleanup following the script |  deraadt | 2014-04-17 | 1 | -2/+3 |
* | Change library to use intrinsic memory allocation functions instead of |  beck | 2014-04-17 | 1 | -4/+4 |
* | we don't use these files for building |  tedu | 2014-04-15 | 1 | -120/+0 |
* | remove FIPS mode support. people who require FIPS can buy something that |  tedu | 2014-04-15 | 1 | -6/+0 |
* | First pass at applying KNF to the OpenSSL code, which almost makes it |  jsing | 2014-04-15 | 11 | -1970/+1994 |
* | remove auto-generated dependencies from the old unused build system, so |  deraadt | 2014-04-14 | 1 | -33/+0 |
* | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. |  miod | 2014-04-13 | 2 | -2/+4 |
* | Import OpenSSL 1.0.1g |  miod | 2014-04-13 | 6 | -76/+126 |
* | On amd64 OPENSSL_cpuid_setup and OPENSSL_ia32cap_P are now hidden so we don't |  kettenis | 2012-10-31 | 1 | -1/+1 |
* | resolve conflicts |  djm | 2012-10-13 | 6 | -232/+2343 |
* | import OpenSSL-1.0.1c |  djm | 2012-10-13 | 12 | -256/+12696 |
* | import OpenSSL 1.0.0e |  djm | 2011-11-03 | 2 | -205/+204 |
* | resolve conflicts, fix local changes |  djm | 2010-10-01 | 9 | -1008/+2163 |
* | import OpenSSL-1.0.0a |  djm | 2010-10-01 | 6 | -548/+1799 |
* | AES-NI engine support for OpenSSL. |  thib | 2010-07-01 | 1 | -0/+992 |
* | import of OpenSSL 0.9.8k |  djm | 2009-04-06 | 5 | -0/+5783 |
* | resolve conflicts |  djm | 2009-01-09 | 4 | -1/+16 |