summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto
Commit message (Expand)AuthorAgeFilesLines
* this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1996-07-222-1/+6
* Add space before \ to deal with SunOS version of make which losesEzra Peisach1996-06-152-3/+6
* Include string.h for declaration for memcpy()Ezra Peisach1996-06-132-0/+5
* Add missing prototypes; needed to make Win-32 compiler happyTheodore Tso1996-06-132-0/+16
* c_ustime.c: Fix WIN32 to be _WIN32Theodore Tso1996-06-123-2/+9
* Add #ifdef _WIN32 in places where we had #ifdef _MSDOSTheodore Tso1996-06-128-6/+21
* cvsignore hackeryTom Yu1996-06-107-7/+0
* s^big^little^ in explanationEzra Peisach1996-06-081-1/+1
* Dynamic test of byteorder when htonl was removed failed for half of theEzra Peisach1996-06-082-0/+6
* Don't pass $(LIBCMD) on the command line. It's set in the windows.inTheodore Tso1996-06-062-6/+11
* Don't use htonl(); it doesn't exist under Windows. Instead do theTheodore Tso1996-06-062-5/+14
* Updated .Sanitize fileTheodore Tso1996-06-061-1/+0
* Update .Sanitize files to reflect current file statusTheodore Tso1996-06-061-2/+2
* Include sha in the list of subdirectories for the MacintoshTheodore Tso1996-06-062-1/+6
* Use KRB5_RUN_FLAGS in configure.in, and use appropriate run flags forSam Hartman1996-05-236-5/+16
* Use KRB5_RUN_FLAGS in configure.in, and use appropriate run flags forSam Hartman1996-05-233-6/+21
* md4crypto.c:Richard Basch1996-05-222-2/+12
* md5crypto.c, md5crypto.h: Change use of RSA_MD5_DES_CKSUM_LENGTH toTheodore Tso1996-05-204-125/+73
* Change use of RSA_MD4_DES_CKSUM_LENGTH to useTheodore Tso1996-05-203-36/+36
* Don't do timing tests; it takes too long!Theodore Tso1996-05-202-0/+6
* update Makefile.in for new libupdateTom Yu1996-05-202-10/+8
* * des3_sha.c: Add static keywords in function declarartions toEzra Peisach1996-05-182-2/+7
* Fix memory leak. Free tempbuf before returningTheodore Tso1996-05-182-0/+7
* Define MD5_K5BETA_COMPAT and MD5_K5BETA_COMP_DEF so that we continueTheodore Tso1996-05-183-4/+20
* Define MD4_K5BETA_COMPAT and MD4_K5BETA_COMP_DEF so that we continueTheodore Tso1996-05-183-6/+22
* Fixed changelog to reflect previous checkinRichard Basch1996-05-151-0/+3
* * des_crc.c des_md5.c:Richard Basch1996-05-155-49/+66
* * .Sanitize: reflect current filesRichard Basch1996-05-157-164/+135
* * md5crypto.c md5glue.c:Richard Basch1996-05-154-2/+16
* * md4crypto.c md4glue.c:Richard Basch1996-05-153-1/+11
* * des_int.h: the cs_entry routines in cbc_cksum.c are now staticRichard Basch1996-05-155-60/+36
* crc.c: ensure the cksum length is sufficientRichard Basch1996-05-153-4/+14
* * shs.c (longReverse): Remove extraneous \.Ezra Peisach1996-05-102-3/+8
* added des3_raw.c and sha..Richard Basch1996-05-101-0/+2
* replaced des3_md5.c with des3_sha.cRichard Basch1996-05-101-1/+1
* removed des3-md5 support (replaced with des3-sha)Richard Basch1996-05-102-0/+6
* replaced des3-md5 with des3-shaRichard Basch1996-05-101-0/+7
* Obsolete file (replaced des3-md5 with des3-sha)Richard Basch1996-05-101-173/+0
* Replaced des3-md5 with des3-shaRichard Basch1996-05-104-19/+221
* Replace des3-md5 with des3-shaRichard Basch1996-05-105-4/+9
* NIST-SHA supportRichard Basch1996-05-1010-0/+890
* Don't do more than the necessary encryptions for a single cblock lengthRichard Basch1996-05-071-4/+5
* Somehow I missed this file during my previous checkin... New 3des randomRichard Basch1996-05-071-15/+121
* Use the new 3des random number generatorRichard Basch1996-05-073-2/+7
* New DES random number generation. For regular DES, it is nearly equivalentRichard Basch1996-05-078-338/+261
* * Makefile.in (libcrypto.$(STEXT)): Remove before creatingKen Raeburn1996-04-302-0/+5
* Renamed the functions to begin with krb5_ (like was done with MD5)Richard Basch1996-04-136-72/+77
* Renamed the functions to be preceded with krb5_ (I ran into a namingRichard Basch1996-04-137-81/+86
* oops, ted already got itMark Eichin1996-04-101-2/+0
* actually build afsstring2key.cMark Eichin1996-04-101-0/+2