aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-2733-122/+163
* To figure out if we're going outside the buffer, use the size of the buffer,Richard Levitte2003-12-111-3/+3
* Add "dif" variable to clean up the loop implementations.Ulf Möller2003-12-061-45/+46
* Skip a curve with generator of non-prime order.Ulf Möller2003-12-061-0/+2
* Avoid segfault if ret==0.Ulf Möller2003-12-061-1/+2
* Restructure make targets to allow parallel make.Lutz Jänicke2003-12-031-2/+2
* Incremental cleanups to bn_lib.c.Geoff Thorpe2003-12-021-48/+38
* Use the BN_is_odd() macro in place of code that (inconsistently) does muchGeoff Thorpe2003-12-022-5/+7
* BN_FLG_FREE is of extremely dubious usefulness, and is only referred toGeoff Thorpe2003-12-022-1/+9
* Declare the static BIGNUM "BN_value_one()" more carefully.Geoff Thorpe2003-12-011-1/+1
* Add missing bn_check_top()s to bn_kron.c, remove some miscellaneousGeoff Thorpe2003-12-011-3/+5
* Add missing bn_check_top()s to bn_gf2m.c and remove some miscellaneousGeoff Thorpe2003-12-011-29/+70
* The bn_set_max() macro is only "used" by the bn_set_[low|high]() macrosGeoff Thorpe2003-12-011-32/+0
* bn_fix_top() exists for compatibility's sake and is mapped toGeoff Thorpe2003-12-011-2/+2
* It was pointed out to me that if the requested size is 0, we shouldn'tRichard Levitte2003-12-011-4/+11
* Check that OPENSSL_malloc() really returned some memory.Richard Levitte2003-12-011-0/+5
* CRYPTO_malloc(), CRYPTO_realloc() and variants of them should return NULLRichard Levitte2003-12-011-4/+4
* Some more ASFLAGS settings requiredLutz Jänicke2003-12-012-0/+2
* Add more debugging to my Configure target, and "make update" to incorporateGeoff Thorpe2003-11-301-0/+11
* If BN_STRICT is defined, don't accept an ambiguous representation of zeroGeoff Thorpe2003-11-301-2/+20
* Improve a couple of the bignum macros. Note, this doesn't eliminateGeoff Thorpe2003-11-301-5/+5
* Make BN_DEBUG_RAND less painfully slow by only consuming one byte ofGeoff Thorpe2003-11-301-1/+3
* This improves the placement of check_top() macros in a couple of bn_libGeoff Thorpe2003-11-291-2/+7
* We're getting a clash with C++ because it has a type called 'list'.Richard Levitte2003-11-293-6/+6
* Add IPSec/IKE/Oakley curves.Richard Levitte2003-11-295-4/+51
* Damnit, I'm sick of having to do something special every time a moduleRichard Levitte2003-11-292-4/+7
* 1024 is the export key bits limit according to current regulations, not 512.Richard Levitte2003-11-281-1/+1
* Get rid of some signed/unsigned comparison warnings.Geoff Thorpe2003-11-281-7/+14
* 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