summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2002-08-16Fix block_size field for CFB and OFB modes: it should be 1.Dr. Stephen Henson
2002-08-15I think that's the last forgotten compilation module.Richard Levitte
2002-08-15Yet a couple of modules forgotten. These weren't important forRichard Levitte
2002-08-15Sometimes, the value of the variable containing the compiler call canRichard Levitte
2002-08-14Fix typo in OBJ_txt2obj which incorrectly passed the contentDr. Stephen Henson
2002-08-12Do not include openssl/ripemd.h when the RIPEMD algorithm has been deselected.Richard Levitte
2002-08-12Do not use the word 'modulus', which is a class template name in VC++ 6.0/SP5.Richard Levitte
2002-08-02Fix typoDr. Stephen Henson
2002-08-02Fix the ASN1 sanity check: correct header lengthDr. Stephen Henson
2002-08-02get rid of OpenSSLDieBodo Möller
2002-08-02Certain flag macros were tested with #if instead if #ifdef...Richard Levitte
2002-08-01make updateRichard Levitte
2002-08-01Avoid yet another name clash with libdes, and make the declaration consistentRichard Levitte
2002-08-01OCSP and KRB5 Makefil.ssl should be consistent with all the othersRichard Levitte
2002-08-01If CRYPTO_realloc() is called with a NULL pointer, have it callRichard Levitte
2002-07-31Make sure to use $(MAKE) everywhere instead of make.Richard Levitte
2002-07-30Release 0.9.7-beta3Lutz Jänicke
2002-07-30OpenSSL Security Advisory [30 July 2002]Lutz Jänicke
2002-07-30"make update"Lutz Jänicke
2002-07-25Add bn_dup_expand() comment from the main branch explaining thatBodo Möller
2002-07-24Don't clobber loop variable.Richard Levitte
2002-07-22If DH is disabled, don't define the DH functions.Richard Levitte
2002-07-18Further enhance assembler support on Cygwin and DJGPP.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-18OPENSSL_SYS_WIN32 is important so util/mkdef.pl can detect itRichard Levitte
2002-07-17Add support for shared libraries with OS/2.Richard Levitte
2002-07-16The default C compiler on MacOS X doesn't like empty object filesRichard Levitte
2002-07-11In UI_UTIL_read_pw(), we should look at the size parameter, not at BUFSIZ.Richard Levitte
2002-07-10remove obsolete commentBodo Möller
2002-07-10Reorder inclusion of header files:Lutz Jänicke
2002-06-29Do not define crypt() on OpenBSD. Notified by Bob Beck of OpenBSD.Richard Levitte
2002-06-27opensslconf.h doesn't define what we want, e_os2.h does.Richard Levitte
2002-06-27Try to avoid double declaration of ERR_load_PEM_strings().Richard Levitte
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte
2002-06-27DJGPP has some needed header files that other MSDOS/Windows compilers don't h...Richard Levitte
2002-06-27When compiling for Windows, make sure we have the windows definitions declared.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-27A number of includes were removed from evp.h some time ago. The reasonRichard Levitte
2002-06-26Make sure buffers are large enough even for weird parametersBodo Möller
2002-06-21Make sure any ENGINE control commands make local copies of stringGeoff Thorpe
2002-06-20<sys/select.h> is included for AIX, when USE_SOCKETS is defined.Lutz Jänicke
2002-06-20AIX (V3) requires <sys/select.h> (included via e_os.h) for fd_set.Lutz Jänicke
2002-06-18always include <string.h> (we do this in various other header files,Bodo Möller
2002-06-16Roll OpenSSL-0.9.7-beta2OpenSSL_0_9_7-beta2Lutz Jänicke
2002-06-16OpenSSL_add_all_algorithms has been replaced by configuration dependentLutz Jänicke
2002-06-14Some more prototype fixes.Lutz Jänicke
2002-06-13Merge from HEAD.Richard Levitte
2002-06-13Add support for DJGPP.Richard Levitte