aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* After loading a dynamic engine, reset the command definitions to theRichard Levitte2001-11-141-0/+7
* 2001, not 2000Bodo Möller2001-11-091-1/+1
* adjust to OpenSSL_0_9_6-stable versionBodo Möller2001-11-091-2/+3
* cast to 'unsigned long' before using ~ if we need an unsigned long resultBodo Möller2001-11-091-2/+2
* PKCS#12 code fixes: initialize and cleanup digests and ciphersDr. Stephen Henson2001-11-062-8/+12
* Win32 fixes.Dr. Stephen Henson2001-11-061-1/+1
* des_old.h doesn't really need to include des.h, so don't. That willRichard Levitte2001-11-064-4/+5
* Place the OpenSSL-specific headers back so they always get included,Richard Levitte2001-11-051-6/+7
* No need to include anything on systems that do not have /dev/cryptRichard Levitte2001-11-051-10/+10
* Change the shared library support so the shared libraries get builtRichard Levitte2001-10-301-1/+7
* Addapt VMS scripts to the newer disk layout system ODS-5, which allows more t...Richard Levitte2001-10-291-0/+1
* Stop compiler warnings.Dr. Stephen Henson2001-10-271-0/+5
* Add support for Subject Info Acess extension.Dr. Stephen Henson2001-10-272-2/+12
* Consistency fix in BUF_MEM_grow: Initialise to zero when new memoryBodo Möller2001-10-261-1/+2
* disable caching in BIO_gethostbynameBodo Möller2001-10-261-14/+22
* Fix warning.Ben Laurie2001-10-251-0/+1
* Like MD_Init, MD now must include a NULL engine pointer in its definition.Bodo Möller2001-10-251-4/+4
* remove redundant definitions that are also in des.hBodo Möller2001-10-251-9/+0
* filenames are des_old.[ch], not des.comp*Bodo Möller2001-10-252-3/+3
* Remove DES_random_seed() but retain des_random_seed() for now. ChangeRichard Levitte2001-10-254-7/+4
* Have the removal warnings very high up in the source.Richard Levitte2001-10-252-15/+32
* A C file is a C file is a C file!Richard Levitte2001-10-241-1/+1
* Due to an increasing number of clashes between modern OpenSSL andRichard Levitte2001-10-2448-659/+1147
* make updateRichard Levitte2001-10-242-15/+15
* Correction of the id-pda OID's.Richard Levitte2001-10-231-4/+4
* Reject certificates with unhandled critical extensions.Dr. Stephen Henson2001-10-215-4/+68
* Typo.Dr. Stephen Henson2001-10-201-1/+1
* Add missing EVP_CIPHER_CTX_{init,cleanup}Dr. Stephen Henson2001-10-201-1/+4
* Modify EVP cipher behaviour in a similar wayDr. Stephen Henson2001-10-1717-39/+68
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-1632-102/+123
* openbsd-x86 macrosUlf Möller2001-10-147-10/+10
* In certain cases, no encoding has been set up for the b64 filter. InRichard Levitte2001-10-111-2/+3
* 'make update'Richard Levitte2001-10-103-5/+17
* Add support for md4WithRSAEncryption.Richard Levitte2001-10-102-1/+2
* 'make update'Richard Levitte2001-10-104-5/+139
* To avoid commit wars over dependencies, let's make it so things thatRichard Levitte2001-10-101-11/+12
* A few more OIDs, contributed by Peter Sylvester <Peter.Sylvester@EdelWeb.fr>Richard Levitte2001-10-091-0/+18
* evp_test.c and evptests.txt both need to be linked in the test/ directoryGeoff Thorpe2001-10-091-1/+3
* Change some EVP prototypes to use "cipher" rather than "type" as a variableGeoff Thorpe2001-10-081-6/+6
* EVP_EncryptInit_ex() and EVP_DecryptInit_ex() had been defined in evp.h butGeoff Thorpe2001-10-081-2/+14
* As ENGINE_load_openbsd_dev_crypto() is an API function, it makes sense forGeoff Thorpe2001-10-081-1/+5
* Make sure the "ENGINE_TABLE" cleanup callbacks have correct prototypes.Geoff Thorpe2001-10-086-6/+6
* Missing pointer in the eng_table_register function. Reported byGeoff Thorpe2001-10-081-1/+1
* Small documentation fixes (Howard Lum <howard@pumpkin.canada.sun.com>)Lutz Jänicke2001-10-081-1/+1
* 'make update'Richard Levitte2001-10-0421-1033/+1037
* Since ossl_typ.h is an exported header, we sure need to export it onRichard Levitte2001-10-041-1/+2
* Because there's chances we clash with the system's types.h, rename ourRichard Levitte2001-10-043-4/+7
* Because there's chances we clash with the system's types.h, rename ourRichard Levitte2001-10-0410-10/+9
* Use the maximum block length for the extra size in the encryptDr. Stephen Henson2001-10-031-3/+6
* Make EVP_DecryptUpdate work again.Dr. Stephen Henson2001-10-021-12/+15