summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/des (follow)
Commit message (Expand)AuthorAgeFilesLines
* lenght -> lengthjsg2019-01-211-1/+1
* DES keys are not 7 days long. ok jsing@dtucker2017-02-091-2/+2
* Typo, "more then" -> "more than"jca2016-12-261-2/+2
* Explicitly export a list of symbols from libcrypto.jsing2016-12-212-2/+11
* " the the " -> " the ", or in a couple of cases replace the superfluouskrw2016-03-201-1/+1
* More adress -> addressmmcc2015-12-241-1/+1
* Remove horribly old and outdated `documentation' for the assembly code.miod2015-09-121-131/+0
* Correct spelling of OPENSSL_cleanse.jsing2015-09-101-3/+3
* If you do not support POSIX I/O then you're not tall enough to ride...jsing2015-02-122-10/+2
* Remove assert() or OPENSSL_assert() of pointers being non-NULL. The policymiod2015-02-101-7/+1
* Delete a lot of #if 0 code in libressl.doug2015-02-074-78/+4
* deregister; no binary changejsg2014-10-2818-94/+94
* Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().jsing2014-10-222-8/+7
* Remove useless comments in DES_is_weak_key(). Do we really care that thismiod2014-10-121-14/+10
* replace more ROTATE macros with plain-old C code.bcook2014-08-181-15/+6
* In DES_random_key(), force the generated key to the odd parity before checkingmiod2014-07-221-8/+8
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-112-7/+5
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-103-6/+11
* Remove leading underscore from _BYTE_ORDER and _{LITTLE,BIG}_ENDIAN, to bemiod2014-07-091-6/+6
* remove unused, private version strings except SSL_version_strbcook2014-07-092-69/+1
* Remove undocumented _des_crypt() interface and its companion header file,miod2014-07-082-231/+0
* tags as requested by miod and teduderaadt2014-06-1229-29/+30
* Remove the _shadow_ indirection, which is unnecessary in a world withoutjsing2014-05-243-7/+4
* Expand the OPENSSL_.*GLOBAL.* macros and stop including e_os2.h.jsing2014-05-243-8/+7
* Explicitly include <openssl/openssl.conf>. des.h still needs e_os2.h (atjsing2014-05-241-2/+3
* Almost nothing actually needs to include <openssl/e_os2.h>, however byjsing2014-05-241-2/+3
* Expand the OPENSSL_{GLOBAL,EXPORT,IMPORT,EXTERN} macros - this rids thejsing2014-05-223-7/+5
* Remove WIN32, WIN64 and MINGW32 tentacles.miod2014-04-282-12/+0
* Unifdef -U OPENSSL_BUILD_SHLIBCRYPTO, since all it causes under Unix is tomiod2014-04-273-20/+1
* unifdef MSDOSgiovanni2014-04-241-12/+1
* Unifdef -UPEDANTIC. ok beck@ tedu@miod2014-04-231-1/+1
* Remove files which look like actual code compiled in libcrypto, but isn't.miod2014-04-221-99/+0
* Remove meat which either duplicates code found in apps/, or is only of valuemiod2014-04-225-1157/+0
* clean up files we don't needtedu2014-04-2119-1352/+0
* We'll interpret a (void) cast on snprintf() to mean it's been verified thatguenther2014-04-191-1/+1
* tone down some XXXXX to not appear in greptedu2014-04-181-1/+1
* Do not ask the user to pass either -DB_ENDIAN or -DL_ENDIAN to the compiler,miod2014-04-181-5/+6
* Put the final pieces from e_os.h in the required places, and remove it.deraadt2014-04-182-2/+0
* Get rid of MS Visual C compiler and Intel C compiler specific defines.miod2014-04-171-3/+1
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-172-4/+4
* OPENSSL_DECLARE_EXIT serves no purpose.deraadt2014-04-171-1/+0
* unistd.h is always in the same place; no need to #include the result ofderaadt2014-04-173-11/+3
* Remove _CRAY references. Note that this pleads for the use of <stdint.h>miod2014-04-161-14/+0
* Remove DES_read_password and DES_read_2passwords which are `modern' flavoursmiod2014-04-162-144/+0
* dead filetedu2014-04-161-521/+0
* you do not want to do the things this program doestedu2014-04-161-932/+0
* we don't use these files for buildingtedu2014-04-151-108/+0
* 12 years ago, old_des.h was used to provide compatibility with libdes.tedu2014-04-155-812/+3
* imake died in a fire a long time agotedu2014-04-151-35/+0
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-152-10/+0