aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Typo.Dr. Stephen Henson2002-10-211-1/+1
|
* change Emacs indentation style to make it easier to insertBodo Möller2002-10-171-7/+6
| | | | | | tabs manually Submitted by: Pierre Bacquet <pbacquet@delta.fr>
* When BN_add_word() reaches top, it shouldn't try to add the the correspondingRichard Levitte2002-10-141-1/+4
| | | | word, since that word may not be zero.
* Merge string protection from main trunkRichard Levitte2002-10-111-2/+3
|
* fix some entries for 0.9.6d and 0.9.6e (should look as in theBodo Möller2002-10-111-3/+9
| | | | 0.9.7-stable branch)
* There may be more than one single quote to fix.Richard Levitte2002-10-111-1/+1
| | | | PR: 256
* Make sure $fname will not give us any surprises with any funny characters.Richard Levitte2002-10-111-1/+2
| | | | PR: 256
* BN_bn2hex() returns "0" instead of "00" for zero. This disrputs theRichard Levitte2002-10-111-5/+16
| | | | | requirement that the serial number always be an even amount of characters. PR: 248
* Make sure that the 'config' variable is correctly defined and declaredRichard Levitte2002-10-092-1/+3
| | | | | | for monolithic as well as non-monolithic biuld. More work is probably needed in this area. PR: 144
* Remove redundancy and use the main makefile betterRichard Levitte2002-10-092-5/+5
|
* Don't fuss with the demo binariesRichard Levitte2002-10-090-0/+0
|
* This commit was manufactured by cvs2svn to create branchcvs2svn2002-10-091-0/+4
|\ | | | | 'OpenSSL_0_9_6-stable'.
| * Don't fuss with the demo binariesRichard Levitte2002-10-091-0/+4
| |
| * Add a few more VxWorks targets.Richard Levitte2002-10-0911-17/+55
| | | | | | | | | | | | | | | | | | Correct misspelled VXWORKS macros. Add VXWORKS identifying macros to e_os2.h. Add required inclusions and mappings for VxWorks in e_os.h. A few small modifications to make OpenSSL build and work on VxWorks. PR: 253, except for the change that was handled in an earlier commit, and a request for easy build of just parts of OpenSSL.
| * Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-0950-50/+55
| | | | | | | | | | | | | | give it. For 0.9.7 and up, that means util/domd needs to remove those double dashes from the argument list when gcc is used to find the dependencies.
| * PKCS12_parse manual page.Dr. Stephen Henson2002-10-092-0/+55
| |
| * PKCS12_create manual pageDr. Stephen Henson2002-10-091-0/+71
| |
| * More man pages.Dr. Stephen Henson2002-10-0913-6/+495
| |
| * Add missing LFRichard Levitte2002-10-091-1/+1
| |
| * PKCS7_verify() docs.Dr. Stephen Henson2002-10-081-0/+113
| |
| * More docs.Dr. Stephen Henson2002-10-073-0/+190
| |
| * More d2i/i2d manual pages.Dr. Stephen Henson2002-10-074-0/+198
| |
| * Document "0" and "1" naming convention.Dr. Stephen Henson2002-10-061-0/+16
| |
| * Update docs.Dr. Stephen Henson2002-10-062-1/+39
| |
| * Update docs.Dr. Stephen Henson2002-10-062-0/+37
| |
| * Update DH parameter docs.Dr. Stephen Henson2002-10-061-7/+7
| |
| * Various Win32 fixes.Dr. Stephen Henson2002-10-063-9/+26
| | | | | | | | | | | | Resolve signed/unsigned conflicts Make dso_win32.c compile.
| * Oops, remove old comment out debugging printf...Dr. Stephen Henson2002-10-061-3/+5
| |
| * Since crypt() isn't defined anywhere, define it locally in destest.cRichard Levitte2002-10-061-2/+0
| |
| * Please do not use C++ comments in C code.Richard Levitte2002-10-061-1/+3
| |
| * Do not define crypt(). The supported function is DES_crypt() (an des_crypt()Richard Levitte2002-10-061-0/+4
| | | | | | | | when backward compatibility is desired).
| * Update RSAPublicKey manual page...Dr. Stephen Henson2002-10-061-6/+33
| |
| * Some docs relating to X509 ASN1 functions.Dr. Stephen Henson2002-10-052-0/+261
| | | | | | | | | | Many other ASN1 functions are identical other than the actual structure being handled.
| * For some reason, the random number support removed the destructorRichard Levitte2002-10-051-0/+1
| |
| * Typo.Dr. Stephen Henson2002-10-052-2/+2
| |
| * Add version info to Win32 DLLs.Dr. Stephen Henson2002-10-044-0/+89
| | | | | | | | | | | | We might want to edit the strings a bit... Maybe add to 0.9.7 too?
| * make updateDr. Stephen Henson2002-10-042-42/+32
| |
| * Add declaration got PKCS#7 NDEF.Dr. Stephen Henson2002-10-041-0/+1
| |
| * Update mkdef.pl to handle new ASN1 macroDr. Stephen Henson2002-10-041-0/+2
| |
| * Installed libraries should not be overwritten, especially shared ones.Richard Levitte2002-10-041-9/+13
| | | | | | | | | | Use mv to make sure the old copy is unlinked instead of overwritten. PR: 273, and probably others...
| * Add random number generation capability to the cswift engine.Richard Levitte2002-10-041-1/+71
| | | | | | | | | | Should this be added to 0.9.6-stable as well? PR: 275
| * If we're loading libz dynamically, and COMP_zlib() is called more than once,Richard Levitte2002-10-041-2/+2
| | | | | | | | | | only the first call would provide the correct result. PR: 277
| * Document should match reality :-).Richard Levitte2002-10-041-1/+1
| | | | | | | | PR: 255
| * Add a small note saying the 'debug' option should come before the platform inRichard Levitte2002-10-041-1/+2
| | | | | | | | | | the arguments to mk1mf.pl. PR: 298
| * Various enhancements to PKCS#12 code, newDr. Stephen Henson2002-10-036-211/+387
| | | | | | | | | | | | medium level API, improved PKCS12_create and additional functionality in pkcs12 utility.
| * Preliminary streaming ASN1 encode support.Dr. Stephen Henson2002-10-0311-94/+287
| |
| * Removal missingRichard Levitte2002-10-021-594/+0
| |
| * The OpenBSD project has replaced the first implementation of the /dev/cryptoRichard Levitte2002-10-026-6/+1137
| | | | | | | | | | | | | | engine with something they claim is better. I have nothing to compare to, and I assume they know what they're talking about. The interesting part with this one is that it's loaded by default on OpenBSD systems. This change was originally introduced in OpenBSD's tracking of OpenSSL.
| * fix more race conditionsBodo Möller2002-09-265-28/+57
| | | | | | | | | | Submitted by: "Patrick McCormick" <patrick@tellme.com> PR: 262
| * Add missing brackets.Lutz Jänicke2002-09-251-2/+2
| | | | | | | | Submitted by: "Chris Brook" <cbrook@v-one.com>