aboutsummaryrefslogtreecommitdiff
path: root/crypto/pem/Makefile.ssl
AgeCommit message (Collapse)AuthorFilesLines
1999-06-07Introduce "BIO pairs", which (when finished) will relay dataBodo Möller1-7/+8
so that the SSL library can be used for applications that have to handle all the actual I/O themselves.
1999-05-21It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller1-43/+44
in cryptlib.h (which is often included as "../cryptlib.h"), then the question remains relative to which directory this is to be interpreted. gcc went one further directory up, as intended; but makedepend thinks differently, and so probably do some C compilers. So the ../ must go away; thus e_os.h goes back into include/openssl (but I now use #include "openssl/e_os.h" instead of <openssl/e_os.h> to make the point) -- and we have another huge bunch of dependency changes. Argh.
1999-05-20Don't install e_os.h in include/openssl, use it only as a localBodo Möller1-44/+43
include file.
1999-05-15Update dependencies.Bodo Möller1-41/+42
1999-05-13Update dependencies.Ben Laurie1-12/+12
1999-04-29Support INSTALL_PREFIX for packagers.Bodo Möller1-2/+4
Submitted by: Reviewed by: PR:
1999-04-29Obey $(PERL) when running util/mklink.pl.Bodo Möller1-3/+3
Submitted by: Reviewed by: PR:
1999-04-28Use util/mklink.pl instead of util/mklink.sh.Bodo Möller1-3/+3
Submitted by: Reviewed by: PR:
1999-04-27New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1-1/+1
1999-04-24Change the command line options of mkerr.pl so -static is now default andDr. Stephen Henson1-3/+2
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-24Restore ERRC definitions that are needed to compile the library.Bodo Möller1-0/+1
Submitted by: Reviewed by: PR: Submitted by: Reviewed by: PR:
1999-04-24Delete the unnecessary ERR and ERRC lines in makefiles, add some functionalityDr. Stephen Henson1-2/+0
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-24Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson1-6/+0
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-23"make depend"Bodo Möller1-65/+105
Submitted by: Reviewed by: PR:
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-3/+3
Submitted by: Reviewed by: PR:
1999-04-23Work with -pedantic!Ben Laurie1-7/+7
1999-04-22Remove references to .org header file names.Ulf Möller1-1/+0
1999-04-18Update dependencies.Ben Laurie1-59/+49
1999-04-12Don#t auto-generate crypto/pem/pem.h -- a fixed file is fine for it.Bodo Möller1-13/+3
Submitted by: Reviewed by: PR:
1999-04-12Add type-safe STACKs and SETs.Ben Laurie1-17/+19
1999-04-01New Makefile variables $(RANLIB) and $(PERL).Ulf Möller1-6/+6
1999-03-22Fix security hole.Ben Laurie1-30/+33
1999-03-06Put the dependencies back.Ben Laurie1-0/+71
1999-03-06General source tree makefile cleanups: Made `making xxx in yyy...' displayRalf S. Engelschall1-77/+5
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.
1999-02-09Update dependencies.Ben Laurie1-55/+57
1999-01-30Break circular dependency between pem and err.Ben Laurie1-7/+7
1999-01-28Add ASN1 code for netscape certificate sequences.Dr. Stephen Henson1-1/+1
1999-01-19This time, get it right.Ben Laurie1-51/+52
1999-01-19Finally lay dependencies to rest (I hope!).Ben Laurie1-1/+69
1999-01-18New err_code.pl script to retain old error codes. This should allow the useDr. Stephen Henson1-2/+4
of 'make errors' without causing huge re-organisations of files when a new code is added.
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-1/+1
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+96