summaryrefslogtreecommitdiffstats
path: root/crypto/rc5/rc5_ecb.c (unfollow)
Commit message (Expand)AuthorFilesLines
2002-12-15Bring des_locl.h at the same level as in the 0.9.7 branch.Richard Levitte1-2/+5
2002-12-15Ooops! No ROTATE on some platforms after x86_64 performance patch...Andy Polyakov2-2/+6
2002-12-15As you might have noticed I tried to change for . prefix, because it'sAndy Polyakov1-3/+3
2002-12-14Solaris shared build fix-ups. See RT#238,239 for details.Andy Polyakov2-11/+11
2002-12-14New DETECT_GNU_LD procedure.Andy Polyakov1-4/+2
2002-12-14x86_64 performance patch.Andy Polyakov12-81/+685
2002-12-14DES PIC-ification. Windows companion.Andy Polyakov2-5/+11
2002-12-13The ampersand is not required in these constructs, and was giving AIXGeoff Thorpe8-16/+16
2002-12-13IA-32 assembler modules (primarily DES) PIC-ification. Idea is to keepAndy Polyakov8-79/+118
2002-12-13OK, there's at least one application author who has provided dynamic lockingRichard Levitte1-2/+2
2002-12-12BIO_new_bio_pair() was unnecessarily described in it's own page as well as inRichard Levitte2-105/+54
2002-12-12BIO_set_nbio() is enumerated, but not explained. Remove it from enumerationRichard Levitte1-1/+1
2002-12-12I forgot one item I intend to work on.Richard Levitte1-1/+2
2002-12-12Skip DH-specific tests when no-dh has been configured.Richard Levitte2-13/+35
2002-12-12Document the modifications in 0.9.7 that will make the hw_ncipher.cRichard Levitte1-0/+14
2002-12-11Make 'tunala' link with zlib if possible (so it works if openssl wasGeoff Thorpe1-0/+1
2002-12-11In CRYPTO_lock(), check that the application cares about locking (providedRichard Levitte1-7/+7
2002-12-11sk_*_push() returns the number of items on the stack, not the index of theRichard Levitte1-3/+13
2002-12-11Let's not forget the other places where HEADER_DES_H and HEADER_DES_OLD_HRichard Levitte1-1/+1
2002-12-11Let's not forget the other places where HEADER_DES_H and HEADER_DES_OLD_HRichard Levitte1-1/+1
2002-12-11Since HEADER_DES_H has been the protector of des.h since libdesRichard Levitte2-4/+4
2002-12-11This stops a compiler warning from -Wmissing-prototypes.Geoff Thorpe1-1/+1
2002-12-10Update -Olimit setting.Lutz Jänicke1-1/+1
2002-12-10test commit (just removing tailing blanks) #2 after migrationRalf S. Engelschall1-1/+1
2002-12-10test commit (removing trailing blanks) after migrationRalf S. Engelschall1-4/+4
2002-12-10test blank-line commit after migration -- just ignoreRalf S. Engelschall1-0/+1
2002-12-10A memset() too many got converted into a OPENSSL_cleanse().Richard Levitte1-1/+1
2002-12-09BN_sqr test failure entry.Andy Polyakov1-0/+11
2002-12-09Fix wrong URI.Lutz Jänicke1-3/+3
2002-12-09make updateRichard Levitte5-6/+59
2002-12-09Hmm, Geoff's change made things quite interesting. We can now giveRichard Levitte1-2/+5
2002-12-08Nils Larsch submitted;Geoff Thorpe8-33/+24
2002-12-08Since it's defined in draft-ietf-tls-compression-04.txt, let's makeRichard Levitte1-0/+5
2002-12-08Undefine OPENSSL_NO_DEPRECATED inside openssl application code if we areGeoff Thorpe5-5/+107
2002-12-08This is a first-cut at improving the callback mechanisms used inGeoff Thorpe25-116/+619
2002-12-08Fix a warning, and do some constification as a lucky side-effect :-)Geoff Thorpe1-1/+1
2002-12-08Since it's defined in draft-ietf-tls-compression-04.txt, let's makeRichard Levitte3-22/+63
2002-12-08Implement a stateful variant if the ZLIB compression method. The oldRichard Levitte3-10/+186
2002-12-07Forgot one.Richard Levitte1-1/+2
2002-12-07Add a few items I intend to work on for 0.9.8 and on.Richard Levitte1-3/+5
2002-12-06Workaround for GCC-ia64 compiler bug.Andy Polyakov1-0/+5
2002-12-06Some compilers are quite picky about non-void functions that don't returnRichard Levitte2-0/+2
2002-12-06Apparently, bash is more forgiving than sh. To be backwardRichard Levitte3-4/+4
2002-12-06Keep NEWS in HEAD up to date.Richard Levitte1-1/+3
2002-12-06Keep STATUS in HEAD up to date.Richard Levitte1-4/+5
2002-12-05Merge in relevant changes from the OpenSSL 0.9.6h release.Richard Levitte3-3/+4
2002-12-05SSL_CERT_FILE should be used in place of the system default file, not asRichard Levitte1-1/+1
2002-12-05Corrected DJGPP patchRichard Levitte3-7/+8
2002-12-05linux64-sparcv9 support finally debugged and tested.Andy Polyakov3-9/+34
2002-12-05Make sure to implement the cryptodev engine only when /dev/crypto exists.Richard Levitte1-0/+13