| Commit message (Expand) | Author | Age | Files | Lines |
* | use ERR_peek_last_error() instead of ERR_peek_error() to ignore | Bodo Möller | 2002-02-28 | 1 | -1/+1 |
* | VMS addaptation, including a few more long names that needed hacking. | Richard Levitte | 2002-02-28 | 3 | -5/+20 |
* | Make sure aep_close_connection() is declared and has a prototype that's | Richard Levitte | 2002-02-28 | 1 | -1/+2 |
* | Increase internal security when using strncpy, by making sure the resulting s... | Richard Levitte | 2002-02-28 | 3 | -0/+7 |
* | Updated AEP engine, submitted by Diarmuid O'Neill <Diarmuid.ONeill@aep.ie> | Richard Levitte | 2002-02-28 | 3 | -7/+51 |
* | disable '#ifdef DEBUG' sections | Bodo Möller | 2002-02-28 | 3 | -11/+11 |
* | This adds a new ENGINE to support IBM 4758 cards, contributed by Maurice | Geoff Thorpe | 2002-02-27 | 8 | -2/+1348 |
* | Always init ctx_tmp in PKCS7_dataFinal since it is always cleaned up. | Dr. Stephen Henson | 2002-02-26 | 1 | -1/+1 |
* | make update, after moving around symbols in libeay.num to match | Richard Levitte | 2002-02-26 | 2 | -0/+33 |
* | Make the engine config module always add dynamic ENGINEs | Dr. Stephen Henson | 2002-02-24 | 1 | -0/+2 |
* | Updates from stable branch. | Dr. Stephen Henson | 2002-02-23 | 2 | -14/+25 |
* | New OPENSSL_LOAD_CONF define to load openssl.cnf | Dr. Stephen Henson | 2002-02-23 | 7 | -46/+209 |
* | make errors | Dr. Stephen Henson | 2002-02-22 | 2 | -1/+7 |
* | Update from stable branch. | Dr. Stephen Henson | 2002-02-22 | 1 | -11/+21 |
* | Config code updates. | Dr. Stephen Henson | 2002-02-22 | 2 | -3/+6 |
* | disable '#ifdef DEBUG' sections | Bodo Möller | 2002-02-21 | 1 | -3/+3 |
* | Config file updates from stable branch | Dr. Stephen Henson | 2002-02-21 | 3 | -26/+32 |
* | Add comfy aliases for AES in CBC mode. | Richard Levitte | 2002-02-20 | 1 | -0/+6 |
* | Stop assuming the IV is 8 bytes long, use the real size instead. | Richard Levitte | 2002-02-20 | 2 | -4/+4 |
* | gcc figures that the format specifier %2x means unsigned int, so let's | Richard Levitte | 2002-02-20 | 1 | -1/+1 |
* | Instead of casting a lvalue, let's constify meth. | Richard Levitte | 2002-02-20 | 1 | -2/+2 |
* | simplifications | Bodo Möller | 2002-02-20 | 2 | -28/+11 |
* | Instead of just checking for OpenVMS, check if DEC C is used, since it's as | Richard Levitte | 2002-02-20 | 1 | -1/+1 |
* | bugfix: allocate sufficiently large buffer | Bodo Möller | 2002-02-20 | 1 | -1/+1 |
* | Comparing a pointer (data) with 0 using > is incorrect. The changed | Richard Levitte | 2002-02-20 | 1 | -1/+3 |
* | With Compaq make, it seems like # inside an action becomes part of the comman... | Richard Levitte | 2002-02-20 | 1 | -1/+1 |
* | make update | Geoff Thorpe | 2002-02-20 | 1 | -0/+6 |
* | The AES modes OFB and CFB are defined with 128 feedback bits. This | Richard Levitte | 2002-02-16 | 9 | -61/+55 |
* | Add the modes OFB128, CFB128 and CTR128 to AES. | Richard Levitte | 2002-02-16 | 10 | -26/+445 |
* | Adjust the NID names for the AES modes OFB and CFB to contain the number | Richard Levitte | 2002-02-16 | 4 | -48/+54 |
* | The macro IMPLEMENT_ASN1_FUNCTIONS_const already contains an ending ;, | Richard Levitte | 2002-02-16 | 1 | -1/+1 |
* | Local `time' shadows the global function `time()'. Rename the local | Richard Levitte | 2002-02-16 | 1 | -49/+49 |
* | Missing #endif | Richard Levitte | 2002-02-16 | 1 | -0/+1 |
* | fix indentation | Bodo Möller | 2002-02-14 | 1 | -1/+1 |
* | Add the configuration target VxWorks. | Richard Levitte | 2002-02-14 | 7 | -13/+49 |
* | make it possible to disable memory checking for timings | Bodo Möller | 2002-02-14 | 2 | -7/+20 |
* | don't call OPENSSL_config(), this does not make any sense during "make test" | Bodo Möller | 2002-02-14 | 1 | -0/+2 |
* | Make sure memset() is defined by including string.h | Richard Levitte | 2002-02-14 | 1 | -0/+1 |
* | For some reason, getting the topmost error was done the same way as | Richard Levitte | 2002-02-14 | 1 | -1/+1 |
* | EC_GROUP_get_group_by_name() is now called EC_GROUP_new_by_name() | Bodo Möller | 2002-02-14 | 2 | -8/+8 |
* | Fix warnings. | Ben Laurie | 2002-02-14 | 1 | -4/+9 |
* | ECDSA support | Bodo Möller | 2002-02-13 | 66 | -1314/+6328 |
* | some modifications to named curve support | Bodo Möller | 2002-02-13 | 3 | -83/+89 |
* | Modify the main trunk version to 0.9.8-dev. | Richard Levitte | 2002-02-13 | 1 | -2/+2 |
* | new locks | Bodo Möller | 2002-02-13 | 2 | -2/+7 |
* | add support for named curves | Bodo Möller | 2002-02-13 | 6 | -8/+358 |
* | Remove an unused variable. | Richard Levitte | 2002-02-07 | 1 | -1/+0 |
* | Oops, do not unlock CRYPTO_LOCK_DYNLOCK when we locked | Richard Levitte | 2002-02-07 | 1 | -1/+1 |
* | I forgot to include the aep and sureware vendor header files. | Richard Levitte | 2002-02-07 | 2 | -0/+417 |
* | Because AEP and we used the same AEP_R_ prefix for error reasons, | Richard Levitte | 2002-02-07 | 4 | -114/+115 |