Age | Commit message (Expand) | Author |
2021-11-09 | Switch to <endian.h> from <machine/endian.h> for better portability. | Brent Cook |
2019-01-21 | lenght -> length | Jonathan Gray |
2017-02-09 | DES keys are not 7 days long. ok jsing@ | Darren Tucker |
2016-12-26 | Typo, "more then" -> "more than" | Jeremie Courreges-Anglas |
2016-12-21 | Explicitly export a list of symbols from libcrypto. | Joel Sing |
2016-03-20 | " the the " -> " the ", or in a couple of cases replace the superfluous | Kenneth R Westerback |
2015-12-24 | More adress -> address | Michael McConville |
2015-09-12 | Remove horribly old and outdated `documentation' for the assembly code. | Miod Vallat |
2015-09-10 | Correct spelling of OPENSSL_cleanse. | Joel Sing |
2015-02-12 | If you do not support POSIX I/O then you're not tall enough to ride... | Joel Sing |
2015-02-10 | Remove assert() or OPENSSL_assert() of pointers being non-NULL. The policy | Miod Vallat |
2015-02-07 | Delete a lot of #if 0 code in libressl. | Doug Hogan |
2014-10-28 | deregister; no binary change | Jonathan Gray |
2014-10-22 | Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes(). | Joel Sing |
2014-10-12 | Remove useless comments in DES_is_weak_key(). Do we really care that this | Miod Vallat |
2014-08-18 | replace more ROTATE macros with plain-old C code. | Brent Cook |
2014-07-22 | In DES_random_key(), force the generated key to the odd parity before checking | Miod Vallat |
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-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-07-08 | Remove undocumented _des_crypt() interface and its companion header file, | Miod Vallat |
2014-06-12 | tags as requested by miod and tedu | Theo de Raadt |
2014-05-24 | Remove the _shadow_ indirection, which is unnecessary in a world without | Joel Sing |
2014-05-24 | Expand the OPENSSL_.*GLOBAL.* macros and stop including e_os2.h. | Joel Sing |
2014-05-24 | Explicitly include <openssl/openssl.conf>. des.h still needs e_os2.h (at | Joel Sing |
2014-05-24 | Almost nothing actually needs to include <openssl/e_os2.h>, however by | Joel Sing |
2014-05-22 | Expand the OPENSSL_{GLOBAL,EXPORT,IMPORT,EXTERN} macros - this rids the | Joel Sing |
2014-04-28 | Remove WIN32, WIN64 and MINGW32 tentacles. | Miod Vallat |
2014-04-27 | Unifdef -U OPENSSL_BUILD_SHLIBCRYPTO, since all it causes under Unix is to | Miod Vallat |
2014-04-24 | unifdef MSDOS | Giovanni Bechis |
2014-04-23 | Unifdef -UPEDANTIC. ok beck@ tedu@ | Miod Vallat |
2014-04-22 | Remove files which look like actual code compiled in libcrypto, but isn't. | Miod Vallat |
2014-04-22 | Remove meat which either duplicates code found in apps/, or is only of value | Miod Vallat |
2014-04-21 | clean up files we don't need | Ted Unangst |
2014-04-19 | We'll interpret a (void) cast on snprintf() to mean it's been verified that | Philip Guenther |
2014-04-18 | tone down some XXXXX to not appear in grep | Ted Unangst |
2014-04-18 | Do not ask the user to pass either -DB_ENDIAN or -DL_ENDIAN to the compiler, | Miod Vallat |
2014-04-18 | Put the final pieces from e_os.h in the required places, and remove it. | Theo de Raadt |
2014-04-17 | Get rid of MS Visual C compiler and Intel C compiler specific defines. | Miod Vallat |
2014-04-17 | Change library to use intrinsic memory allocation functions instead of | Bob Beck |
2014-04-17 | OPENSSL_DECLARE_EXIT serves no purpose. | Theo de Raadt |
2014-04-17 | unistd.h is always in the same place; no need to #include the result of | Theo de Raadt |
2014-04-16 | Remove _CRAY references. Note that this pleads for the use of <stdint.h> | Miod Vallat |
2014-04-16 | Remove DES_read_password and DES_read_2passwords which are `modern' flavours | Miod Vallat |
2014-04-16 | dead file | Ted Unangst |
2014-04-16 | you do not want to do the things this program does | Ted Unangst |
2014-04-15 | we don't use these files for building | Ted Unangst |
2014-04-15 | 12 years ago, old_des.h was used to provide compatibility with libdes. | Ted Unangst |
2014-04-15 | 12 years ago, old_des.h was used to provide compatibility with libdes. | Ted Unangst |