Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2001-11-092001, not 2000Bodo Möller
2001-11-09adjust to OpenSSL_0_9_6-stable versionBodo Möller
2001-11-09cast to 'unsigned long' before using ~ if we need an unsigned long resultBodo Möller
2001-11-06PKCS#12 code fixes: initialize and cleanup digests and ciphersDr. Stephen Henson
2001-11-06Win32 fixes.Dr. Stephen Henson
2001-11-06des_old.h doesn't really need to include des.h, so don't. That willRichard Levitte
2001-11-05Place the OpenSSL-specific headers back so they always get included,Richard Levitte
2001-11-05No need to include anything on systems that do not have /dev/cryptRichard Levitte
2001-10-30Change the shared library support so the shared libraries get builtRichard Levitte
2001-10-29Addapt VMS scripts to the newer disk layout system ODS-5, which allows more t...Richard Levitte
2001-10-27Stop compiler warnings.Dr. Stephen Henson
2001-10-27Add support for Subject Info Acess extension.Dr. Stephen Henson
2001-10-26Consistency fix in BUF_MEM_grow: Initialise to zero when new memoryBodo Möller
2001-10-26disable caching in BIO_gethostbynameBodo Möller
2001-10-25Fix warning.Ben Laurie
2001-10-25Like MD_Init, MD now must include a NULL engine pointer in its definition.Bodo Möller
2001-10-25remove redundant definitions that are also in des.hBodo Möller
2001-10-25filenames are des_old.[ch], not des.comp*Bodo Möller
2001-10-25Remove DES_random_seed() but retain des_random_seed() for now. ChangeRichard Levitte
2001-10-25Have the removal warnings very high up in the source.Richard Levitte
2001-10-25A C file is a C file is a C file!Richard Levitte
2001-10-25Due to an increasing number of clashes between modern OpenSSL andRichard Levitte
2001-10-24make updateRichard Levitte
2001-10-23Correction of the id-pda OID's.Richard Levitte
2001-10-21Reject certificates with unhandled critical extensions.Dr. Stephen Henson
2001-10-20Typo.Dr. Stephen Henson
2001-10-20Add missing EVP_CIPHER_CTX_{init,cleanup}Dr. Stephen Henson
2001-10-17Modify EVP cipher behaviour in a similar wayDr. Stephen Henson
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson
2001-10-14openbsd-x86 macrosUlf Möller
2001-10-11In certain cases, no encoding has been set up for the b64 filter. InRichard Levitte
2001-10-11'make update'Richard Levitte
2001-10-11Add support for md4WithRSAEncryption.Richard Levitte
2001-10-10'make update'Richard Levitte
2001-10-10To avoid commit wars over dependencies, let's make it so things thatRichard Levitte
2001-10-09A few more OIDs, contributed by Peter Sylvester <Peter.Sylvester@EdelWeb.fr>Richard Levitte
2001-10-09evp_test.c and evptests.txt both need to be linked in the test/ directoryGeoff Thorpe
2001-10-08Change some EVP prototypes to use "cipher" rather than "type" as a variableGeoff Thorpe
2001-10-08EVP_EncryptInit_ex() and EVP_DecryptInit_ex() had been defined in evp.h butGeoff Thorpe
2001-10-08As ENGINE_load_openbsd_dev_crypto() is an API function, it makes sense forGeoff Thorpe
2001-10-08Make sure the "ENGINE_TABLE" cleanup callbacks have correct prototypes.Geoff Thorpe
2001-10-08Missing pointer in the eng_table_register function. Reported byGeoff Thorpe
2001-10-08Small documentation fixes (Howard Lum <howard@pumpkin.canada.sun.com>)Lutz Jänicke
2001-10-04'make update'Richard Levitte
2001-10-04Since ossl_typ.h is an exported header, we sure need to export it onRichard Levitte
2001-10-04Because there's chances we clash with the system's types.h, rename ourRichard Levitte
2001-10-04Because there's chances we clash with the system's types.h, rename ourRichard Levitte
2001-10-03Use the maximum block length for the extra size in the encryptDr. Stephen Henson
2001-10-02Make EVP_DecryptUpdate work again.Dr. Stephen Henson
2001-10-02A lot of things are undeclared unless x509.h is included.Richard Levitte