summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2002-12-04Missing ")"Lutz Jänicke
2002-12-04DJGPP patches.Richard Levitte
2002-12-04Add support for x86_64.Richard Levitte
2002-12-04A gcc 3.0 bug is triggered by our code. Add a section about it in PROBLEMS.Richard Levitte
2002-12-04Make ASN1_TYPE_get() work for V_ASN1_NULL type.Dr. Stephen Henson
2002-12-04Typo in X509v3_get_ext_by_criticalDr. Stephen Henson
2002-12-03In asn1_d2i_read_bio, don't assume BIO_read willDr. Stephen Henson
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte
2002-12-03Make CRYPTO_cleanse() independent of endianness.Richard Levitte
2002-12-03Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au>Richard Levitte
2002-12-02define USE_SOCKETS so sys/param.h gets included (and thusly, MAXHOSTNAMELENRichard Levitte
2002-12-02I think I got it now. Apparently, the case of having to shift downRichard Levitte
2002-12-02Make some names consistent.Richard Levitte
2002-12-02Through some experimentation and thinking, I think I finally got theRichard Levitte
2002-12-01Small bugfix: even when r == d, we need to adjust r and q.Richard Levitte
2002-12-01EXIT() needs to be in a function that returns int.Richard Levitte
2002-12-01Redo the VAX assembler version of bn_div_words().Richard Levitte
2002-11-29Remove incorrect assert.Richard Levitte
2002-11-29Make it so all names mentioned in the NAME section of each manpage becomes aRichard Levitte
2002-11-29Correct some names.Richard Levitte
2002-11-29A few more memset()s converted to OPENSSL_cleanse().Richard Levitte
2002-11-28Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte
2002-11-28Make sure EXIT() can always be used as one statement.Richard Levitte
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-11-27Unused variable removed.Richard Levitte
2002-11-27Extra ; removed.Richard Levitte
2002-11-27Add OPENSSL_cleanse() to help cleanse memory and avoid certain compilerRichard Levitte
2002-11-26I forgot that @ in strings must be escaped in PerlRichard Levitte
2002-11-26The logic in the main signing and verifying functions to check lengths wasRichard Levitte
2002-11-26Heimdal isn't really supported right now. Say so, and offer a possibilityRichard Levitte
2002-11-26Small bugfixes to the KSSL implementation.Richard Levitte
2002-11-26Heimdal isn't really supported right now. Say so, and offer a possibilityRichard Levitte
2002-11-23rename some functions to improve consistencyBodo Möller
2002-11-22add a commentBodo Möller
2002-11-22Disable this module if OPENSSL_NO_SOCK is defined.Richard Levitte
2002-11-22Typo. OPENSSL_NO_ECDH, not NO_OPENSSL_ECDHRichard Levitte
2002-11-21Mention a current showstopperRichard Levitte
2002-11-20avoid uninitialized memory readBodo Möller
2002-11-20Make ec_GFp_simple_point_get_affine_coordinates() fasterBodo Möller
2002-11-20Fix bug introduced by the attempt to fix client side external sessionLutz Jänicke
2002-11-19allocate bio_err before memory debugging is enabled to avoid memory leaksBodo Möller
2002-11-19It works on my laptop :-).Richard Levitte
2002-11-19make updateRichard Levitte
2002-11-19Fix an unsigned/signed mismatch.Richard Levitte
2002-11-19Update STATUSRichard Levitte
2002-11-18Add news items for 0.9.6h and expand on the 0.9.7 news as well.Richard Levitte
2002-11-18Document the addition of certificate pairs.Richard Levitte
2002-11-18Add the ASN.1 structures and functions for CertificatePair, which isRichard Levitte
2002-11-18Determine HZ exactly as in apps/speed.c.Richard Levitte
2002-11-18Make sure sysconf exists (it doesn't in the VMS C RTL lesser than version 7).Richard Levitte