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
AgeCommit message (Expand)Author
2002-11-28Recent changes from 0.9.6-stable.Richard Levitte
2002-10-12Merge in latest changes from 0.9.6-stable.Richard Levitte
2002-07-30"make update"Lutz Jänicke
2002-07-18Merge in the latest chanegs from 0.9.6-stable.Richard Levitte
2002-06-25Recent changes from 0.9.6-stable.Richard Levitte
2001-12-20Another merge from the 0.9.6 branch.Richard Levitte
2001-11-15Merge in latest changes from 0.9.6-stable.Richard Levitte
2001-04-04Merge in changes from the 0.9.6-stable branch.Richard Levitte
2001-03-21Changes from the 0.9.6-stable branch.Richard Levitte
2001-03-13Merge in the 0.9.6-stable branch once more and hope for betterRichard Levitte
2000-09-18The rest of the merge in of the main trunk, a few conflicts resolved.OpenSSL-engine-0_9_6-beta2Richard Levitte
2000-09-18Merge in the main trunk, a few conflicts resolved.Richard Levitte
2000-09-09Merge of main trunk, no conflicts this timeRichard Levitte
2000-09-07Merge main trunk to engine branch, all conflicts resolved.Richard Levitte
2000-07-12Merge from main, all conflicts resolved.Richard Levitte
2000-06-24Things merged from the main trunk, among others some well needed Win32Richard Levitte
2000-06-19Merge of stuff from main trunk, all conflicts resolved.Richard Levitte
2000-06-13- merged in the latest from the main trunk, fixed all conflictsRichard Levitte
2000-06-08Merge in code from main trunk to BRANCH_engine.Richard Levitte
2000-05-17Typesafety Thought Police part 3.Ben Laurie
2000-05-16Typesafety Thought Police Part 2.Ben Laurie
2000-05-16Get rid of more non-ANSI declarations.Ulf Möller
2000-05-04Make PKCS#12 code handle missing passwords.Dr. Stephen Henson
2000-05-02In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte
2000-03-22Fix a memory leak in PKCS12_parse.Dr. Stephen Henson
2000-03-08Check that a password was actually passed, or the user will just getRichard Levitte
2000-03-05Preserve reason strings in automatically build tables.Bodo Möller
2000-03-05Beautifying. Sorry, but code that's slammed to the far left is notRichard Levitte
2000-03-03Fix for previous patch: If RAND_pseudo_bytes returns 0, this is not an error.Bodo Möller
2000-03-03Use RAND_pseudo_bytes, not RAND_bytes, for IVs/salts.Bodo Möller
2000-01-31Seek out and destroy another evil cast.Ulf Möller
2000-01-21Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller
1999-12-29Add OIDs for idea and blowfish. Unfortunately these are inDr. Stephen Henson
1999-12-15Delete an unused variable and make the PKCS#12 keygen debugging code workDr. Stephen Henson
1999-12-05Merge in my S/MIME library and utility.Dr. Stephen Henson
1999-12-03New function PKC12_newpass()Dr. Stephen Henson
1999-11-17Missing #ifdef NO_DESUlf Möller
1999-10-30*** empty log message ***Ulf Möller
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson
1999-08-17Fix PKCS7_ENC_CONTENT_new() to include a sensible default content type and addDr. Stephen Henson
1999-08-13Add pkcs7 and des apps to "make all".Ulf Möller
1999-08-08A few more ``#ifndef NO_FP_API / #endif'' pairs for consistency.Ralf S. Engelschall
1999-07-30Fix to PKCS#12 code to use the cipher block length when allocating a bufferDr. Stephen Henson
1999-06-30Fix no-hmac and no-ripemd.Ulf Möller
1999-06-10Two new functions to write out PKCS#8 private keys. Also fixes for some ofDr. Stephen Henson
1999-06-08Complete support for PKCS#5 v2.0. Still needs extensive testing.Dr. Stephen Henson
1999-06-08This is the main PKCS#5 v2.0 key generation function, it parses the ASN1Dr. Stephen Henson
1999-06-06Change PBE handling a bit more: now the key and iv generator does callsDr. Stephen Henson
1999-06-06Rewrite PBE handling read to support PKCS#5 v2.0 and update the functionDr. Stephen Henson
1999-06-05The rest of the PKCS#5, PKCS#8 patch I forgot before :-)Dr. Stephen Henson