Age | Commit message (Expand) | Author |
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 |
2010-10-01 | import OpenSSL-1.0.0a | Damien Miller |
2008-09-06 | import of OpenSSL 0.9.8h | Damien Miller |
2016-09-04 | Less S390. | Joel Sing |
2016-09-04 | Less IA64. | Joel Sing |
2010-10-01 | import OpenSSL-1.0.0a | Damien Miller |
2005-04-29 | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@ | Damien Miller |
2016-03-15 | 'accomodate' -> 'accommodate' in comments. | Kenneth R Westerback |
2015-11-14 | mutli -> multi | Miod Vallat |
2015-11-14 | Various *syncron* -> *synchron* typos. | Miod Vallat |
2015-09-13 | Remove SHA-0 support. | Doug Hogan |
2015-09-10 | Correct spelling of OPENSSL_cleanse. | Joel Sing |
2015-08-18 | typos | 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-10-20 | digests: *_LONG_LOG2 is not used, stop talking about it. | Brent Cook |
2014-08-19 | Three independent typos for `independent' or `independently'. | Miod Vallat |
2014-08-18 | remove return value from HOST_c2l/l2c macros | Brent Cook |
2014-07-13 | unbreak build this needed to be an and.. | Bob Beck |
2014-07-13 | Take out __bounded__ in the include files we use it in when not on OpenBSD. | Bob Beck |
2014-07-11 | Only import cryptlib.h in the four source files that actually need it. | Joel Sing |
2014-07-10 | Explicitly include <openssl/opensslconf.h> in every file that references | Joel Sing |
2014-07-10 | Remove bogus preprocessor statements trying to pick the largest integer | Miod Vallat |
2014-07-09 | Remove leading underscore from _BYTE_ORDER and _{LITTLE,BIG}_ENDIAN, to be | Miod Vallat |
2014-07-09 | remove unused, private version strings except SSL_version_str | Brent Cook |
2014-06-14 | Add more bounded attributes to the buffer and md5/sha headers in libssl | Anil Madhavapeddy |
2014-06-12 | tags as requested by miod and tedu | Theo de Raadt |
2014-05-30 | Move sha256 and sha512 tests to regress and wire them up. | Joel Sing |
2014-05-24 | Almost nothing actually needs to include <openssl/e_os2.h>, however by | Joel Sing |
2014-05-07 | Get __STRICT_ALIGNMENT from <machine/endian.h> and decide upon it, rather | Miod Vallat |
2014-05-02 | The assembly sha512 code detects at runtime if it is running on a 64-bit | Miod Vallat |
2014-05-01 | Do not output SOM-specific directives. | Miod Vallat |
2014-05-01 | Fix include filename to get register name aliases under BSD | Miod Vallat |
2014-05-01 | Remove fips_md_init() macro indirection for digest algorithms, used by the | Miod Vallat |
2014-04-30 | First pass at removing win64 support from the assembly generating Perl | Joel Sing |
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-22 | Remove meat which either duplicates code found in apps/, or is only of value | Miod Vallat |
2014-04-18 | Unsurprisingly, since <unistd.h> was so darn hard to find for OpenSSL developers | Bob Beck |
2014-04-18 | Do not ask the user to pass either -DB_ENDIAN or -DL_ENDIAN to the compiler, | Miod Vallat |
2014-04-17 | Get rid of MS Visual C compiler and Intel C compiler specific defines. | Miod Vallat |
2014-04-17 | There are no plans to ever build this with the Metrojerks compiler. | Miod Vallat |
2014-04-17 | Remove support for big-endian i386 and amd64. | Miod Vallat |
2014-04-17 | Aren't you glad to have this file tell you that ``C2.pl works''? Bonus point | Miod Vallat |
2014-04-17 | No need to consider being compiled by NASM anymore. | Miod Vallat |
2014-04-16 | Remove _CRAY references. Note that this pleads for the use of <stdint.h> | Miod Vallat |
2014-04-15 | we don't use these files for building | Ted Unangst |