| Commit message (Expand) | Author | Age | Files | Lines |
| * | DES keys are not 7 days long. ok jsing@ | dtucker | 2017-02-09 | 1 | -2/+2 |
| * | Typo, "more then" -> "more than" | jca | 2016-12-26 | 1 | -2/+2 |
| * | Explicitly export a list of symbols from libcrypto. | jsing | 2016-12-21 | 2 | -2/+11 |
| * | " the the " -> " the ", or in a couple of cases replace the superfluous | krw | 2016-03-20 | 1 | -1/+1 |
| * | More adress -> address | mmcc | 2015-12-24 | 1 | -1/+1 |
| * | Remove horribly old and outdated `documentation' for the assembly code. | miod | 2015-09-12 | 1 | -131/+0 |
| * | Correct spelling of OPENSSL_cleanse. | jsing | 2015-09-10 | 1 | -3/+3 |
| * | If you do not support POSIX I/O then you're not tall enough to ride... | jsing | 2015-02-12 | 2 | -10/+2 |
| * | Remove assert() or OPENSSL_assert() of pointers being non-NULL. The policy | miod | 2015-02-10 | 1 | -7/+1 |
| * | Delete a lot of #if 0 code in libressl. | doug | 2015-02-07 | 4 | -78/+4 |
| * | deregister; no binary change | jsg | 2014-10-28 | 18 | -94/+94 |
| * | Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes(). | jsing | 2014-10-22 | 2 | -8/+7 |
| * | Remove useless comments in DES_is_weak_key(). Do we really care that this | miod | 2014-10-12 | 1 | -14/+10 |
| * | replace more ROTATE macros with plain-old C code. | bcook | 2014-08-18 | 1 | -15/+6 |
| * | In DES_random_key(), force the generated key to the odd parity before checking | miod | 2014-07-22 | 1 | -8/+8 |
| * | Only import cryptlib.h in the four source files that actually need it. | jsing | 2014-07-11 | 2 | -7/+5 |
| * | Explicitly include <openssl/opensslconf.h> in every file that references | jsing | 2014-07-10 | 3 | -6/+11 |
| * | Remove leading underscore from _BYTE_ORDER and _{LITTLE,BIG}_ENDIAN, to be | miod | 2014-07-09 | 1 | -6/+6 |
| * | remove unused, private version strings except SSL_version_str | bcook | 2014-07-09 | 2 | -69/+1 |
| * | Remove undocumented _des_crypt() interface and its companion header file, | miod | 2014-07-08 | 2 | -231/+0 |
| * | tags as requested by miod and tedu | deraadt | 2014-06-12 | 29 | -29/+30 |
| * | Remove the _shadow_ indirection, which is unnecessary in a world without | jsing | 2014-05-24 | 3 | -7/+4 |
| * | Expand the OPENSSL_.*GLOBAL.* macros and stop including e_os2.h. | jsing | 2014-05-24 | 3 | -8/+7 |
| * | Explicitly include <openssl/openssl.conf>. des.h still needs e_os2.h (at | jsing | 2014-05-24 | 1 | -2/+3 |
| * | Almost nothing actually needs to include <openssl/e_os2.h>, however by | jsing | 2014-05-24 | 1 | -2/+3 |
| * | Expand the OPENSSL_{GLOBAL,EXPORT,IMPORT,EXTERN} macros - this rids the | jsing | 2014-05-22 | 3 | -7/+5 |
| * | Remove WIN32, WIN64 and MINGW32 tentacles. | miod | 2014-04-28 | 2 | -12/+0 |
| * | Unifdef -U OPENSSL_BUILD_SHLIBCRYPTO, since all it causes under Unix is to | miod | 2014-04-27 | 3 | -20/+1 |
| * | unifdef MSDOS | giovanni | 2014-04-24 | 1 | -12/+1 |
| * | Unifdef -UPEDANTIC. ok beck@ tedu@ | miod | 2014-04-23 | 1 | -1/+1 |
| * | Remove files which look like actual code compiled in libcrypto, but isn't. | miod | 2014-04-22 | 1 | -99/+0 |
| * | Remove meat which either duplicates code found in apps/, or is only of value | miod | 2014-04-22 | 5 | -1157/+0 |
| * | clean up files we don't need | tedu | 2014-04-21 | 19 | -1352/+0 |
| * | We'll interpret a (void) cast on snprintf() to mean it's been verified that | guenther | 2014-04-19 | 1 | -1/+1 |
| * | tone down some XXXXX to not appear in grep | tedu | 2014-04-18 | 1 | -1/+1 |
| * | Do not ask the user to pass either -DB_ENDIAN or -DL_ENDIAN to the compiler, | miod | 2014-04-18 | 1 | -5/+6 |
| * | Put the final pieces from e_os.h in the required places, and remove it. | deraadt | 2014-04-18 | 2 | -2/+0 |
| * | Get rid of MS Visual C compiler and Intel C compiler specific defines. | miod | 2014-04-17 | 1 | -3/+1 |
| * | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 2 | -4/+4 |
| * | OPENSSL_DECLARE_EXIT serves no purpose. | deraadt | 2014-04-17 | 1 | -1/+0 |
| * | unistd.h is always in the same place; no need to #include the result of | deraadt | 2014-04-17 | 3 | -11/+3 |
| * | Remove _CRAY references. Note that this pleads for the use of <stdint.h> | miod | 2014-04-16 | 1 | -14/+0 |
| * | Remove DES_read_password and DES_read_2passwords which are `modern' flavours | miod | 2014-04-16 | 2 | -144/+0 |
| * | dead file | tedu | 2014-04-16 | 1 | -521/+0 |
| * | you do not want to do the things this program does | tedu | 2014-04-16 | 1 | -932/+0 |
| * | we don't use these files for building | tedu | 2014-04-15 | 1 | -108/+0 |
| * | 12 years ago, old_des.h was used to provide compatibility with libdes. | tedu | 2014-04-15 | 5 | -812/+3 |
| * | imake died in a fire a long time ago | tedu | 2014-04-15 | 1 | -35/+0 |
| * | remove FIPS mode support. people who require FIPS can buy something that | tedu | 2014-04-15 | 2 | -10/+0 |
| * | Moved to regress/lib/libcrypto. | miod | 2014-04-15 | 1 | -952/+0 |