aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Generate openssl.pc so pkg-config can return proper data.Richard Levitte2002-11-061-1/+17
* Stupid bug fixes. I've forgotten my DCL...Richard Levitte2002-11-061-3/+4
* print less output (no details unless a test failed)Bodo Möller2002-11-061-19/+91
* some people just can't read the instructionsRichard Levitte2002-11-061-1/+1
* CRL reason code docs.Dr. Stephen Henson2002-11-061-4/+32
* avoid Purify warningsBodo Möller2002-11-051-0/+7
* Check for NULL ASN1_ITEM when initializeingDr. Stephen Henson2002-11-052-2/+8
* fix typoBodo Möller2002-11-051-1/+1
* implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller2002-11-0414-48/+87
* Off-by-one-error corrected.Richard Levitte2002-11-041-1/+1
* Cosmetic changeRichard Levitte2002-11-041-2/+2
* Since we're currently assuming VMS can deal with dynamic engines,Richard Levitte2002-11-041-0/+1
* Depend on OPENSSL_NO_STATIC_ENGINE rather than OPENSSL_NO_DYNAMIC_ENGINE.Richard Levitte2002-11-012-1/+2
* Remove all referenses to RSAref, since that's been gone for more thanRichard Levitte2002-10-315-1085/+213
* Add all that is needed to build external engines on VMS.Richard Levitte2002-10-311-1/+34
* Add the command procedure to build external engines on VMS.Richard Levitte2002-10-314-0/+932
* New files have appeared, tell VMS.Richard Levitte2002-10-301-1/+1
* Plug potential memory leak.Richard Levitte2002-10-301-1/+1
* Add a HISTORY section to the man page to mention the new flags.Geoff Thorpe2002-10-291-0/+5
* The recent CHANGES note between 0.9.6g and 0.9.6h needs copying into theGeoff Thorpe2002-10-291-0/+10
* The last character of inconsistency in my recent commits is herebyGeoff Thorpe2002-10-291-0/+1
* synchronise util/libeay.num with the 0.9.7-stable variant (guys, thisRichard Levitte2002-10-292-251/+191
* avoid warnings ('index' shadows global declaration)Bodo Möller2002-10-291-2/+2
* Sun has agreed to removing the covenant language from most files.Bodo Möller2002-10-2922-286/+0
* 'covenant HOWTO' (what to do about the Sun covenant if you modify the code)Bodo Möller2002-10-291-0/+7
* The #else part of the conditionals have two statements, so they needRichard Levitte2002-10-291-0/+6
* Revert, that was an incorrect change.Richard Levitte2002-10-292-2/+4
* A small detail: since 0.9.7, DH_new_method() and DSA_new_method()Richard Levitte2002-10-292-4/+2
* Correct and enhance the behaviour of "internal" session caching as itGeoff Thorpe2002-10-295-19/+54
* increase permissible message length so that we can handleBodo Möller2002-10-281-1/+1
* 'broken' PKCS #8 format does not apply to ECDSABodo Möller2002-10-282-332/+201
* clean up new code for NIST primesBodo Möller2002-10-2811-45/+193
* fast reduction for NIST curvesBodo Möller2002-10-2812-44/+1133
* remove superfluous codeBodo Möller2002-10-282-14/+7
* Make sure toupper() is declaredRichard Levitte2002-10-251-0/+1
* External engines aren't in crypto/engine/ any more, so don't try toRichard Levitte2002-10-241-3/+1
* make updateRichard Levitte2002-10-241-8/+9
* For the mkdef.pl to recognise if the "external" engines are insertedRichard Levitte2002-10-243-2/+13
* There's a name clash between OpenSSL and RSAref. Since this engine handlesRichard Levitte2002-10-241-4/+7
* On certain platforms, we redefine certain symbols using macros inRichard Levitte2002-10-242-4/+6
* Signal an error if the entered output password didn't match itself.Richard Levitte2002-10-231-1/+2
* fix warnings, and harmonize indentationBodo Möller2002-10-231-20/+24
* I don't like c-tab-always-indent ...Bodo Möller2002-10-231-4/+3
* Typo: v3 is represented by 2.Dr. Stephen Henson2002-10-211-1/+1
* In my extreme debug mode, gcc complains that 'static' doesn't comeRichard Levitte2002-10-201-13/+13
* New docs.Dr. Stephen Henson2002-10-207-3/+511
* Make pod2man happier.Geoff Thorpe2002-10-181-1/+1
* If dynamically-loadable ENGINEs are linked against a shared-library versionGeoff Thorpe2002-10-183-3/+32
* Another ENGINE implementation dependant on string.h.Geoff Thorpe2002-10-181-0/+1
* We need to propogate SHARED_LIBS to sub-directories for "install" targetsGeoff Thorpe2002-10-181-1/+1