summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2003-02-05typo in WIN16 sectionBodo Möller
Submitted by: Toni Andjelkovic <toni@soth.at>
2003-02-05SSL_add_dir_cert_subjects_to_stack now exists for WIN32Bodo Möller
2003-02-05IPv6 display and input support for extensions usingh GeneralName.Dr. Stephen Henson
2003-02-04typoBodo Möller
2003-02-04Update PRNG entry:Bodo Möller
- OpenSSL version differences - Sun /dev/urandom patch information
2003-02-01Old-style callbacks can be NULL!Ben Laurie
2003-02-01Fix warning.Ben Laurie
2003-01-31We can't say in advance what the argument to BIO_socket_ioctl() should be, soRichard Levitte
let's make that a void *. Also, BIO_socket_nbio() should send it an int argument, not a long. PR: 457
2003-01-30Document -engine where missing.Richard Levitte
PR: 424
2003-01-30A few small bugs with BIO popping.Richard Levitte
PR: 364
2003-01-30The util scripts need to handled no-hw.Richard Levitte
PR: 327
2003-01-30The MASM situation is more difficult than described so far. It is part of ↵Richard Levitte
VC++ 7. PR: 327
2003-01-30For VC++7 and up, the file is VSVARS32.BAT.Richard Levitte
PR: 327
2003-01-30The OPENSSL_NO_ENGINE has small problem: it changes certain structures. That'sRichard Levitte
bad, so let's not check OPENSSL_NO_ENGINE in those places. Fortunately, all the header files where the problem existed include ossl_typ.h, which makes a 'forward declaration' of the ENGINE type.
2003-01-30make updateRichard Levitte
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
PR: 287
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
the OPENSSL_USE_GMP symbol is defined). Also, I've re-ordered the listing of other builtin ENGINEs to be alphabetical (though "dynamic" will still come first).
2003-01-30Commit a slightly modified version of an old experiment to do RSA privateGeoff Thorpe
key operations using the GMP library. The default is not to build (or use) this code unless OPENSSL_USE_GMP is defined (because it will impose header and linker dependencies that might need specifying too).
2003-01-30"openssl engine" will not display ENGINE/DSO load failure errors whenGeoff Thorpe
testing availability of engines with "-t" - the old behaviour of is produced by increasing the feature's verbosity with "-tt".
2003-01-30Small typo, OENSSL should really be spelled OPENSSL.Richard Levitte
PR: 476
2003-01-30Fix a memory leak in SSL.Richard Levitte
PR: 477
2003-01-30cert_sk isn't always allocated, so freeing it may cause a crash.Richard Levitte
PR: 481
2003-01-29DVCS (see RFC 3029) was missing among the possible purposes.Richard Levitte
Notified privately to me by Peter Sylvester <Peter.Sylvester@EdelWeb.fr>, one of the authors of said RFC
2003-01-28simplifyBodo Möller
Submitted by: Nils Larsch
2003-01-26Correct EVP_SealInit() documentation, iv is an outputDr. Stephen Henson
parameter.
2003-01-25cofactor is optional in parameter encodingsBodo Möller
Submitted by: Nils Larsch
2003-01-24consistencyBodo Möller
2003-01-24For ecdsa-with-SHA1, as for id-dsa-with-sha1, omit 'parameters'Bodo Möller
in AlgorithmIdentifier Submitted by: Nils Larsch
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
where it fails in ASN1_TIME_set(). Edit asn1.h so the new error code is the same in 0.9.7 and 0.9.8, rebuild new error codes. Clear error queue in req.c if *_min or *_max is absent.
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
PR: 470
2003-01-21fix warningsBodo Möller
Submitted by: Nils Larsch
2003-01-19Suggestion was to change ${MACHINE} to i586 in lines in question. Well,Andy Polyakov
"whatever" doesn't the same (avoids 386 being passed to ./Configure), consistent with other elder SCO targets and denotes that we probably shouldn't care much about every out-of-date platform.
2003-01-19This is an *initial* tune-up. This update puts Itanium2 back on par withAndy Polyakov
Itanium. I mean if overall performance improvement over C version was X for Itanium, it's X even for Itanium2.
2003-01-19Oops! Missed closing quote... Didn't have time to verify before a snapshotAndy Polyakov
was cut...
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
PR: 462
2003-01-16Add some debugging output.Richard Levitte
2003-01-16Armor against systems without ranlib...Lutz Jänicke
Submitted by: Thierry Lelegard <thierry.lelegard@canal-plus.fr> PR: 461
2003-01-16avoid potential confusion about curves (prime192v1 and prime256v1 areBodo Möller
also known as secp192r1 and secp256r1, respectively) Submitted by: Nils Larsch, Bodo Moeller