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
2002-11-15Recent changes from 0.9.6-stable.Richard Levitte
2002-11-15(almost) recent changes from 0.9.6-stable.Richard Levitte
2002-11-13Recent changes from 0.9.6-stable.Richard Levitte
2002-11-10Recent changes from 0.9.6-stable.Richard Levitte
2002-11-06Recent changes from 0.9.6-stable.Richard Levitte
2002-11-06Addapt hw_ubsec.c to OpenSSL 0.9.6x [engine].Richard Levitte
2002-10-30Recent changes from 0.9.6-stable.Richard Levitte
2002-10-16Correct some "read" locks that should actually be "write" locks.Geoff Thorpe
2002-10-12Merge in latest changes from 0.9.6-stable.Richard Levitte
2002-09-25Merge in recent changes from 0.9.6-stable.Richard Levitte
2002-09-22This commit was manufactured by cvs2svn to create branch 'OpenSSL-engine-cvs2svn
2002-09-22make files didn't work on case insensitive filesystemsUlf Möller
2002-09-16make sure 'neg' flag (which does not really matter for GF(2^m), butBodo Möller
2002-09-08Really fix PKCS7_set_detached this time...Dr. Stephen Henson
2002-09-08Fix typos in PKCS#12 ASN1 code.Dr. Stephen Henson
2002-09-02change API for looking at the internal curve listBodo Möller
2002-08-30Fix ASN1_STRING_to_UTF8: remove non sensical !*out test.Dr. Stephen Henson
2002-08-29don't memset(data,0,...) if data is NULLBodo Möller
2002-08-28Fix a bug to allow the 4758 ENGINE to build as a DSO.Geoff Thorpe
2002-08-27don't write beyond bufferBodo Möller
2002-08-26less specific interface for EC_GROUP_get_basis_typeBodo Möller
2002-08-26move EC_GROUP_get_basis_type() from ec_lib.c to ec_asn1.cBodo Möller
2002-08-26ASN1 for binary curvesBodo Möller
2002-08-23Reinstate the check for invalid length BIT STRINGS,Dr. Stephen Henson
2002-08-23Make -nameopt work in req and add support for -reqoptDr. Stephen Henson
2002-08-23Change C++ style commentsDr. Stephen Henson
2002-08-23#if out unused function to shut the compiler up.Dr. Stephen Henson
2002-08-16'EC' vs. 'ECDSA'Bodo Möller
2002-08-16Fix block_size field for CFB and OFB modes: it should be 1.Dr. Stephen Henson
2002-08-15Yet a couple of modules forgotten. These weren't important forRichard Levitte
2002-08-15Simplify handling of named curves: get rid of EC_GROUP_new_by_name(),Bodo Möller
2002-08-15Sometimes, the value of the variable containing the compiler call canRichard Levitte
2002-08-14Recent changes from 0.9.6-stable.Richard Levitte
2002-08-14Fix typo in OBJ_txt2obj which incorrectly passed the contentDr. Stephen Henson
2002-08-13Comma forgotten.Richard Levitte
2002-08-13Oh, ec2_smpt.c is #included by ec2_smpl.c!Richard Levitte
2002-08-13Do not include openssl/ripemd.h when the RIPEMD algorithm has been deselected.Richard Levitte
2002-08-13Do not use the word 'modulus', which is a class template name in VC++ 6.0/SP5.Richard Levitte
2002-08-12A few files in the ENGINE and EVP sections forgotten.Richard Levitte
2002-08-12get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)Bodo Möller
2002-08-11One more file to compile on VMS as well.Richard Levitte
2002-08-11Remove clashes between symbols that have the same name except forRichard Levitte
2002-08-11More long symbols to shorten.Richard Levitte
2002-08-10mem* functions are declared in string.h.Richard Levitte
2002-08-10A new header.Richard Levitte
2002-08-10Synchronise with Unix.Richard Levitte
2002-08-10More long names to shorten.Richard Levitte
2002-08-09Recent changes.Richard Levitte
2002-08-09.cvsignore for crypto/ecdhBodo Möller
2002-08-09make updateBodo Möller