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