aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Reimplement old functions, so older software that link to libcryptoRichard Levitte2004-05-142-2/+112
* Synchronise o_str.c between 0.9.8-dev and 0.9.7-stable.Richard Levitte2004-05-131-0/+3
* SHA-224/-256/-384/-512 implementation. This is just sheer code commit.Andy Polyakov2004-05-135-0/+973
* SSE2 SHA512_Transform implementation. No, it's not used anywhere yet andAndy Polyakov2004-05-061-0/+370
* SSE2 accelerated bn_mul_add_words. Code is currently disabled till properAndy Polyakov2004-05-061-0/+79
* Support for IA-32 SSE2 instruction set.Andy Polyakov2004-05-063-6/+160
* When the pointer 'from' changes, it's stored length needs to change asRichard Levitte2004-05-061-0/+5
* Fix realloc usage in ec_curve.cGeoff Thorpe2004-05-041-7/+8
* The new BN_CTX code makes this sort of abuse unnecessary.Geoff Thorpe2004-04-281-19/+15
* Improved PowerPC support. Proper ./config support for ppc targets,Andy Polyakov2004-04-272-0/+2088
* Make ASN1 code work again...Dr. Stephen Henson2004-04-271-1/+1
* With the new dynamic BN_CTX implementation, there should be no need forGeoff Thorpe2004-04-271-6/+3
* The problem of rsa key-generation getting stuck in a loop for (pointlessly)Geoff Thorpe2004-04-261-2/+15
* Allow RSA key-generation to specify an arbitrary public exponent. JelteGeoff Thorpe2004-04-263-23/+28
* More ASN1 reformat/tidy.Dr. Stephen Henson2004-04-255-204/+308
* Reformat/tidy some of the ASN1 code.Dr. Stephen Henson2004-04-242-473/+825
* Fix leak.Dr. Stephen Henson2004-04-221-0/+1
* Extend the index parameter checking from sk_value to sk_set(). Also tidy upGeoff Thorpe2004-04-211-3/+2
* Print the debug thingies on stderr instead of stdout. If for nothingRichard Levitte2004-04-201-13/+13
* make updateGeoff Thorpe2004-04-1928-1714/+1297
* More updates for the header cleanups (and apologies, again, for not havingGeoff Thorpe2004-04-191-0/+3
* (oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe2004-04-1947-66/+50
* Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe2004-04-1916-46/+81
* Avoid undefined results when the parameter is out of range.Geoff Thorpe2004-04-021-1/+1
* Don't use C++ reserved word.Dr. Stephen Henson2004-04-012-7/+7
* New function X509_POLICY_NODE_print()Dr. Stephen Henson2004-03-313-3/+24
* Add symbol hacks for some long names.Richard Levitte2004-03-292-6/+62
* This is essentially Intel 32-bit compiler tune-up. To start with allAndy Polyakov2004-03-284-27/+46
* Enhance EVP code to generate random symmetric keys of theDr. Stephen Henson2004-03-286-25/+106
* Make {i2v,v2i}_ASN1_BIT_STRING global.Dr. Stephen Henson2004-03-282-8/+9
* Remove obsolete files.Dr. Stephen Henson2004-03-282-281/+0
* Allow CRLs to be passed into X509_STORE_CTX. This is useful when theDr. Stephen Henson2004-03-274-84/+177
* Extend OID config module format.Dr. Stephen Henson2004-03-271-2/+62
* Free up BIO properly when using streaming S/MIME sign.Dr. Stephen Henson2004-03-261-5/+4
* SSL_COMP_get_compression_method is a typo (a missing 's' at the end ofRichard Levitte2004-03-251-0/+2
* Wrap code starting with a definition.Richard Levitte2004-03-251-0/+2
* Make prototypes for some callback pointers.Richard Levitte2004-03-252-7/+7
* A couple more cases where RAND_add() gets an integer instead of aRichard Levitte2004-03-251-2/+2
* RAND_add() wants a double as it's last argument.Richard Levitte2004-03-251-1/+1
* Fix loads of warnings in policy code.Dr. Stephen Henson2004-03-258-18/+19
* Fix ASN1 warnings.Dr. Stephen Henson2004-03-251-7/+8
* Adjust various bignum functions to use BN_CTX for variables instead ofGeoff Thorpe2004-03-255-102/+95
* Replace the BN_CTX implementation with my current work. I'm leaving theGeoff Thorpe2004-03-251-75/+345
* Adds warnings about two curves and fixes the "seed" value for two otherGeoff Thorpe2004-03-251-7/+33
* ... and this should likewise fix up those RSA implementations that weren'tGeoff Thorpe2004-03-251-3/+3
* By adding a BN_CTX parameter to the 'rsa_mod_exp' callback, private keyGeoff Thorpe2004-03-252-89/+94
* Damn, I was a bit hasty with my fix and hadn't spotted the linkerGeoff Thorpe2004-03-252-2/+2
* Remove some warnings.Geoff Thorpe2004-03-254-3/+7
* Protect against gcc's "warning: cast does not match function type".Geoff Thorpe2004-03-251-3/+5
* Don't define fd for platforms that do not use it, as some may not declare fil...Richard Levitte2004-03-241-1/+4