summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2002-12-05make updateRichard Levitte
2002-12-05Declare another general file.Richard Levitte
2002-12-05Allow users to modify /MD to /MT.Richard Levitte
2002-12-05Make sure using SSL_CERT_FILE actually works, and has priority over system de...Richard Levitte
2002-12-05If an application supports static locks, it MUST support dynamic locks asRichard Levitte
2002-12-05PR: 381Richard Levitte
2002-12-05Only check for a result buffer if the allocated string is a prompt string.Richard Levitte
2002-12-04Do not implement RC4 stuff if RC4 is disabled. Concequently, apply the sameRichard Levitte
2002-12-04gethostname() is more a BSD feature than an XOPEN one.Richard Levitte
2002-12-04Correct a few typos that I introduced after applying DJGPP patches.Richard Levitte
2002-12-04In ECPKParameters_print, output the private key length correctlyBodo Möller
2002-12-04Don't compute timings here, we can do this elsewhere.Bodo Möller
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