summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-303-6/+68
| * 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
| * Make sure the documentation matches reality.Richard Levitte2003-11-291-2/+2
| * We're getting a clash with C++ because it has a type called 'list'.Richard Levitte2003-11-296-47/+48
| * 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-293-5/+9
| * RSA_size() and DH_size() return the amount of bytes in a key, and weRichard Levitte2003-11-281-2/+2
| * 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
| * Make a number of changes to the OS/2 build. Submitter's comment below.Richard Levitte2003-11-285-25/+125
| * Move another common functionality (reproduced so far with cut'n'paste)Richard Levitte2003-11-283-33/+34
| * Let's use text/plain in the example instead of crapy HTML.Richard Levitte2003-11-281-3/+3
| * Forgot to change the declaration of do_subject() to one of parse_name()...Richard Levitte2003-11-281-1/+1
| * Move do_subject() to apps.c and rename it to parse_name(). TheRichard Levitte2003-11-283-138/+139
| * Allow multi-valued rdns in subjects. This adds the -multivalue-rdn optionRichard Levitte2003-11-283-28/+51
| * Netware-specific changes,Richard Levitte2003-11-2867-43/+3490
| * Change my debugging entries to do fierce BIGNUM debugging.Richard Levitte2003-11-281-4/+4
| * 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-202-2/+2
| * hpux64-parisc2-gcc target added. Once it is verified, ./config shouldAndy Polyakov2003-11-202-33/+57
| * ./config failed to correctly detect if gcc uses 64-bit ABI on HP-UX.Andy Polyakov2003-11-201-4/+5
| * Make sure to initialize AES counters to obtain proper results.Lutz Jänicke2003-11-181-0/+6
| * re-enable the test, keeping the original method for RAND_pseudo_bytesUlf Möller2003-11-161-3/+1
| * Catch error condition to prevent NULL pointer dereference.Lutz Jänicke2003-11-161-2/+2
| * 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
| * Less restrictive debugging build.Richard Levitte2003-11-141-4/+4
| * 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-102-1/+5
| * Geoff suggested a more succinct description for "top".Ulf Möller2003-11-071-6/+6
| * oops... the description of ->top was inaccurate (the example is correct though)Ulf Möller2003-11-071-3/+3
| * 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