summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2002-12-29Correct asm exclusions.Ben Laurie
2002-12-29OS/2 does binary by default, apparently.Richard Levitte
2002-12-29make updateRichard Levitte
2002-12-29Finally get rid of all the algorithm inclusions that were done fromRichard Levitte
2002-12-28make updateRichard Levitte
2002-12-28Merge from 0.9.7-stable.Richard Levitte
2002-12-27UltraSPARC performance "tune-up."Andy Polyakov
2002-12-23Finally, a bn_div_words() in VAX assembler that goes through all tests.Richard Levitte
2002-12-20Make AES_ENCRYPT and AES_DECRYPT macros instead of static constants.Richard Levitte
2002-12-20Fix for "shift count too large" when compiling for hpux-parisc2 andAndy Polyakov
2002-12-20More accurate comments.Richard Levitte
2002-12-20A little debugging.Richard Levitte
2002-12-20Propagate MAKEDEPPROG to the subdirs under crypto/.Richard Levitte
2002-12-20Keep the internal lowercase 'surname', for programmer's sake.Richard Levitte
2002-12-20Be consistent with capitalisation of object names.Richard Levitte
2002-12-20Be consistent with capitalisation of object names.Richard Levitte
2002-12-18Fix for RT#405, Solaris refuses to invoke preprocessor if egrep returns 1.Andy Polyakov
2002-12-17Make "perl des-586.pl a.out" work, see RT#402Andy Polyakov
2002-12-15Synchronise with Makefiles.Richard Levitte
2002-12-15DES PIC-ification. "Cygwin" companion. Problem was that preprocessor macroAndy Polyakov
2002-12-15Don't define macros in terms of asm() when __STRICT_ANSI is defined.Richard Levitte
2002-12-15Bring des_locl.h at the same level as in the 0.9.7 branch.Richard Levitte
2002-12-15Ooops! No ROTATE on some platforms after x86_64 performance patch...Andy Polyakov
2002-12-14As you might have noticed I tried to change for . prefix, because it'sAndy Polyakov
2002-12-14x86_64 performance patch.Andy Polyakov
2002-12-14DES PIC-ification. Windows companion.Andy Polyakov
2002-12-13The ampersand is not required in these constructs, and was giving AIXGeoff Thorpe
2002-12-13IA-32 assembler modules (primarily DES) PIC-ification. Idea is to keepAndy Polyakov
2002-12-11In CRYPTO_lock(), check that the application cares about locking (providedRichard Levitte
2002-12-11sk_*_push() returns the number of items on the stack, not the index of theRichard Levitte
2002-12-11Let's not forget the other places where HEADER_DES_H and HEADER_DES_OLD_HRichard Levitte
2002-12-11Let's not forget the other places where HEADER_DES_H and HEADER_DES_OLD_HRichard Levitte
2002-12-11Since HEADER_DES_H has been the protector of des.h since libdesRichard Levitte
2002-12-10A memset() too many got converted into a OPENSSL_cleanse().Richard Levitte
2002-12-09make updateRichard Levitte
2002-12-08Nils Larsch submitted;Geoff Thorpe
2002-12-08This is a first-cut at improving the callback mechanisms used inGeoff Thorpe
2002-12-08Implement a stateful variant if the ZLIB compression method. The oldRichard Levitte
2002-12-06Workaround for GCC-ia64 compiler bug.Andy Polyakov
2002-12-06Some compilers are quite picky about non-void functions that don't returnRichard Levitte
2002-12-05SSL_CERT_FILE should be used in place of the system default file, not asRichard Levitte
2002-12-05Make sure to implement the cryptodev engine only when /dev/crypto exists.Richard Levitte
2002-12-05make updateRichard Levitte
2002-12-05Make sure using SSL_CERT_FILE actually works, and has priority over system de...Richard Levitte
2002-12-05Only check for a result buffer if the allocated string is a prompt string.Richard Levitte
2002-12-04Do not implement RC4 stuff if RC4 is disabled. Concequently, apply the sameRichard Levitte
2002-12-04In ECPKParameters_print, output the private key length correctlyBodo Möller
2002-12-04Don't compute timings here, we can do this elsewhere.Bodo Möller
2002-12-04Make ASN1_TYPE_get() work for V_ASN1_NULL type.Dr. Stephen Henson
2002-12-04Typo in X509v3_get_ext_by_criticalDr. Stephen Henson