aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixes so alerts are sent properly in s3_pkt.cDr. Stephen Henson2004-05-152-4/+7
* size_t-fication of message digest APIs. We should size_t-fy more APIs...Andy Polyakov2004-05-1539-82/+82
* 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
* make updateRichard Levitte2004-05-131-9/+33
* Let's make life easier and have the VMS version of the configuration beRichard Levitte2004-05-132-1/+38
* CHANGES to mention improved PowerPC platform support.Andy Polyakov2004-05-131-0/+4
* SHA-224/-256/-384/-512 implementation. This is just sheer code commit.Andy Polyakov2004-05-135-0/+973
* Make self signing option of 'x509' use random serial numbers too.Dr. Stephen Henson2004-05-121-3/+7
* 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
* Remove the creation of $(INSTALL_PREFIX)$(OPENSSLDIR)/lib, since we don'tRichard Levitte2004-05-061-2/+1
* 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
* - update from current 0.9.6-stable CHANGES fileBodo Möller2004-05-041-22/+55
* The new BN_CTX code makes this sort of abuse unnecessary.Geoff Thorpe2004-04-281-19/+15
* Oops! Typo in ./config...Andy Polyakov2004-04-271-1/+1
* Improved PowerPC support. Proper ./config support for ppc targets,Andy Polyakov2004-04-275-66/+2178
* 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-268-35/+58
* 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
* As far as I can tell, the bugfix this comment refers to was committed toGeoff Thorpe2004-04-211-3/+0
* Extend the index parameter checking from sk_value to sk_set(). Also tidy upGeoff Thorpe2004-04-211-3/+2
* New option to 'x509' -next_serial. This outputs the certificateDr. Stephen Henson2004-04-211-1/+22
* Use X509_get_serialNumber() instead of accessing internals in x509.cDr. Stephen Henson2004-04-211-1/+2
* Reduce chances of issuer and serial number duplication by use of randomDr. Stephen Henson2004-04-206-10/+49
* Whooaaaaa, the BN_CTX_DEBUG macro really produces output theseRichard Levitte2004-04-201-4/+4
* Print the debug thingies on stderr instead of stdout. If for nothingRichard Levitte2004-04-201-13/+13
* make updateGeoff Thorpe2004-04-1932-2582/+1970
* "make update" noticed a new function.Geoff Thorpe2004-04-191-0/+1
* More updates for the header cleanups (and apologies, again, for not havingGeoff Thorpe2004-04-195-0/+10
* When generating dependencies in the makefiles, generate the reducedGeoff Thorpe2004-04-191-1/+1
* header cleanup in apps/Geoff Thorpe2004-04-194-0/+5
* (oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe2004-04-1955-67/+60
* Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe2004-04-1925-51/+108
* Clear error if unique_subject lookup fails.Dr. Stephen Henson2004-04-151-1/+3
* Add some root CAs.Dr. Stephen Henson2004-04-135-0/+126
* 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
* Oops forgot CHANGES entry.Dr. Stephen Henson2004-03-311-0/+3
* New function X509_POLICY_NODE_print()Dr. Stephen Henson2004-03-313-3/+24
* Add symbol hacks for some long names.Richard Levitte2004-03-293-32/+115
* This is essentially Intel 32-bit compiler tune-up. To start with allAndy Polyakov2004-03-285-28/+62
* Enhance EVP code to generate random symmetric keys of theDr. Stephen Henson2004-03-287-25/+116
* Make {i2v,v2i}_ASN1_BIT_STRING global.Dr. Stephen Henson2004-03-284-9/+13