summaryrefslogtreecommitdiffstats
path: root/engines/e_ncipher.c (unfollow)
Commit message (Expand)AuthorFilesLines
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte43-182/+233
2003-12-27Add a newline at the end of the last line.Richard Levitte2-2/+2
2003-12-20Typos.Dr. Stephen Henson1-3/+3
2003-12-11To figure out if we're going outside the buffer, use the size of the buffer,Richard Levitte1-3/+3
2003-12-10Document that you need to include x509.h (to get [i2d|d2i]_RSA_PUBKEY()).Richard Levitte1-2/+3
2003-12-10Document that you need to include x509.h (to get [i2d|d2i]_DSA_PUBKEY()).Richard Levitte1-2/+3
2003-12-06Add "dif" variable to clean up the loop implementations.Ulf Möller1-45/+46
2003-12-06Skip a curve with generator of non-prime order.Ulf Möller1-0/+2
2003-12-06Avoid segfault if ret==0.Ulf Möller1-1/+2
2003-12-03Restructure make targets to allow parallel make.Lutz Jänicke2-4/+4
2003-12-02Incremental cleanups to bn_lib.c.Geoff Thorpe1-48/+38
2003-12-02Use the BN_is_odd() macro in place of code that (inconsistently) does muchGeoff Thorpe2-5/+7
2003-12-02BN_FLG_FREE is of extremely dubious usefulness, and is only referred toGeoff Thorpe2-1/+9
2003-12-02Declare the static BIGNUM "BN_value_one()" more carefully.Geoff Thorpe1-1/+1
2003-12-02Add missing bn_check_top()s to bn_kron.c, remove some miscellaneousGeoff Thorpe1-3/+5
2003-12-02Add missing bn_check_top()s to bn_gf2m.c and remove some miscellaneousGeoff Thorpe1-29/+70
2003-12-01The bn_set_max() macro is only "used" by the bn_set_[low|high]() macrosGeoff Thorpe1-32/+0
2003-12-01bn_fix_top() exists for compatibility's sake and is mapped toGeoff Thorpe1-2/+2
2003-12-01It was pointed out to me that if the requested size is 0, we shouldn'tRichard Levitte1-4/+11
2003-12-01Check that OPENSSL_malloc() really returned some memory.Richard Levitte1-0/+5
2003-12-01CRYPTO_malloc(), CRYPTO_realloc() and variants of them should return NULLRichard Levitte1-4/+4
2003-12-01Some more ASFLAGS settings requiredLutz Jänicke2-0/+2
2003-12-01Add more debugging to my Configure target, and "make update" to incorporateGeoff Thorpe3-6/+68
2003-11-30If BN_STRICT is defined, don't accept an ambiguous representation of zeroGeoff Thorpe1-2/+20
2003-11-30Improve a couple of the bignum macros. Note, this doesn't eliminateGeoff Thorpe1-5/+5
2003-11-30Make BN_DEBUG_RAND less painfully slow by only consuming one byte ofGeoff Thorpe1-1/+3
2003-11-29This improves the placement of check_top() macros in a couple of bn_libGeoff Thorpe1-2/+7
2003-11-29Make sure the documentation matches reality.Richard Levitte1-2/+2
2003-11-29We're getting a clash with C++ because it has a type called 'list'.Richard Levitte6-47/+48
2003-11-29Add IPSec/IKE/Oakley curves.Richard Levitte5-4/+51
2003-11-29Damnit, I'm sick of having to do something special every time a moduleRichard Levitte3-5/+9
2003-11-29RSA_size() and DH_size() return the amount of bytes in a key, and weRichard Levitte1-2/+2
2003-11-281024 is the export key bits limit according to current regulations, not 512.Richard Levitte1-1/+1
2003-11-28Get rid of some signed/unsigned comparison warnings.Geoff Thorpe1-7/+14
2003-11-28Make a number of changes to the OS/2 build. Submitter's comment below.Richard Levitte5-25/+125
2003-11-28Move another common functionality (reproduced so far with cut'n'paste)Richard Levitte3-33/+34
2003-11-28Let's use text/plain in the example instead of crapy HTML.Richard Levitte1-3/+3
2003-11-28Forgot to change the declaration of do_subject() to one of parse_name()...Richard Levitte1-1/+1
2003-11-28Move do_subject() to apps.c and rename it to parse_name(). TheRichard Levitte3-138/+139
2003-11-28Allow multi-valued rdns in subjects. This adds the -multivalue-rdn optionRichard Levitte3-28/+51
2003-11-28Netware-specific changes,Richard Levitte67-43/+3490
2003-11-28Change my debugging entries to do fierce BIGNUM debugging.Richard Levitte1-4/+4
2003-11-25Due to recent debugging bursts, openssl should be more or less solidGeoff Thorpe1-3/+3
2003-11-25Fix some handling in bn_word. This also resolves the issues observed inGeoff Thorpe1-6/+19
2003-11-25Some changes for bn_gf2m.c: better error checking plus some minorGeoff Thorpe1-30/+48
2003-11-24Free "engine" resource in case of failure to prevent memory leakLutz Jänicke1-1/+4
2003-11-22BN_div() cleanup: replace the use of BN_sub and BN_add with bn_sub_wordsGeoff Thorpe1-36/+45
2003-11-21Fix a small bug in str_copy: if more than one variable is replaced, makeGeoff Thorpe1-1/+1
2003-11-20Give CRLDP its standard name.Dr. Stephen Henson2-2/+2
2003-11-20hpux64-parisc2-gcc target added. Once it is verified, ./config shouldAndy Polyakov2-33/+57