summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2003-01-30A few small bugs with BIO popping.Richard Levitte
2003-01-30The util scripts need to handled no-hw.Richard Levitte
2003-01-30The MASM situation is more difficult than described so far. It is part of VC...Richard Levitte
2003-01-30For VC++7 and up, the file is VSVARS32.BAT.Richard Levitte
2003-01-30The OPENSSL_NO_ENGINE has small problem: it changes certain structures. That'sRichard Levitte
2003-01-30make updateRichard Levitte
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2003-01-30Summarise the last couple of commits.Geoff Thorpe
2003-01-30This glues the GMP wrapper ENGINE into OpenSSL if it is being built (ie. ifGeoff Thorpe
2003-01-30Commit a slightly modified version of an old experiment to do RSA privateGeoff Thorpe
2003-01-30"openssl engine" will not display ENGINE/DSO load failure errors whenGeoff Thorpe
2003-01-30Small typo, OENSSL should really be spelled OPENSSL.Richard Levitte
2003-01-30Fix a memory leak in SSL.Richard Levitte
2003-01-30cert_sk isn't always allocated, so freeing it may cause a crash.Richard Levitte
2003-01-29DVCS (see RFC 3029) was missing among the possible purposes.Richard Levitte
2003-01-28simplifyBodo Möller
2003-01-26Correct EVP_SealInit() documentation, iv is an outputDr. Stephen Henson
2003-01-25cofactor is optional in parameter encodingsBodo Möller
2003-01-24consistencyBodo Möller
2003-01-24For ecdsa-with-SHA1, as for id-dsa-with-sha1, omit 'parameters'Bodo Möller
2003-01-24Provide "dummy" &main::picmeup even in Windows perlasm modules.Andy Polyakov
2003-01-24Check return value of gmtime() and add error codesDr. Stephen Henson
2003-01-23Workaround for lame compiler bug introduced in "CPU pack" for MSVC6SP5.Andy Polyakov
2003-01-23The patch speaks for itself.Andy Polyakov
2003-01-23Missing 0 broke FreeBSD build.Richard Levitte
2003-01-21fix warningsBodo Möller
2003-01-19Suggestion was to change ${MACHINE} to i586 in lines in question. Well,Andy Polyakov
2003-01-19This is an *initial* tune-up. This update puts Itanium2 back on par withAndy Polyakov
2003-01-19Oops! Missed closing quote... Didn't have time to verify before a snapshotAndy Polyakov
2003-01-18SCO target missed .so suffix.Andy Polyakov
2003-01-18-lresolv is not present on SCO Unix, RT#460.Andy Polyakov
2003-01-18Caldera/SCO targets erroneously limit themselves to 386. See RT#464.Andy Polyakov
2003-01-18Fix for AIX shared build, see RT#463.Andy Polyakov
2003-01-17EVP_DecryptInit() should call EVP_CipherInit() not EVP_CipherInit_ex().Dr. Stephen Henson
2003-01-16Ingore the correct flag file.Richard Levitte
2003-01-16A few more files to ignoreRichard Levitte
2003-01-16make updateRichard Levitte
2003-01-16FreeBSD has /dev/crypto as well.Richard Levitte
2003-01-16Add some debugging output.Richard Levitte
2003-01-16Armor against systems without ranlib...Lutz Jänicke
2003-01-16avoid potential confusion about curves (prime192v1 and prime256v1 areBodo Möller
2003-01-16make updateRichard Levitte
2003-01-16ncr-scde target needs -lc89 for strcasecmp() and ftime() (Tim Rice, MartinLutz Jänicke
2003-01-16Fix possible NULL dereferencial.Richard Levitte
2003-01-15Add verbosityRichard Levitte
2003-01-15Fix initialization sequence to prevent freeing of unitialized objects.Lutz Jänicke
2003-01-15update error library for EC... changesBodo Möller
2003-01-15Really fix SSLv2 session ID handlingLutz Jänicke
2003-01-15As with RSA, which was modified recently, this change makes it possible toGeoff Thorpe
2003-01-14Set EXPORT_VAR_AS_FN for BC-32 to work around a compiler bug,Dr. Stephen Henson