| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid including cryptlib.h, it's not really needed. | Richard Levitte | 2003-12-27 | 13 | -11/+14 |
* | Only use environment variables if uid and gid are the same as euid and egid. | Richard Levitte | 2003-12-27 | 1 | -1/+2 |
* | Check if a random "file" is really a device file, and treat it | Richard Levitte | 2003-12-27 | 2 | -11/+75 |
* | Correct documentation typos. | Richard Levitte | 2003-12-27 | 4 | -4/+4 |
* | OpenBSD-internal changes. | Richard Levitte | 2003-12-27 | 1 | -4/+0 |
* | Use sh explicitely to run point.sh | Richard Levitte | 2003-12-27 | 47 | -49/+49 |
* | Include strings.h so strcasecmp() and strncasecmp() get properly declared. | Richard Levitte | 2003-12-27 | 1 | -1/+2 |
* | Use BUF_strlcpy() instead of strcpy(). | Richard Levitte | 2003-12-27 | 43 | -182/+233 |
* | Add a newline at the end of the last line. | Richard Levitte | 2003-12-27 | 2 | -2/+2 |
* | Typos. | Dr. Stephen Henson | 2003-12-20 | 1 | -3/+3 |
* | To figure out if we're going outside the buffer, use the size of the buffer, | Richard Levitte | 2003-12-11 | 1 | -3/+3 |
* | Document that you need to include x509.h (to get [i2d|d2i]_RSA_PUBKEY()). | Richard Levitte | 2003-12-10 | 1 | -2/+3 |
* | Document that you need to include x509.h (to get [i2d|d2i]_DSA_PUBKEY()). | Richard Levitte | 2003-12-10 | 1 | -2/+3 |
* | Add "dif" variable to clean up the loop implementations. | Ulf Möller | 2003-12-06 | 1 | -45/+46 |
* | Skip a curve with generator of non-prime order. | Ulf Möller | 2003-12-06 | 1 | -0/+2 |
* | Avoid segfault if ret==0. | Ulf Möller | 2003-12-06 | 1 | -1/+2 |
* | Restructure make targets to allow parallel make. | Lutz Jänicke | 2003-12-03 | 2 | -4/+4 |
* | Incremental cleanups to bn_lib.c. | Geoff Thorpe | 2003-12-02 | 1 | -48/+38 |
* | Use the BN_is_odd() macro in place of code that (inconsistently) does much | Geoff Thorpe | 2003-12-02 | 2 | -5/+7 |
* | BN_FLG_FREE is of extremely dubious usefulness, and is only referred to | Geoff Thorpe | 2003-12-02 | 2 | -1/+9 |
* | Declare the static BIGNUM "BN_value_one()" more carefully. | Geoff Thorpe | 2003-12-01 | 1 | -1/+1 |
* | Add missing bn_check_top()s to bn_kron.c, remove some miscellaneous | Geoff Thorpe | 2003-12-01 | 1 | -3/+5 |
* | Add missing bn_check_top()s to bn_gf2m.c and remove some miscellaneous | Geoff Thorpe | 2003-12-01 | 1 | -29/+70 |
* | The bn_set_max() macro is only "used" by the bn_set_[low|high]() macros | Geoff Thorpe | 2003-12-01 | 1 | -32/+0 |
* | bn_fix_top() exists for compatibility's sake and is mapped to | Geoff Thorpe | 2003-12-01 | 1 | -2/+2 |
* | It was pointed out to me that if the requested size is 0, we shouldn't | Richard Levitte | 2003-12-01 | 1 | -4/+11 |
* | Check that OPENSSL_malloc() really returned some memory. | Richard Levitte | 2003-12-01 | 1 | -0/+5 |
* | CRYPTO_malloc(), CRYPTO_realloc() and variants of them should return NULL | Richard Levitte | 2003-12-01 | 1 | -4/+4 |
* | Some more ASFLAGS settings required | Lutz Jänicke | 2003-12-01 | 2 | -0/+2 |
* | Add more debugging to my Configure target, and "make update" to incorporate | Geoff Thorpe | 2003-11-30 | 3 | -6/+68 |
* | If BN_STRICT is defined, don't accept an ambiguous representation of zero | Geoff Thorpe | 2003-11-30 | 1 | -2/+20 |
* | Improve a couple of the bignum macros. Note, this doesn't eliminate | Geoff Thorpe | 2003-11-30 | 1 | -5/+5 |
* | Make BN_DEBUG_RAND less painfully slow by only consuming one byte of | Geoff Thorpe | 2003-11-30 | 1 | -1/+3 |
* | This improves the placement of check_top() macros in a couple of bn_lib | Geoff Thorpe | 2003-11-29 | 1 | -2/+7 |
* | Make sure the documentation matches reality. | Richard Levitte | 2003-11-29 | 1 | -2/+2 |
* | We're getting a clash with C++ because it has a type called 'list'. | Richard Levitte | 2003-11-29 | 6 | -47/+48 |
* | Add IPSec/IKE/Oakley curves. | Richard Levitte | 2003-11-29 | 5 | -4/+51 |
* | Damnit, I'm sick of having to do something special every time a module | Richard Levitte | 2003-11-29 | 3 | -5/+9 |
* | RSA_size() and DH_size() return the amount of bytes in a key, and we | Richard Levitte | 2003-11-28 | 1 | -2/+2 |
* | 1024 is the export key bits limit according to current regulations, not 512. | Richard Levitte | 2003-11-28 | 1 | -1/+1 |
* | Get rid of some signed/unsigned comparison warnings. | Geoff Thorpe | 2003-11-28 | 1 | -7/+14 |
* | Make a number of changes to the OS/2 build. Submitter's comment below. | Richard Levitte | 2003-11-28 | 5 | -25/+125 |
* | Move another common functionality (reproduced so far with cut'n'paste) | Richard Levitte | 2003-11-28 | 3 | -33/+34 |
* | Let's use text/plain in the example instead of crapy HTML. | Richard Levitte | 2003-11-28 | 1 | -3/+3 |
* | Forgot to change the declaration of do_subject() to one of parse_name()... | Richard Levitte | 2003-11-28 | 1 | -1/+1 |
* | Move do_subject() to apps.c and rename it to parse_name(). The | Richard Levitte | 2003-11-28 | 3 | -138/+139 |
* | Allow multi-valued rdns in subjects. This adds the -multivalue-rdn option | Richard Levitte | 2003-11-28 | 3 | -28/+51 |
* | Netware-specific changes, | Richard Levitte | 2003-11-28 | 67 | -43/+3490 |
* | Change my debugging entries to do fierce BIGNUM debugging. | Richard Levitte | 2003-11-28 | 1 | -4/+4 |
* | Due to recent debugging bursts, openssl should be more or less solid | Geoff Thorpe | 2003-11-25 | 1 | -3/+3 |