summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2004-02-07Typo in crypto/bn/asm/x86_64.c, bn_div_words().Andy Polyakov
2004-02-01Add flag to avoid continuousDr. Stephen Henson
2004-01-30Typo in PA-RISC 2 rules in crypto/bn/Makefile.sslAndy Polyakov
2004-01-29HP/UX PA-RISC 2 targets update.Andy Polyakov
2004-01-29TypoRichard Levitte
2004-01-28make updateRichard Levitte
2004-01-28Add the missing parts for DES CFB1 and CFB8.Richard Levitte
2004-01-28make updateRichard Levitte
2004-01-28Unsigned vs. signed problem removedRichard Levitte
2004-01-27#undef _POSIX_C_SOURCE in ui_openssl.c ruined IRIX builds. Comment on whyAndy Polyakov
2004-01-27CFB DES sync-up with FIPS branch.Andy Polyakov
2004-01-27Avoid signed vs. unsigned warnings (which are treated like errors onRichard Levitte
2004-01-26S_IFBLK and S_IFCHR may not exist in some places (like Windows), soRichard Levitte
2004-01-25Even though C specification explicitly says that constant type "stretches"Andy Polyakov
2004-01-24Get rid of bogus warning when compiling with Sun vendor compiler.Andy Polyakov
2004-01-24We're passed p, so let's use p instead of making assumptions.Richard Levitte
2004-01-22Typo...Richard Levitte
2004-01-21SHA-1 assembler tune-up for Intel P4Andy Polyakov
2004-01-10Adding a slash between the directoryt and the file is a problem withRichard Levitte
2004-01-04Update URILutz Jänicke
2003-12-27Fix Perl problems on sparc64.Richard Levitte
2003-12-27Only use environment variables if uid and gid are the same as euid and egid.Richard Levitte
2003-12-27Check if a random "file" is really a device file, and treat itRichard Levitte
2003-12-27Correct documentation typos.Richard Levitte
2003-12-27OpenBSD-internal changes.Richard Levitte
2003-12-27Use sh explicitely to run point.shRichard Levitte
2003-12-27Include strings.h so strcasecmp() and strncasecmp() get properly declared.Richard Levitte
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2003-12-11To figure out if we're going outside the buffer, use the size of the buffer,Richard Levitte
2003-12-06Add "dif" variable to clean up the loop implementations.Ulf Möller
2003-12-06Skip a curve with generator of non-prime order.Ulf Möller
2003-12-06Avoid segfault if ret==0.Ulf Möller
2003-12-03Restructure make targets to allow parallel make.Lutz Jänicke
2003-12-02Incremental cleanups to bn_lib.c.Geoff Thorpe
2003-12-02Use the BN_is_odd() macro in place of code that (inconsistently) does muchGeoff Thorpe
2003-12-02BN_FLG_FREE is of extremely dubious usefulness, and is only referred toGeoff Thorpe
2003-12-01Declare the static BIGNUM "BN_value_one()" more carefully.Geoff Thorpe
2003-12-01Add missing bn_check_top()s to bn_kron.c, remove some miscellaneousGeoff Thorpe
2003-12-01Add missing bn_check_top()s to bn_gf2m.c and remove some miscellaneousGeoff Thorpe
2003-12-01The bn_set_max() macro is only "used" by the bn_set_[low|high]() macrosGeoff Thorpe
2003-12-01bn_fix_top() exists for compatibility's sake and is mapped toGeoff Thorpe
2003-12-01It was pointed out to me that if the requested size is 0, we shouldn'tRichard Levitte
2003-12-01Check that OPENSSL_malloc() really returned some memory.Richard Levitte
2003-12-01CRYPTO_malloc(), CRYPTO_realloc() and variants of them should return NULLRichard Levitte
2003-12-01Some more ASFLAGS settings requiredLutz Jänicke
2003-11-30Add more debugging to my Configure target, and "make update" to incorporateGeoff Thorpe
2003-11-30If BN_STRICT is defined, don't accept an ambiguous representation of zeroGeoff Thorpe
2003-11-30Improve a couple of the bignum macros. Note, this doesn't eliminateGeoff Thorpe
2003-11-30Make BN_DEBUG_RAND less painfully slow by only consuming one byte ofGeoff Thorpe
2003-11-29This improves the placement of check_top() macros in a couple of bn_libGeoff Thorpe