summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2003-11-29Make sure the documentation matches reality.Richard Levitte
2003-11-29We're getting a clash with C++ because it has a type called 'list'.Richard Levitte
2003-11-29Add IPSec/IKE/Oakley curves.Richard Levitte
2003-11-29Damnit, I'm sick of having to do something special every time a moduleRichard Levitte
2003-11-28RSA_size() and DH_size() return the amount of bytes in a key, and weRichard Levitte
2003-11-281024 is the export key bits limit according to current regulations, not 512.Richard Levitte
2003-11-28Get rid of some signed/unsigned comparison warnings.Geoff Thorpe
2003-11-28Make a number of changes to the OS/2 build. Submitter's comment below.Richard Levitte
2003-11-28Move another common functionality (reproduced so far with cut'n'paste)Richard Levitte
2003-11-28Let's use text/plain in the example instead of crapy HTML.Richard Levitte
2003-11-28Forgot to change the declaration of do_subject() to one of parse_name()...Richard Levitte
2003-11-28Move do_subject() to apps.c and rename it to parse_name(). TheRichard Levitte
2003-11-28Allow multi-valued rdns in subjects. This adds the -multivalue-rdn optionRichard Levitte
2003-11-28Netware-specific changes,Richard Levitte
2003-11-28Change my debugging entries to do fierce BIGNUM debugging.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-24Recent changes from 0.9.6-stable.Richard Levitte
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-20hpux64-parisc2-gcc target added. Once it is verified, ./config shouldAndy Polyakov
2003-11-20./config failed to correctly detect if gcc uses 64-bit ABI on HP-UX.Andy Polyakov
2003-11-18Make sure to initialize AES counters to obtain proper results.Lutz Jänicke
2003-11-16re-enable the test, keeping the original method for RAND_pseudo_bytesUlf Möller
2003-11-16Catch error condition to prevent NULL pointer dereference.Lutz Jänicke
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-14Less restrictive debugging build.Richard Levitte
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-07Geoff suggested a more succinct description for "top".Ulf Möller
2003-11-07oops... the description of ->top was inaccurate (the example is correct though)Ulf Möller
2003-11-06This extends the debugging macros to use "pollution" duringGeoff Thorpe