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