summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2004-04-04Signature verification test. Enable all tests.Ben Laurie
2004-04-03SigGen test.Ben Laurie
2004-04-03Key pair test.Ben Laurie
2004-04-03New style PQGGen test.Ben Laurie
2004-04-03Recent changes from 0.9.7-stable.Richard Levitte
2004-04-03Type. "pa-rics2W" -> "pa-risc2W"Richard Levitte
2004-04-02Typo. "pa-rics2W" corrected to "pa-risc2W".Richard Levitte
2004-04-02Avoid undefined results when the parameter is out of range.Geoff 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-31Oops forgot CHANGES entry.Dr. Stephen Henson
2004-03-31New function X509_POLICY_NODE_print()Dr. Stephen Henson
2004-03-30Recent changes from 0.9.7-stableRichard Levitte
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-28Obsolete filesDr. Stephen Henson
2004-03-28Obsolete files.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-25Remove BN_CTX debug from debug-steveDr. Stephen Henson
2004-03-25SSL_COMP_get_compression_method is a typo (a missing 's' at the end ofRichard Levitte
2004-03-25Move the definition of Win32_rename(), since the macro rename gets undefinedRichard Levitte
2004-03-25Move the definition of Win32_rename(), since the macro rename gets undefinedRichard Levitte
2004-03-25Wrap code starting with a definition.Richard Levitte
2004-03-25Wrap code starting with a definition.Richard Levitte
2004-03-25Change spaces to symbols in names.Richard Levitte
2004-03-25Change spaces to symbols in names.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-25Make S/MIME encrypt work again.Dr. Stephen Henson
2004-03-25Make S/MIME encrypt work again.Dr. Stephen Henson
2004-03-24Don't define fd for platforms that do not use it, as some may not declare fil...Richard Levitte
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-24Make it easier to buld test applications...Richard Levitte