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