summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* add mit_des_combine_subkeysJohn Kohl1991-02-221-0/+5
* update copyright noticesJohn Kohl1991-02-193-11/+9
* use Krb5LibraryTargetJohn Kohl1991-02-153-3/+3
* include count in the outputJohn Kohl1991-02-132-2/+10
* the DES_CBC checksum is collision proof and keyedJohn Kohl1991-01-171-2/+4
* make all the default targetJohn Kohl1991-01-171-0/+1
* fix problem with referencing past end of array on byte-alignedJohn Kohl1991-01-171-4/+12
* need to encrypt the output, dummy!John Kohl1991-01-171-1/+1
* fix up depend stepJohn Kohl1991-01-041-4/+2
* cast the seed to an octet *John Kohl1991-01-031-1/+1
* fix names of table entriesJohn Kohl1991-01-032-2/+2
* use proper names in the glue entriesJohn Kohl1991-01-031-3/+2
* *** empty log message ***John Kohl1991-01-031-0/+87
* add md4cryptoJohn Kohl1991-01-031-2/+2
* add MD4 des versionJohn Kohl1991-01-031-1/+3
* RFC draft protocol changes and related cleanupsJohn Kohl1990-12-145-20/+14
* Moved mit_des_encrypt_f to krb_glue.hTheodore Tso1990-12-121-163/+0
* Initial revisionTheodore Tso1990-12-101-0/+213
* use proper polynomial for this CRC tableJohn Kohl1990-12-031-65/+114
* add crctest stuffJohn Kohl1990-11-291-1/+6
* *** empty log message ***John Kohl1990-11-292-0/+144
* fix up dependency stageJohn Kohl1990-11-201-0/+2
* depend must make sure des.c is done (meaning all the generated include files)John Kohl1990-11-201-0/+2
* don't include mit-des.h twice, if needed more than onceJohn Kohl1990-11-201-0/+6
* fix checksum array to match defines in encryption.hJohn Kohl1990-11-201-1/+6
* change name for checksum type #defineJohn Kohl1990-11-201-1/+1
* changes for narrow/wide prototypesJohn Kohl1990-11-191-1/+6
* Since we're going to need to have glue library anyway, quad_checksumTheodore Tso1990-11-161-6/+2
* Added krb_glue.c, read_password.c, and quad_cksum.cTheodore Tso1990-11-151-2/+8
* change bzero to memsetJohn Kohl1990-11-087-11/+11
* change bcopy to memcpyJohn Kohl1990-11-083-12/+12
* use memcpm rather than bcmpJohn Kohl1990-11-081-1/+1
* change bcmp to memcmp, bcopy to memcpyJohn Kohl1990-11-082-21/+21
* change bcmp to memcmp, bcopy to memcpyJohn Kohl1990-11-081-2/+2
* *** empty log message ***John Kohl1990-11-082-0/+79
* fix indentation to remove extra space from documentation fileJohn Kohl1990-11-081-119/+131
* change to copy onto stack to avoid modifying input in MDupdateJohn Kohl1990-11-081-15/+30
* add MD4 supportJohn Kohl1990-11-081-0/+8
* Initial code from RFCJohn Kohl1990-11-072-0/+441
* fix logic for turning on debugging John Kohl1990-10-311-1/+1
* change to a lengt/contents fill-in rather than a return valueJohn Kohl1990-10-231-8/+40
* use real prototypesJohn Kohl1990-10-221-15/+22
* process_key takes a const arg #2John Kohl1990-10-191-1/+1
* need to cast (keyblock is const)John Kohl1990-10-191-3/+3
* add 'const' where neededJohn Kohl1990-10-193-14/+15
* add 'const' where needed.John Kohl1990-10-191-2/+2
* use internal prototypesJohn Kohl1990-10-191-24/+1
* code rearrangement for const * stuff; make the _f functions staticJohn Kohl1990-10-191-69/+70
* change const krb5_pointer to krb5_const_pointerJohn Kohl1990-10-191-2/+2
* need to use ui_2 for msecJohn Kohl1990-10-021-1/+1