summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2003-11-28Netware-specific changes,Richard Levitte
2003-11-25Due to recent debugging bursts, openssl should be more or less solidGeoff Thorpe
2003-11-25Fix some handling in bn_word. This also resolves the issues observed inGeoff Thorpe
2003-11-25Some changes for bn_gf2m.c: better error checking plus some minorGeoff Thorpe
2003-11-24Free "engine" resource in case of failure to prevent memory leakLutz Jänicke
2003-11-22BN_div() cleanup: replace the use of BN_sub and BN_add with bn_sub_wordsGeoff Thorpe
2003-11-21Fix a small bug in str_copy: if more than one variable is replaced, makeGeoff Thorpe
2003-11-20Give CRLDP its standard name.Dr. Stephen Henson
2003-11-16re-enable the test, keeping the original method for RAND_pseudo_bytesUlf Möller
2003-11-16Provide ASFLAGS in the subdirectories handling assembler code.Lutz Jänicke
2003-11-16The x9.62 tests replace the PRNG with specific numbers,Ulf Möller
2003-11-15BN_set_bit() etc should use "unsigned int".Ulf Möller
2003-11-13This rewrites two "for" loops in BN_rshift() - equality with zero isGeoff Thorpe
2003-11-10General improvements to the ec_asn1.c code. This squashes at least one bugGeoff Thorpe
2003-11-10Avoid possible memory leaks in error-handling.Geoff Thorpe
2003-11-10Print out GeneralizedTime and UTCTime in ASN1_STRING_print_ex().Dr. Stephen Henson
2003-11-06This extends the debugging macros to use "pollution" duringGeoff Thorpe
2003-11-06Add debug-screening of input parameters to some functions I'd missedGeoff Thorpe
2003-11-06Put more debug screening in BN_div() and correct a comment.Geoff Thorpe
2003-11-05This is a revert of my previous commit to "improve" the declaration ofGeoff Thorpe
2003-11-05typo in commentUlf Möller
2003-11-05cleanup as discussed with GeoffUlf Möller
2003-11-04Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe
2003-11-04Avoid some shadowed variable names.Geoff Thorpe
2003-11-04This is the least unacceptable way I've found for declaring the bignum dataGeoff Thorpe
2003-10-31bn_div() does some pretty nasty things with temporary variables,Geoff Thorpe
2003-10-30When a BN_CTX is used for temporary workspace, the variables are sometimesGeoff Thorpe
2003-10-30This fixes a couple of cases where an inconsistent BIGNUM could be passed asGeoff Thorpe
2003-10-29Remove a line that was causing redundant declarations.Geoff Thorpe
2003-10-29Oops, this file already had the "empty source file" workaround but itGeoff Thorpe
2003-10-29Make md32_common.h friendlier to compiler warnings.Geoff Thorpe
2003-10-29Some provisional bignum debugging has begun to detect inconsistent BIGNUMGeoff Thorpe
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe
2003-10-29BN_CTX is opaque and the static initialiser BN_CTX_init() is not usedGeoff Thorpe
2003-10-29Removing those memcpy()s also took away the possibility for in and out toRichard Levitte
2003-10-29remove accidentally committed debugging cruft.Geoff Thorpe
2003-10-29Remove an unnecessary cast that causes certain compilers (eg. mine) someGeoff Thorpe
2003-10-29Remove redundant declaration.Geoff Thorpe
2003-10-29Relax some over-zealous constification that gave some lhash-based code noGeoff Thorpe
2003-10-29Comments out some unimplemented functions instead of redeclaring them.Geoff Thorpe
2003-10-29Avoid "empty source file" warnings.Geoff Thorpe
2003-10-29For whatever reason (compiler or header bugs), at least one commonly-usedGeoff Thorpe
2003-10-29Update any code that was using deprecated functions so that everything buildsGeoff Thorpe
2003-10-29When OPENSSL_NO_DEPRECATED is defined, deprecated functions are (or shouldGeoff Thorpe
2003-10-29The "cryptodev" engine preprocessor logic used undefined symbols inGeoff Thorpe
2003-10-28make updateGeoff Thorpe
2003-10-28Ignore derived file.Geoff Thorpe
2003-10-24Remove duplicate prototypes have already been (correctly) added to rsa.h,Geoff Thorpe
2003-10-15Correct serious bug in AES-CBC decryption when the message length isn'tRichard Levitte
2003-10-13The object file is o_str.o, not o_str.c.Richard Levitte