summaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Collapse)Author
1999-06-09"make update" (added to top Makefile, and applied).Bodo Möller
1999-06-08Prevent name conflicts.Ulf Möller
Submitted by: Janez Jere <jj@void.si>
1999-06-08Don't make assumptions on what the path looks like.Bodo Möller
1999-06-07Fix for BIO pairs.Bodo Möller
1999-06-07Use the same path to perl in all #! lines in util.Bodo Möller
1999-06-07mkdir -p is not fully portable (according to Marc Crispin,Bodo Möller
NeXTstep creates a directory called -p); now mkdir-p.pl does its job.
1999-06-06Rewrite PBE handling read to support PKCS#5 v2.0 and update the functionDr. Stephen Henson
list for Win32.
1999-06-04Update.Bodo Möller
1999-06-04Define a macro to avoid name conflicts.Ulf Möller
1999-05-31more typesafe stacks ...Bodo Möller
1999-05-31More consistency.Bodo Möller
1999-05-20Change self-description (mklink.pl is not just faster than the lastBodo Möller
released version of mklink.sh -- the latter couldn't even handle the ../../include/openssl case).
1999-05-19New functions sk_set, sk_value and sk_num to replace existing macros: this isDr. Stephen Henson
to minimise the effects on existing code.
1999-05-15Update.Bodo Möller
1999-05-15Return 0 for an error, 1 for no error from read_options;Bodo Möller
that's what the calling code seems to expect.
1999-05-14The encoding of negative ASN1 INTEGERs and the conversion of BNs to negativeDr. Stephen Henson
integers was completely broken. Also added a NEG_PUBKEY_BUG compilation option to compensate for public keys improperly encoded as negative integers.
1999-05-13Oops. Close the file.Ulf Möller
1999-05-13mk1mf.pl and mkdef.pl read OPTIONS from toplevel Makefile.Ulf Möller
Configure no longer changes files in place.
1999-05-11Various PKCS#7 related fixes,tidies and comments.Dr. Stephen Henson
1999-05-09Kill evil casts, fix PKCS#7 and add new X509V3 Function.Dr. Stephen Henson
1999-05-08Various Win32 fixes. Win95 doesn't support MoveFileEx() (which was used for aDr. Stephen Henson
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().
1999-05-08no-xxx option to exclude ciphers.Ulf Möller
1999-05-08Mingw32.Ulf Möller
1999-05-07Generate DLLs with Mingw32.Ulf Möller
1999-05-07Get the Mingw32 makefiles right.Ulf Möller
1999-05-06Restored path names that were changed by a previous "Configure" run.Bodo Möller
(Rather than changing the files in places, we really should use .in files.) Submitted by: Reviewed by: PR:
1999-05-06Some comments.Bodo Möller
Submitted by: Reviewed by: PR:
1999-05-06Add missing semicolon.Ulf Möller
Submitted by: Janez Jere <jj@void.si>
1999-05-06Support additional Win32 compilers.Ulf Möller
Borland C submitted by: Janez Jere <jj@void.si>
1999-04-30Hopefully improved compatibility with earlier versions of Perl5.Bodo Möller
Submitted by: Reviewed by: PR:
1999-04-29Superseded by mklink.pl.Bodo Möller
Submitted by: Reviewed by: PR:
1999-04-28Typo fixed.Bodo Möller
Submitted by: Reviewed by: PR:
1999-04-28A faster (and more general, and better documented) replacement for mklink.sh.Bodo Möller
Submitted by: Reviewed by: PR:
1999-04-27Update NO_* macros.Ulf Möller
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller
1999-04-26Extensively changed the DEF file generator mkdef.pl to use a modified versionDr. Stephen Henson
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...
1999-04-25Fixes so it will compile again under Win32.Dr. Stephen Henson
1999-04-25Fix mkerr.pl to find functions returning function pointers (thanks Ulf!)Dr. Stephen Henson
also add a few missing prototypes.
1999-04-25Removed traces of cryptall.h, and did a "make depend".Bodo Möller
Submitted by: Reviewed by: PR:
1999-04-24New Configure option --openssldir to replace ssldir.pl.Ulf Möller
1999-04-24Change the command line options of mkerr.pl so -static is now default andDr. Stephen Henson
a -write option is needed to actually change anything. Second attempt at getting rid of ERR, ERRC definitions: it might even work this time :-)
1999-04-24Delete the unnecessary ERR and ERRC lines in makefiles, add some functionalityDr. Stephen Henson
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.
1999-04-24ANSIfy, fix typo in error message, and remove redundant statement fromUlf Möller
my code.
1999-04-24Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson
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.
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
Submitted by: Reviewed by: PR:
1999-04-20Various fixes so Win32 compile may work. Convert GeneralNames to use safe stack.Dr. Stephen Henson
1999-04-14Add some utilities to support SXNet extension also add support in DEF filesDr. Stephen Henson
generator to typesafe stacks.
1999-04-09Separate DSA functionality from ASN.1 encoding.Ulf Möller
New functions DSA_do_sign and DSA_do_verify to provide access to the raw DSA values.
1999-04-01New Makefile variables $(RANLIB) and $(PERL).Ulf Möller
1999-03-29Remove deleted PKCS#12 functions from pkcs12.h, get rid of object creationDr. Stephen Henson
kludge, remove CRs from ssl_ciph.c and update Win32 functions for PKCS#12 code. It might compile under Win32 now ...