Age | Commit message (Expand) | Author |
2018-11-07 | Use memmove() instead of memcpy() to get rid of the need for | Theo Buehler |
2018-10-20 | RFC 3394 section 2 states that we need at least two 64 bit blocks | Theo Buehler |
2018-04-03 | KNF: move two opening curly braces of function bodies to their own lines | Theo Buehler |
2018-01-07 | On OpenBSD/armv7 we deliberately trap unaligned access. Unfortunately | Mark Kettenis |
2017-12-11 | http://repzret.org/p/repzret/ | Theo de Raadt |
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-09-04 | Less S390. | Joel Sing |
2016-09-04 | Less IA64. | Joel Sing |
2015-11-05 | Cast Td4[] values (which are uint8_t) to uint32_t before shifting them left by | Miod Vallat |
2015-09-10 | Correct spelling of OPENSSL_cleanse. | Joel Sing |
2015-07-19 | Remove the logic responsible for outputting most AES-NI instructions as | Miod Vallat |
2015-07-19 | Replace `.byte 0x48,0x83,0xEC,0x08' with `sub \$8,%rsp' which is exactly the | Miod Vallat |
2015-07-17 | extenstion -> extension | Miod Vallat |
2015-02-10 | Remove assert() or OPENSSL_assert() of pointers being non-NULL. The policy | Miod Vallat |
2014-12-07 | Make sure to load absolute symbol address with `dla' instead of `la' when | Miod Vallat |
2014-12-07 | Remove OPENSSL_FIPSCANISTER mentions. | Miod Vallat |
2014-10-28 | deregister; no binary change | Jonathan Gray |
2014-07-11 | Only import cryptlib.h in the four source files that actually need it. | Joel Sing |
2014-07-10 | Stop including standard headers via cryptlib.h - pull in the headers that | Joel Sing |
2014-07-09 | remove unused, private version strings except SSL_version_str | Brent Cook |
2014-07-09 | Kill more FIPS tentacles by removing the private_AES_set_{enc,dec}rypt_key() | Miod Vallat |
2014-06-12 | tags as requested by miod and tedu | Theo de Raadt |
2014-06-11 | c-file-style hints, begone; ok beck | Theo de Raadt |
2014-05-30 | Move the AES wrap test code into regress. | Joel Sing |
2014-05-24 | Almost nothing actually needs to include <openssl/e_os2.h>, however by | Joel Sing |
2014-05-22 | if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefully | Miod Vallat |
2014-05-12 | Remove AES_bi_ige_encrypt() from libcrypto. This routine is supposed to use | Miod Vallat |
2014-05-01 | Do not output SOM-specific directives. | Miod Vallat |
2014-04-28 | Remove WIN32, WIN64 and MINGW32 tentacles. | Miod Vallat |
2014-04-22 | unifdef -UAES_LONG for we do not intend to run on platforms where int is smaller | Miod Vallat |
2014-04-22 | When compiling with AES_WRAP_TEST, make main() return a meaningful value | Miod Vallat |
2014-04-17 | Get rid of MS Visual C compiler and Intel C compiler specific defines. | Miod Vallat |
2014-04-17 | some KNF cleanup following the script | Theo de Raadt |
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-15 | remove FIPS mode support. people who require FIPS can buy something that | Ted Unangst |
2014-04-15 | First pass at applying KNF to the OpenSSL code, which almost makes it | Joel Sing |
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-31 | On amd64 OPENSSL_cpuid_setup and OPENSSL_ia32cap_P are now hidden so we don't | Mark Kettenis |
2012-10-13 | resolve conflicts | Damien Miller |
2012-10-13 | import OpenSSL-1.0.1c | Damien Miller |
2010-10-01 | resolve conflicts, fix local changes | Damien Miller |
2010-10-01 | import OpenSSL-1.0.0a | Damien Miller |
2010-07-01 | import OpenSSL-1.0.1c | Thordur I. Bjornsson |
2009-04-06 | import of OpenSSL 0.9.8k | Damien Miller |
2009-01-09 | resolve conflicts | Damien Miller |
2008-09-19 | fix some cause of bad TEXTREL on i386 and amd64 | Otto Moerbeek |