summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2004-03-23Sync the VMS build with Unix.Richard Levitte
2004-03-23Initial support for certificate policy checking and evaluation.Dr. Stephen Henson
2004-03-21Remove a warning for conversion double->long. This has impacts on Windows.Richard Levitte
2004-03-21Make sure fd is defined where it should.Richard Levitte
2004-03-17Variety of belt-tightenings in the bignum code. (Please help test this!)Geoff Thorpe
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte
2004-03-15It was just pointed out to me that it's better to cast to double...Richard Levitte
2004-03-15Make sure that the last argument to RAND_add() is a float, or someRichard Levitte
2004-03-15Make sure we use unsigned constants, or come compilers may complain.Richard Levitte
2004-03-13Convert openssl code not to assume the deprecated form of BN_zero().Geoff Thorpe
2004-03-13The efforts to eliminate the dual-representation of zero and to ensureGeoff Thorpe