aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Collapse)AuthorAgeFilesLines
* Change self-description (mklink.pl is not just faster than the lastBodo Möller1999-05-201-1/+1
| | | | | released version of mklink.sh -- the latter couldn't even handle the ../../include/openssl case).
* New functions sk_set, sk_value and sk_num to replace existing macros: this isDr. Stephen Henson1999-05-191-0/+3
| | | | to minimise the effects on existing code.
* Update.Bodo Möller1999-05-151-0/+1
|
* Return 0 for an error, 1 for no error from read_options;Bodo Möller1999-05-151-2/+2
| | | | that's what the calling code seems to expect.
* The encoding of negative ASN1 INTEGERs and the conversion of BNs to negativeDr. Stephen Henson1999-05-141-0/+1
| | | | | integers was completely broken. Also added a NEG_PUBKEY_BUG compilation option to compensate for public keys improperly encoded as negative integers.
* Oops. Close the file.Ulf Möller1999-05-132-0/+2
|
* mk1mf.pl and mkdef.pl read OPTIONS from toplevel Makefile.Ulf Möller1999-05-132-51/+74
| | | | Configure no longer changes files in place.
* Various PKCS#7 related fixes,tidies and comments.Dr. Stephen Henson1999-05-111-0/+5
|
* Kill evil casts, fix PKCS#7 and add new X509V3 Function.Dr. Stephen Henson1999-05-091-0/+1
|
* Various Win32 fixes. Win95 doesn't support MoveFileEx() (which was used for aDr. Stephen Henson1999-05-083-1/+109
| | | | | | Win32 version of rename() ). There isn't a precise rename() equivalent under Win95: the standard rename() complains if the destination already exists so replaced with a combination of unlink() and MoveFile().
* no-xxx option to exclude ciphers.Ulf Möller1999-05-082-29/+55
|
* Mingw32.Ulf Möller1999-05-081-0/+2
|
* Generate DLLs with Mingw32.Ulf Möller1999-05-073-10/+13
|
* Get the Mingw32 makefiles right.Ulf Möller1999-05-073-80/+162
|
* Restored path names that were changed by a previous "Configure" run.Bodo Möller1999-05-061-1/+1
| | | | | | | (Rather than changing the files in places, we really should use .in files.) Submitted by: Reviewed by: PR:
* Some comments.Bodo Möller1999-05-061-1/+1
| | | | | | Submitted by: Reviewed by: PR:
* Add missing semicolon.Ulf Möller1999-05-061-2/+2
| | | | Submitted by: Janez Jere <jj@void.si>
* Support additional Win32 compilers.Ulf Möller1999-05-063-80/+166
| | | | Borland C submitted by: Janez Jere <jj@void.si>
* Hopefully improved compatibility with earlier versions of Perl5.Bodo Möller1999-04-301-2/+5
| | | | | | Submitted by: Reviewed by: PR:
* Superseded by mklink.pl.Bodo Möller1999-04-291-41/+0
| | | | | | Submitted by: Reviewed by: PR:
* Typo fixed.Bodo Möller1999-04-281-4/+4
| | | | | | Submitted by: Reviewed by: PR:
* A faster (and more general, and better documented) replacement for mklink.sh.Bodo Möller1999-04-281-0/+52
| | | | | | Submitted by: Reviewed by: PR:
* Update NO_* macros.Ulf Möller1999-04-271-2/+2
|
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-1/+1
|
* Extensively changed the DEF file generator mkdef.pl to use a modified versionDr. Stephen Henson1999-04-261-164/+155
| | | | | | | | of Ulf's prototype parser, also general tidying and fixing of several problems with the original. Its still a bit of a hack but should work. This is the last bit of the old code that uses the K&R prototypes: after some testing they can finally go away...
* Fixes so it will compile again under Win32.Dr. Stephen Henson1999-04-251-0/+40
|
* Fix mkerr.pl to find functions returning function pointers (thanks Ulf!)Dr. Stephen Henson1999-04-251-6/+9
| | | | also add a few missing prototypes.
* Removed traces of cryptall.h, and did a "make depend".Bodo Möller1999-04-251-0/+1
| | | | | | Submitted by: Reviewed by: PR:
* New Configure option --openssldir to replace ssldir.pl.Ulf Möller1999-04-241-52/+0
|
* Change the command line options of mkerr.pl so -static is now default andDr. Stephen Henson1999-04-241-4/+8
| | | | | a -write option is needed to actually change anything. Second attempt at getting rid of ERR, ERRC definitions: it might even work this time :-)
* Delete the unnecessary ERR and ERRC lines in makefiles, add some functionalityDr. Stephen Henson1999-04-241-5/+34
| | | | | | | | | | to error code script: it can now find untranslatable function codes (usually because the function is static and not defined in a header: occasionally because of a typo...) and unreferenced function and reason codes. To see this try: perl util/mkerr.pl -recurse -debug Also fixed some typos in crypto/pkcs12 that this found :-) Also tidy up some error calls that had to be all on one line: the old error script couldn't find codes unless the call was all on one line.
* ANSIfy, fix typo in error message, and remove redundant statement fromUlf Möller1999-04-241-10/+5
| | | | my code.
* Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson1999-04-241-0/+466
| | | | | | | script, translates function codes better and doesn't need the K&R function prototypes to work (NB. the K&R prototypes can't be wiped just yet: they are still needed by the DEF generator...). I also ran the script with the -rewrite option to update all the header and source files.
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-232-5/+19
| | | | | | Submitted by: Reviewed by: PR:
* Various fixes so Win32 compile may work. Convert GeneralNames to use safe stack.Dr. Stephen Henson1999-04-203-1/+204
|
* Add some utilities to support SXNet extension also add support in DEF filesDr. Stephen Henson1999-04-141-1/+29
| | | | generator to typesafe stacks.
* Separate DSA functionality from ASN.1 encoding.Ulf Möller1999-04-091-0/+7
| | | | | New functions DSA_do_sign and DSA_do_verify to provide access to the raw DSA values.
* New Makefile variables $(RANLIB) and $(PERL).Ulf Möller1999-04-014-32/+14
|
* Remove deleted PKCS#12 functions from pkcs12.h, get rid of object creationDr. Stephen Henson1999-03-291-0/+75
| | | | | kludge, remove CRs from ssl_ciph.c and update Win32 functions for PKCS#12 code. It might compile under Win32 now ...
* Include pkcs12 program as part of openssl. This completes most of the PKCS#12Dr. Stephen Henson1999-03-292-1/+3
| | | | integration.
* One more 0.9.2bRalf S. Engelschall1999-03-221-1/+1
|
* up_ver.pl is now obsoleteRalf S. Engelschall1999-03-221-80/+0
|
* Fix security hole.Ben Laurie1999-03-221-0/+1
|
* Comment out the lines that generated by mk1mf.pl include three separate rulesDr. Stephen Henson1999-03-171-6/+9
| | | | | that are equivalent to $(OUT_D). This was what was causing the 'too many rules' warning under VC++.
* Be less restrictive and allow also `perl util/perlpath.pl /path/to/bin/perl'Ralf S. Engelschall1999-03-101-1/+6
| | | | | | | | | in addition to `perl util/perlpath.pl /path/to/bin', because this way one can also use an interpreter named `perl5' (which is usually the name of Perl 5.xxx on platforms where an Perl 4.x is still installed as `perl'). Submitted by: Matthias Loepfe <Matthias.Loepfe@adnovum.ch> Reviewed by: Ralf S. Engelschall
* Let util/clean-depend.pl work also with older Perl 5.00x versions.Ralf S. Engelschall1999-03-101-2/+4
| | | | | Submitted by: Matthias Loepfe <Matthias.Loepfe@adnovum.ch> Reviewed by: Ralf S. Engelschall
* Make CC,CFLAG etc get passed to make links and various Win32 fixes.Dr. Stephen Henson1999-03-101-1/+1
|
* Add missing funtions from non ANSI section of header files and add missingDr. Stephen Henson1999-03-081-0/+10
| | | | ordinals to libeay.num.
* Various fixes to Win32, update ssleay.num, libeay.num, shuffle various #ifdefsDr. Stephen Henson1999-03-083-2/+4
| | | | around so more options appear in e_os.h
* General source tree makefile cleanups: Made `making xxx in yyy...' displayRalf S. Engelschall1999-03-062-7/+6
| | | | | | | | consistent in the source tree and replaced `/bin/rm' by `rm'. Additonally cleaned up the `make links' target: Remove unnecessary semicolons, subsequent redundant removes, inline point.sh into mklink.sh to speed processing and no longer clutter the display with confusing stuff. Instead only the actually done links are displayed.