summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2002-11-18remove redundant functionsBodo Möller
2002-11-18use consistent order of function definitionsBodo Möller
2002-11-18fix memory leak in memory debuggin code ...Bodo Möller
2002-11-18allocate bio_err before memory debugging is enabled to avoid memory leaksBodo Möller
2002-11-18A variable of type time_t is supposed to be a time measurement starting atRichard Levitte
2002-11-18Better workaround to the "=head1 NAME OPTIONS" pod2latex problem:Lutz Jänicke
2002-11-17Make it possible to build for more than one CPU.Richard Levitte
2002-11-17Ignore openssl.pc. This way, there's no risk that I'll add it again :-).Richard Levitte
2002-11-17Adding openssl.pc to the repository was a mistake,Richard Levitte
2002-11-17Add the file openssl.pc that I forgot a while ago.Richard Levitte
2002-11-16I forgot this is compiled in test/, not crypto/ec/...Richard Levitte
2002-11-16We don't want TARGETCPU expanded here.Richard Levitte
2002-11-15Mention ActiveState Perl much earlier in INSTALL.WCE.Richard Levitte
2002-11-15WinCE patchesRichard Levitte
2002-11-15Fix buggy #! magic and update ssleay->opensslLutz Jänicke
2002-11-15Add the INHIBIT_SYMLINKS flag variable to help Cygwin.Richard Levitte
2002-11-15Changes to make shared library building and use work better with CygwinRichard Levitte
2002-11-15Document the change to remove the 'done' flag variable in theRichard Levitte
2002-11-15this method does not need field_data1Bodo Möller
2002-11-15make updateRichard Levitte
2002-11-15A few more Microsoft OIDs addedRichard Levitte
2002-11-15The pointer to the cipher object is not yet set, when session was reloadedLutz Jänicke
2002-11-15The architecture name is i486, not just 486Richard Levitte
2002-11-15-Wid-clash-n isn't support in gcc 3, and I get better result from continuouslyRichard Levitte
2002-11-15I know ANSI C doesn't like 'long long', and I don't want to see itRichard Levitte
2002-11-15Spell prototypes correctly :-).Richard Levitte
2002-11-15Add -Wstrict-prototype and -Wmissing-prototype to my debugging targetsRichard Levitte
2002-11-15We need to read one more byte of the REQUEST-CERTIFICATE message.Richard Levitte
2002-11-15Add SETWRAP modifier to ASN1 generate.Dr. Stephen Henson
2002-11-14make updateRichard Levitte
2002-11-14Close the implicitely opened registry key.Richard Levitte
2002-11-14Use =back to finish =over (found using pod2latex).Lutz Jänicke
2002-11-14No such reference to link to (found running pod2latex).Lutz Jänicke
2002-11-14Fix documentation of i2d_X509_fp and i2d_X509_bio.Dr. Stephen Henson