| Commit message (Expand) | Author | Age | Files | Lines |
* | Constify d2i, s2i, c2i and r2i functions and other associated | Richard Levitte | 2004-03-16 | 12 | -35/+42 |
* | Add flag to avoid continuous | Dr. Stephen Henson | 2004-02-01 | 2 | -3/+14 |
* | Add the missing parts for DES CFB1 and CFB8. | Richard Levitte | 2004-01-28 | 7 | -19/+108 |
* | CFB DES sync-up with FIPS branch. | Andy Polyakov | 2004-01-27 | 2 | -5/+77 |
* | Correct documentation typos. | Richard Levitte | 2003-12-27 | 1 | -1/+1 |
* | Use sh explicitely to run point.sh | Richard Levitte | 2003-12-27 | 1 | -1/+1 |
* | Use BUF_strlcpy() instead of strcpy(). | Richard Levitte | 2003-12-27 | 2 | -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 |
* | A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. | Geoff Thorpe | 2003-10-29 | 7 | -21/+28 |
* | Inclusion of openssl/engine.h should always be wrapped with a check that | Richard Levitte | 2003-08-04 | 1 | -0/+2 |
* | new function EC_GROUP_cmp() (used by EVP_PKEY_cmp()) | Bodo Möller | 2003-07-21 | 1 | -0/+9 |
* | Nils Larsch told me I could remove that variable entirely. | Richard Levitte | 2003-06-26 | 1 | -3/+0 |
* | "Remove" unused variable | Richard Levitte | 2003-06-26 | 1 | -0/+2 |
* | implement PKCS #8 / SEC1 private key format for ECC | Bodo Möller | 2003-06-25 | 1 | -41/+67 |
* | make update | Richard Levitte | 2003-05-01 | 1 | -12/+19 |
* | make update | Richard Levitte | 2003-04-10 | 1 | -7/+2 |
* | We seem to carry some rests of the 0.9.6 [engine] ENGINE framework in form | Richard Levitte | 2003-04-08 | 1 | -3/+0 |
* | What was I smoking? EVP_PKEY_cmp() should return with 0 if | Richard Levitte | 2003-04-07 | 1 | -8/+2 |
* | Correct a typo. | Richard Levitte | 2003-04-07 | 1 | -1/+10 |
* | Constify | Richard Levitte | 2003-04-06 | 2 | -8/+8 |
* | Do not call ENGINE_setup_bsd_cryptodev() when OPENSSL_NO_ENGINE is defined. | Richard Levitte | 2003-04-05 | 1 | -1/+3 |
* | Add functionality to help making self-signed certificate. | Richard Levitte | 2003-04-04 | 2 | -0/+48 |
* | Make sure we get the definition of OPENSSL_NO_RSA. | Richard Levitte | 2003-03-21 | 1 | -1/+3 |
* | Make sure we get the definition of OPENSSL_NO_HMAC and OPENSSL_NO_SHA. | Richard Levitte | 2003-03-21 | 1 | -1/+1 |
* | Make sure we get the definition of OPENSSL_NO_SHA. | Richard Levitte | 2003-03-21 | 3 | -3/+9 |
* | Make sure we get the definition of OPENSSL_NO_RIPEMD. | Richard Levitte | 2003-03-21 | 1 | -1/+3 |
* | Make sure we get the definition of OPENSSL_NO_MDC2. | Richard Levitte | 2003-03-21 | 1 | -1/+3 |
* | Make sure we get the definition of OPENSSL_NO_MD5. | Richard Levitte | 2003-03-21 | 1 | -1/+3 |
* | Make sure we get the definition of OPENSSL_NO_MD4. | Richard Levitte | 2003-03-21 | 1 | -1/+3 |
* | Make sure we get the definition of OPENSSL_NO_MD2. | Richard Levitte | 2003-03-21 | 1 | -1/+3 |
* | Make sure we get the definition of OPENSSL_NO_DES. | Richard Levitte | 2003-03-21 | 3 | -3/+5 |
* | Make sure we get the definition of OPENSSL_NO_RC5. | Richard Levitte | 2003-03-21 | 1 | -2/+3 |
* | Make sure we get the definition of OPENSSL_NO_RC4. | Richard Levitte | 2003-03-21 | 1 | -2/+3 |
* | Make sure we get the definition of OPENSSL_NO_RC2. | Richard Levitte | 2003-03-21 | 1 | -2/+3 |
* | Make sure we get the definition of OPENSSL_NO_IDEA. | Richard Levitte | 2003-03-21 | 1 | -2/+2 |
* | Make sure we get the definition of OPENSSL_NO_CAST. | Richard Levitte | 2003-03-21 | 1 | -2/+2 |
* | Make sure we get the definition of OPENSSL_NO_BF. | Richard Levitte | 2003-03-21 | 1 | -1/+1 |
* | Make sure we get the definition of OPENSSL_NO_AES. | Richard Levitte | 2003-03-21 | 1 | -0/+1 |
* | Fixes for EVP_DigestInit_ex() and OPENSSL_NO_ENGINE. | Dr. Stephen Henson | 2003-03-12 | 1 | -1/+1 |
* | Encryption BIOs misbehave when used with non blocking I/O. | Dr. Stephen Henson | 2003-02-27 | 1 | -5/+2 |
* | include OpenSSL license (in addition to EAY license) | Bodo Möller | 2003-02-24 | 1 | -0/+53 |
* | Copy rather than symlink the test data. | Ulf Möller | 2003-02-22 | 1 | -1/+1 |
* | Base64 bio fixes. The base64 bio was seriously broken | Dr. Stephen Henson | 2003-02-22 | 1 | -6/+27 |
* | Fix bug in base64 bios during write an non blocking I/O: | Dr. Stephen Henson | 2003-02-20 | 1 | -4/+1 |
* | implement fast point multiplication with precomputation | Bodo Möller | 2003-02-06 | 1 | -2/+7 |
* | Fix warning. | Ben Laurie | 2003-02-01 | 1 | -0/+1 |
* | The OPENSSL_NO_ENGINE has small problem: it changes certain structures. That's | Richard Levitte | 2003-01-30 | 1 | -4/+0 |
* | Add the possibility to build without the ENGINE framework. | Richard Levitte | 2003-01-30 | 5 | -1/+37 |
* | EVP_DecryptInit() should call EVP_CipherInit() not EVP_CipherInit_ex(). | Dr. Stephen Henson | 2003-01-17 | 1 | -1/+1 |