summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2004-05-06When the pointer 'from' changes, it's stored length needs to change asRichard Levitte
2004-05-04Fix realloc usage in ec_curve.cGeoff Thorpe
2004-04-28The new BN_CTX code makes this sort of abuse unnecessary.Geoff Thorpe
2004-04-27Improved PowerPC support. Proper ./config support for ppc targets,Andy Polyakov
2004-04-27Make ASN1 code work again...Dr. Stephen Henson
2004-04-27With the new dynamic BN_CTX implementation, there should be no need forGeoff Thorpe
2004-04-26The problem of rsa key-generation getting stuck in a loop for (pointlessly)Geoff Thorpe
2004-04-26Allow RSA key-generation to specify an arbitrary public exponent. JelteGeoff Thorpe
2004-04-25More ASN1 reformat/tidy.Dr. Stephen Henson
2004-04-24Reformat/tidy some of the ASN1 code.Dr. Stephen Henson
2004-04-22Fix leak.Dr. Stephen Henson
2004-04-21Extend the index parameter checking from sk_value to sk_set(). Also tidy upGeoff Thorpe
2004-04-20Print the debug thingies on stderr instead of stdout. If for nothingRichard Levitte
2004-04-19make updateGeoff Thorpe
2004-04-19More updates for the header cleanups (and apologies, again, for not havingGeoff Thorpe
2004-04-19(oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe
2004-04-19Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe
2004-04-02Avoid undefined results when the parameter is out of range.Geoff Thorpe
2004-04-01Don't use C++ reserved word.Dr. Stephen Henson
2004-03-31New function X509_POLICY_NODE_print()Dr. Stephen Henson
2004-03-29Add symbol hacks for some long names.Richard Levitte
2004-03-28This is essentially Intel 32-bit compiler tune-up. To start with allAndy Polyakov
2004-03-28Enhance EVP code to generate random symmetric keys of theDr. Stephen Henson
2004-03-28Make {i2v,v2i}_ASN1_BIT_STRING global.Dr. Stephen Henson
2004-03-28Remove obsolete files.Dr. Stephen Henson
2004-03-27Allow CRLs to be passed into X509_STORE_CTX. This is useful when theDr. Stephen Henson
2004-03-27Extend OID config module format.Dr. Stephen Henson
2004-03-26Free up BIO properly when using streaming S/MIME sign.Dr. Stephen Henson
2004-03-25SSL_COMP_get_compression_method is a typo (a missing 's' at the end ofRichard Levitte
2004-03-25Wrap code starting with a definition.Richard Levitte
2004-03-25Make prototypes for some callback pointers.Richard Levitte
2004-03-25A couple more cases where RAND_add() gets an integer instead of aRichard Levitte
2004-03-25RAND_add() wants a double as it's last argument.Richard Levitte
2004-03-25Fix loads of warnings in policy code.Dr. Stephen Henson
2004-03-25Fix ASN1 warnings.Dr. Stephen Henson
2004-03-25Adjust various bignum functions to use BN_CTX for variables instead ofGeoff Thorpe
2004-03-25Replace the BN_CTX implementation with my current work. I'm leaving theGeoff Thorpe
2004-03-25Adds warnings about two curves and fixes the "seed" value for two otherGeoff Thorpe
2004-03-25... and this should likewise fix up those RSA implementations that weren'tGeoff Thorpe
2004-03-25By adding a BN_CTX parameter to the 'rsa_mod_exp' callback, private keyGeoff Thorpe
2004-03-25Damn, I was a bit hasty with my fix and hadn't spotted the linkerGeoff Thorpe
2004-03-25Remove some warnings.Geoff Thorpe
2004-03-25Protect against gcc's "warning: cast does not match function type".Geoff Thorpe
2004-03-24Don't define fd for platforms that do not use it, as some may not declare fil...Richard Levitte
2004-03-24Correct constness problems.Richard Levitte
2004-03-24Only build the PKCS#7 test applications if "pkcs7" is present inRichard Levitte
2004-03-24Add store.h among the exported headers on VMS.Richard Levitte
2004-03-24Typo...Richard Levitte
2004-03-24Make sure toupper() is properly declared.Richard Levitte
2004-03-23make updateRichard Levitte