summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2002-08-01OCSP and KRB5 Makefil.ssl should be consistent with all the othersRichard Levitte
2002-08-01Linux on s390 really knows about loading dynamically.Richard Levitte
PR: 183
2002-08-01Cut'n'paste error with other reposnder certificates cleared.Richard Levitte
PR: 190
2002-08-01If CRYPTO_realloc() is called with a NULL pointer, have it callRichard Levitte
OPENSSL_malloc(). PR: 187
2002-07-31If the email address is moved from the subject to the subject alternate name,Richard Levitte
the subject in the certificate would differ from the subject in the index file, which has quite bad concequences. PR: 180
2002-07-31Make sure to use $(MAKE) everywhere instead of make.Richard Levitte
Part of PR 181
2002-07-31ln -f -s doesn't always work, so do a rm -f followed by a ln -s.Richard Levitte
Part of PR 181
2002-07-31The version of the shared library should, for now, reflect the versionRichard Levitte
of OpenSSL. Part of PR 181.
2002-07-30Typo.Lutz Jänicke
Submitted by: Jeffrey Altman <jaltman@columbia.edu> Reviewed by: PR: 169
2002-07-30OpenSSL Security Advisory [30 July 2002]Lutz Jänicke
Changes marked "(CHATS)" were sponsored by the Defense Advanced Research Projects Agency (DARPA) and Air Force Research Laboratory, Air Force Materiel Command, USAF, under agreement number F30602-01-2-0537.
2002-07-30"make update"Lutz Jänicke
2002-07-300.9.6e and 0.9.7-beta3 are out.Lutz Jänicke
2002-07-29Only use DSA-functions if available.Lutz Jänicke
Submitted by: "Hellan,Kim KHE" <KHE@kmd.dk> Reviewed by: PR: 167
2002-07-29mention SSL_do_handshake()Bodo Möller
2002-07-26Use SEC1 format for EC private keys.Bodo Möller
This is not ECDSA specific, so it's now PEM_STRING_ECPRIVATEKEY etc. Submitted by: Nils Larsch <nlarsch@compuserve.de>
2002-07-25Move zeroing from bn_expand_internal() to bn_expand2() so that itBodo Möller
happens reliably, even if the BIGNUM is already sufficiently large. [Note that the bn_expand()/bn_wexpand() macros call bn_expand2() only if the BIGNUM actually has to grow, so this change does not add any new overhead as currently bn_expand2() is never called directly.]
2002-07-25more detailed instructions for export from USBodo Möller
2002-07-24Don't clobber loop variable.Richard Levitte
PR: 159
2002-07-23Document the recent DJGPP-related changesRichard Levitte
2002-07-23Make dummy tests to make it easier to physically remove unwanted algorithms.Richard Levitte
This should complete PR 75
2002-07-23harmonize options with those for 'ecparam',Bodo Möller
remove redudant option '-pub' Submitted by: Nils Larsch
2002-07-22If DH is disabled, don't define the DH functions.Richard Levitte
Notified by Kim Hellan <KHE@kmd.dk>
2002-07-22fix a typo and clarifyBodo Möller
2002-07-22add an explanation and fix a typoBodo Möller
2002-07-19New cipher selection options COMPLEMENTOFALL and COMPLEMENTOFDEFAULT.Lutz Jänicke
Submitted by: Reviewed by: PR: 127
2002-07-19HP-UX shared libraries must be +x and should be -w. It doesn't hurt onLutz Jänicke
other platforms. Submitted by: Reviewed by: PR: 134
2002-07-19updateBodo Möller
2002-07-19The first compile of the new merger method for VMS *almost* gotRichard Levitte
through. That's not enough, is it? :-)
2002-07-19Two more names that are a little too long for the standard VMS linker.Richard Levitte
2002-07-19The behaviour is undefined when calling SSL_write() with num=0.Lutz Jänicke
Submitted by: Reviewed by: PR: 141
2002-07-19Manual page for SSL_do_handshake().Lutz Jänicke
Submitted by: Martin Sjögren <martin@strakt.com> PR: 137
2002-07-18This documentation change was being written at the same time as Richard'sGeoff Thorpe
changes. So I'm committing this version to overwrite his changes for now, and he can always take his turn to overwrite my words if he wants :-) PR: 86
2002-07-18Explain why RSA_check_key() doesn't work with hard keys.Richard Levitte
PR: 86
2002-07-18Add history for documented new functions.Richard Levitte
PR: 59
2002-07-18Allow subjects with more than 255 characters to be properly printed.Richard Levitte
PR: 147
2002-07-18Further enhance assembler support on Cygwin and DJGPP.Richard Levitte
Make pod2mantest useable on DOS-based systems. Part of PR 75, the rest is still under investigation.
2002-07-18Fix bug introduced with revision 1.95 when this filed was modified toBodo Möller
use the new X509_CRL_set_issuer_name() function: The CRL issuer should be X509_get_subject_name(x509), not X509_get_issuer_name(x509). Submitted by: Juergen Lesny <lesnyj@informatik.tu-muenchen.de> typo
2002-07-18Reverse the change with the following log, it needs further investigation:Richard Levitte
Make S/MIME output conform with the mail and MIME standards. PR: 151
2002-07-18Make S/MIME output conform with the mail and MIME standards.Richard Levitte
PR: 151
2002-07-18Unixware doesn't have strings.h, so we need to declare strcasecmp()Richard Levitte
differently. Unixware 2 needs to link with libresolv. PR: 148
2002-07-18OPENSSL_SYS_WIN32 is important so util/mkdef.pl can detect itRichard Levitte
2002-07-17Make mkdir failsafe in case the directories are already presentRichard Levitte
2002-07-17Add support for shared libraries with OS/2.Richard Levitte
PR: 124
2002-07-17Add a few FAQ entries for the various ways building OpenSSL on MacOS XRichard Levitte
can fail, and point at the text in the PROBLEMS file
2002-07-17If OpenSSL is built with shared library support on MacOS X,Richard Levitte
everything works fine. Note: this is only true for 0.9.7 and on
2002-07-17On MacOS X, the shared library editor uses DYLD_LIBRARY_PATHRichard Levitte
2002-07-17On MacOS X, you're not allowed to have common objects in shared librariesRichard Levitte
2002-07-17Add the usually recommended solution to the linking problem entry for MacOS XRichard Levitte
2002-07-16We had some experimental options in the Darwin entries. They are no longer ↵Richard Levitte
needed
2002-07-16The default C compiler on MacOS X doesn't like empty object filesRichard Levitte