aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte61-137/+137
I've covered all the memset()s I felt safe modifying, but may have missed some.
2002-11-27Unused variable removed.Richard Levitte1-1/+1
2002-11-27Extra ; removed.Richard Levitte1-1/+1
2002-11-27Add OPENSSL_cleanse() to help cleanse memory and avoid certain compilerRichard Levitte7-190/+294
and linker optimizations. PR: 343
2002-11-26I forgot that @ in strings must be escaped in PerlRichard Levitte1-1/+1
2002-11-26The logic in the main signing and verifying functions to check lengths wasRichard Levitte4-3/+5
incorrect. Fortunately, there is a second check that's correct, when adding the pads. PR: 355
2002-11-26Heimdal isn't really supported right now. Say so, and offer a possibilityRichard Levitte1-0/+5
to force the use of Heimdal, and warn if that's used. PR: 346
2002-11-26Small bugfixes to the KSSL implementation.Richard Levitte3-4/+3
PR: 349
2002-11-26Heimdal isn't really supported right now. Say so, and offer a possibilityRichard Levitte1-0/+11
to force the use of Heimdal, and warn if that's used. PR: 346
2002-11-23rename some functions to improve consistencyBodo Möller3-20/+19
Submitted by: Sheueling Chang
2002-11-22add a commentBodo Möller1-0/+14
2002-11-22Disable this module if OPENSSL_NO_SOCK is defined.Richard Levitte1-1/+9
2002-11-22Typo. OPENSSL_NO_ECDH, not NO_OPENSSL_ECDHRichard Levitte1-1/+1
2002-11-21Mention a current showstopperRichard Levitte1-1/+13
2002-11-20avoid uninitialized memory readBodo Möller1-2/+5
Submitted by: Nils Larsch
2002-11-20Make ec_GFp_simple_point_get_affine_coordinates() fasterBodo Möller1-25/+26
for Montgomery representations. Submitted by: Sheueling Chang, Bodo Moeller
2002-11-20Fix bug introduced by the attempt to fix client side external sessionLutz Jänicke2-0/+12
caching (#288): now internal caching failed (#351): Make sure, that cipher_id is set before comparing. Submitted by: Reviewed by: PR: 288 (and 351)
2002-11-19allocate bio_err before memory debugging is enabled to avoid memory leaksBodo Möller1-2/+3
(we can't release it before the CRYPTO_mem_leaks() call!) Submitted by: Nils Larsch
2002-11-19It works on my laptop :-).Richard Levitte1-1/+2
2002-11-19make updateRichard Levitte3-1/+36
2002-11-19Fix an unsigned/signed mismatch.Richard Levitte1-2/+3
2002-11-19Update STATUSRichard Levitte1-1/+2
2002-11-18Add news items for 0.9.6h and expand on the 0.9.7 news as well.Richard Levitte1-0/+20
2002-11-18Document the addition of certificate pairs.Richard Levitte1-0/+16
2002-11-18Add the ASN.1 structures and functions for CertificatePair, which isRichard Levitte4-0/+17
defined as follows (according to X.509_4thEditionDraftV6.pdf): CertificatePair ::= SEQUENCE { forward [0] Certificate OPTIONAL, reverse [1] Certificate OPTIONAL, -- at least one of the pair shall be present -- } The only thing I'm not sure about is if it's implicit or explicit tags that I should count on. For now, I'm thinking explicit, but will gladly stand corrected. Also implement the PEM functions to read and write certificate pairs, and defined the PEM tag as "CERTIFICATE PAIR". This needed to be defined, mostly for the sake of the LDAP attribute crossCertificatePair, but may prove useful elsewhere as well.
2002-11-18Determine HZ exactly as in apps/speed.c.Richard Levitte1-7/+15
2002-11-18Make sure sysconf exists (it doesn't in the VMS C RTL lesser than version 7).Richard Levitte1-1/+2
2002-11-18remove redundant functionsBodo Möller2-49/+6
2002-11-18use consistent order of function definitionsBodo Möller2-80/+79
2002-11-18fix memory leak in memory debuggin code ...Bodo Möller1-3/+15
Submitted by: Nils Larsch
2002-11-18allocate bio_err before memory debugging is enabled to avoid memory leaksBodo Möller1-4/+4
(we can't release it before the CRYPTO_mem_leaks() call!) Submitted by: Nils Larsch
2002-11-18A variable of type time_t is supposed to be a time measurement starting atRichard Levitte1-1/+1
Epoch. offset isn't such a measurement, so let's stop pretend it is.
2002-11-18Better workaround to the "=head1 NAME OPTIONS" pod2latex problem:Lutz Jänicke1-7/+8
NAME OPTIONS are a subset of OPTIONS, so just make it =head2! Submitted by: Reviewed by: PR: 333
2002-11-17Make it possible to build for more than one CPU.Richard Levitte2-4/+9
Clarify what the CE tests do.
2002-11-17Ignore openssl.pc. This way, there's no risk that I'll add it again :-).Richard Levitte1-0/+1
2002-11-17Adding openssl.pc to the repository was a mistake,Richard Levitte1-11/+0
since it's generated.
2002-11-17Add the file openssl.pc that I forgot a while ago.Richard Levitte1-0/+11
2002-11-16I forgot this is compiled in test/, not crypto/ec/...Richard Levitte1-1/+1
2002-11-16We don't want TARGETCPU expanded here.Richard Levitte1-1/+1
2002-11-15Mention ActiveState Perl much earlier in INSTALL.WCE.Richard Levitte1-3/+3
2002-11-15WinCE patchesRichard Levitte35-56/+905
2002-11-15Fix buggy #! magic and update ssleay->opensslLutz Jänicke1-3/+3
Submitted by: Reviewed by: PR: 305
2002-11-15Add the INHIBIT_SYMLINKS flag variable to help Cygwin.Richard Levitte1-20/+27
Add missing semicolons. Add a comment explaining a bunch of targets without any action lines.
2002-11-15Changes to make shared library building and use work better with CygwinRichard Levitte4-5/+18
2002-11-15Document the change to remove the 'done' flag variable in theRichard Levitte1-0/+6
OpenSSL_add_all_*() routines
2002-11-15this method does not need field_data1Bodo Möller1-3/+0
2002-11-15make updateRichard Levitte4-8/+82
2002-11-15A few more Microsoft OIDs addedRichard Levitte1-0/+4
2002-11-15The pointer to the cipher object is not yet set, when session was reloadedLutz Jänicke1-1/+1
from external cache (using d2i_SSL_SESSION). Perform comparison based on the cipher's id instead. Submitted by: Steve Haslam <araqnid@innocent.com> Reviewed by: PR: 288
2002-11-15The architecture name is i486, not just 486Richard Levitte1-1/+1