summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2002-07-24Don't clobber loop variable.Richard Levitte
2002-07-18Reverse the change with the following log, it needs further investigation:Richard Levitte
2002-07-18Make S/MIME output conform with the mail and MIME standards.Richard Levitte
2002-07-16The default C compiler on MacOS X doesn't like empty object filesRichard Levitte
2002-06-27Try to avoid double declaration of ERR_load_PEM_strings().Richard Levitte
2002-06-27Use 32-bit sections instead of the default, 16-bit ones.Richard Levitte
2002-06-27Use bg instead of bag as argument to macros, to avoid clashes withRichard Levitte
2002-06-26Make sure buffers are large enough even for weird parametersBodo Möller
2002-06-13make updateRichard Levitte
2002-06-13Add support for UWIN, a Unix-like environment on top of Windows.Richard Levitte
2002-06-10fix for 'make update'Bodo Möller
2002-06-06Make sure that settings are passed back and forth when walking aroundLutz Jänicke
2002-06-05It's not good to have a pointer point at something in an inner block.Richard Levitte
2002-06-05Unneeded cast removedRichard Levitte
2002-06-05Check errors when parsing a PKCS8INF PEM FILE, or there will be a core dump o...Richard Levitte
2002-06-05signedness warning correctedRichard Levitte
2002-06-05The correct PERL interpreter is passed via commandline.Lutz Jänicke
2002-05-30Reformat the CFLAG string so it can be made part of a C string.Richard Levitte
2002-05-30Check the return values where memory allocation failures may happen.Richard Levitte
2002-05-30Avoid freeing certain things twice.Richard Levitte
2002-05-29Make i2c_ASN1_BIT_STRING return the correct length.Dr. Stephen Henson
2002-05-29Set DLOPEN_FLAG the same way on NetBSD as on OpenBSD.Richard Levitte
2002-05-23Avoid loops when linking doesn't workRichard Levitte
2002-05-16fix EVP_dsa_sha macroBodo Möller
2002-05-14make b_print.c consistent with the rest of OpenSSL:Bodo Möller
2002-05-09Now that tagging has been done, let the version go on to 0.9.6e-dev.Richard Levitte
2002-05-09About to release 0.9.6d, so set all versoin numbers right.OpenSSL_0_9_6dRichard Levitte
2002-05-09make updateRichard Levitte
2002-05-09Make the huge buffer smaller, so the size becomes reasonable for small-stack ...Richard Levitte
2002-05-09Move an assert() to avoid core dumps when a static buffer hasn't been given.Richard Levitte
2002-05-02Make sure that date is run under the C locale, so dates are given in theRichard Levitte
2002-04-26Fix crypto/asn1/a_sign.c so that 'parameters' is omitted (notBodo Möller
2002-04-23Uhmmm, if we use && after having tested for the presence of the certificate,Richard Levitte
2002-04-18Optimize: better shortcut evaluation ("Howard Chu" <hyc@highlandsun.com>).Lutz Jänicke
2002-04-18synchronize with engine branch (some changes were done onlyBodo Möller
2002-04-170.9.6d-beta1 is about to be built. Change version numbers and stringsOpenSSL_0_9_6d-beta1Richard Levitte
2002-04-15Fix CRLF problem in BASE64 decode.Lutz Jänicke
2002-04-11Check error code from a2d_ASN1_OBJECT().Richard Levitte
2002-04-06make updateRichard Levitte
2002-04-04Fix buggy object definitions (Svenning Sorensen <sss@sss.dnsalias.net>).Lutz Jänicke
2002-03-29Fix of mixup bwtween SOMAXCONN and SO_MAXCONN.Richard Levitte
2002-03-25Fix warning.Ben Laurie
2002-03-21Remove superflous (and buggy) statement <justin.fletcher@ntlworld.com>.Lutz Jänicke
2002-03-20fix DH_generate_parameters for general 'generator'Bodo Möller
2002-03-18in INCLUDES, use '-I../..' so that we find "e_os.h"Bodo Möller
2002-03-18use '-I../..' so that we find "e_os.h"Bodo Möller
2002-03-14we need e_os.hBodo Möller
2002-03-06Typo.Richard Levitte
2002-03-01_INT_MAX should read INT_MAX (this is correct in the 0.9.7-dev andBodo Möller
2002-03-01add missing '#endif'Bodo Möller