summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Recent changes.OpenSSL-engine-0_9_6fRichard Levitte2002-08-088-15/+25
| | | | | Time to release 0.9.6f [engine]. The tag will be OpenSSL-engine-0_9_6f.
* Recent changes.Richard Levitte2002-08-082-4/+11
|
* merge in changes in OpenSSL_0_9_6-stable (conflicts resolved)Bodo Möller2002-08-0220-57/+160
|
* Revert that...Richard Levitte2002-08-022-3/+1
|
* Certain flag macros were tested with #if instead if #ifdef...Richard Levitte2002-08-024-5/+7
|
* Next version of 0.9.6 would be 0.9.6fLutz Jänicke2002-07-302-2/+6
| | | | | | Submitted by: Reviewed by: PR:
* Release 0.9.6eOpenSSL-engine-0_9_6eLutz Jänicke2002-07-307-10/+11
| | | | | | Submitted by: Reviewed by: PR:
* OpenSSL Security Advisory [30 July 2002]Lutz Jänicke2002-07-3017-53/+159
| | | | | | | | | | 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. Submitted by: Reviewed by: PR:
* "make update"Lutz Jänicke2002-07-3022-1256/+1649
| | | | | | Submitted by: Reviewed by: PR:
* Merge in the latest changes from 0.9.6-stable.Richard Levitte2002-07-303-4/+7
|
* Merge in recent changes from OpenSSL_0_9_6-stable.Richard Levitte2002-07-2310-27/+14
|
* This commit was manufactured by cvs2svn to create branch 'OpenSSL-engine-cvs2svn2002-07-191-0/+75
|\ | | | | 0_9_6-stable'.
| * Manual page for SSL_do_handshake().Lutz Jänicke2002-07-195-0/+79
| | | | | | | | | | Submitted by: Martin Sjögren <martin@strakt.com> PR: 137
| * This documentation change was being written at the same time as Richard'sGeoff Thorpe2002-07-181-7/+26
| | | | | | | | | | | | | | 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
| * Explain why RSA_check_key() doesn't work with hard keys.Richard Levitte2002-07-181-1/+10
| | | | | | | | PR: 86
| * Add history for documented new functions.Richard Levitte2002-07-186-3/+24
| | | | | | | | PR: 59
| * Allow subjects with more than 255 characters to be properly printed.Richard Levitte2002-07-181-3/+4
| | | | | | | | PR: 147
| * Further enhance assembler support on Cygwin and DJGPP.Richard Levitte2002-07-182-0/+7
| | | | | | | | | | Make pod2mantest useable on DOS-based systems. Part of PR 75, the rest is still under investigation.
| * Fix bug introduced with revision 1.95 when this filed was modified toBodo Möller2002-07-181-2/+2
| | | | | | | | | | | | | | | | | | | | 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
| * Reverse the change with the following log, it needs further investigation:Richard Levitte2002-07-182-16/+16
| | | | | | | | | | Make S/MIME output conform with the mail and MIME standards. PR: 151
| * Make S/MIME output conform with the mail and MIME standards.Richard Levitte2002-07-182-17/+17
| | | | | | | | PR: 151
| * Unixware doesn't have strings.h, so we need to declare strcasecmp()Richard Levitte2002-07-183-7/+15
| | | | | | | | | | | | differently. Unixware 2 needs to link with libresolv. PR: 148
| * OPENSSL_SYS_WIN32 is important so util/mkdef.pl can detect itRichard Levitte2002-07-181-1/+1
| |
| * Make mkdir failsafe in case the directories are already presentRichard Levitte2002-07-171-1/+1
| |
| * Add support for shared libraries with OS/2.Richard Levitte2002-07-177-47/+106
| | | | | | | | PR: 124
| * Add a few FAQ entries for the various ways building OpenSSL on MacOS XRichard Levitte2002-07-171-0/+28
| | | | | | | | can fail, and point at the text in the PROBLEMS file
* | This documentation change was being written at the same time as Richard'sGeoff Thorpe2002-07-181-7/+26
| | | | | | | | | | | | | | 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
* | Explain why RSA_check_key() doesn't work with hard keys.Richard Levitte2002-07-181-1/+10
| | | | | | | | PR: 86
* | Merge in the really latest changes from 0.9.6-stable.Richard Levitte2002-07-185-17/+36
| |
* | Merge in the latest chanegs from 0.9.6-stable.Richard Levitte2002-07-1834-109/+184
| |
* | This commit was manufactured by cvs2svn to create branch 'OpenSSL-engine-cvs2svn2002-07-171-0/+40
|\ \ | |/ | | 0_9_6-stable'.
| * If OpenSSL is built with shared library support on MacOS X,Richard Levitte2002-07-171-1/+7
| | | | | | | | everything works fine. Note: this is only true for 0.9.7 and on
| * On MacOS X, the shared library editor uses DYLD_LIBRARY_PATHRichard Levitte2002-07-173-8/+8
| |
| * On MacOS X, you're not allowed to have common objects in shared librariesRichard Levitte2002-07-171-2/+2
| |
| * Add the usually recommended solution to the linking problem entry for MacOS XRichard Levitte2002-07-171-0/+9
| |
| * We had some experimental options in the Darwin entries. They are no longer ↵Richard Levitte2002-07-161-2/+2
| | | | | | | | needed
| * The default C compiler on MacOS X doesn't like empty object filesRichard Levitte2002-07-161-2/+2
| |
| * Actually, the "bug" is really documented in the man-page for ld, soRichard Levitte2002-07-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | it's really a misfeature according to the jargon file (4.0.0) definition: ":misfeature: /mis-fee'chr/ or /mis'fee`chr/ /n./ A feature that eventually causes lossage, possibly because it is not adequate for a new situation that has evolved. Since it results from a deliberate and properly implemented feature, a misfeature is not a bug."
| * There are problems on certain platforms, and possible answers on how to ↵Richard Levitte2002-07-162-0/+32
| | | | | | | | (temporarly) solve them.
| * For those wanting to build for several platforms with the same sourceRichard Levitte2002-07-161-0/+20
| | | | | | | | | | | | | | | | directory, making a separate directory tree with lots of symbolic links seems to be the solution. Unfortunately, Configure doesn't take appropriate steps to support this solution (as in removing a file that's going to be rewritten). This change corrects that situation. Now I just have to find all other places where there's lack of support for this.
| * For those wanting to build for several platforms with the same sourceRichard Levitte2002-07-161-2/+8
| | | | | | | | | | | | | | | | directory, making a separate directory tree with lots of symbolic links seems to be the solution. Unfortunatelt, Configure doesn't take appropriate steps to support this solution (as in removing a file that's going to be rewritten). This change corrects that situation. Now I just have to find all other places where there's lack of support for this.
| * Some older code (never committed) wasn't converted to the new format.Richard Levitte2002-07-163-2/+4
| | | | | | | | Corrected.
| * Let's not forget the second -WtraditionalRichard Levitte2002-07-161-1/+1
| |
| * Using -Wtraditional took it a little far. After all, we expect ANSI C, soRichard Levitte2002-07-161-1/+1
| | | | | | | | we don't need to care about traditional compilers
| * Set up the engine before doing anything random-related, since engine randomnessRichard Levitte2002-07-162-10/+10
| | | | | | | | | | | | is only used for seeding and doing it in the wrong order will mean seeding is done before the engine randomness is hooked in. Notified by Frederic DONNAT <frederic.donnat@zencod.com>
| * There's an ongoing project to bring some kind of path selectionRichard Levitte2002-07-157-8/+644
| | | | | | | | | | | | | | | | | | | | | | mechanism to the ENGINE framework. This means there there are going to be new functionality for the DSO part, and ultimately some way of merging two file specifications together. This commit places the merging code into the repository. It's currently not used anywhere, and hasn't been tested at all. It may be full of errors, including syntactical ones. Those will be fixed as promptly as possible.
| * Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller2002-07-1429-3272/+5568
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (the same keys can be used for ECC schemes other than ECDSA) and add some new options. Similarly, use string "EC PARAMETERS" instead of "ECDSA PARAMETERS" in 'PEM' format. Fix ec_asn1.c (take into account the desired conversion form). 'make update'. Submitted by: Nils Larsch
| * Rewording: some algorithms are also patented in Europe, so choose moreLutz Jänicke2002-07-121-12/+9
| | | | | | | | defensive phrases...
| * In UI_UTIL_read_pw(), we should look at the size parameter, not at BUFSIZ.Richard Levitte2002-07-111-2/+5
| | | | | | | | Submitted by Götz Babin-Ebell <babinebell@trustcenter.de>
| * Discussion about Redhat's specialties for the FAQ.Lutz Jänicke2002-07-101-0/+36
| | | | | | | | | | | | Submitted by: John.Airey@rnib.org.uk Reviewed by: PR: 128