aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
1999-04-26Remove NOPROTO-related macros.Ulf Möller5-7/+7
1999-04-26Ignore autogenerated file.Ulf Möller1-0/+2
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller228-3270/+2
1999-04-25Fixes so it will compile again under Win32.Dr. Stephen Henson3-5/+7
1999-04-25Various header consistency fixes.Dr. Stephen Henson7-0/+29
1999-04-25Fix mkerr.pl to find functions returning function pointers (thanks Ulf!)Dr. Stephen Henson2-2/+3
1999-04-25Removed traces of cryptall.h, and did a "make depend".Bodo Möller8-47/+70
1999-04-24New Configure option --openssldir to replace ssldir.pl.Ulf Möller2-17/+9
1999-04-24cryptall.h is not needed for anything and cannot even be #include-dBodo Möller1-110/+0
1999-04-24Fix header files so that any one can be included first.Bodo Möller6-1/+19
1999-04-24Replaced by mkerr.plUlf Möller2-398/+0
1999-04-24Change the command line options of mkerr.pl so -static is now default andDr. Stephen Henson13-39/+26
1999-04-24"perl util/mkerr.pl -static -recurse -rebuild" because the previousBodo Möller3-89/+70
1999-04-24Removed superfluous reference to ERRC.Bodo Möller1-2/+2
1999-04-24Restore ERRC definitions that are needed to compile the library.Bodo Möller12-0/+12
1999-04-24Avoid "incomprehensible" errors when required definitions are missing.Bodo Möller2-0/+6
1999-04-24Delete the unnecessary ERR and ERRC lines in makefiles, add some functionalityDr. Stephen Henson22-59/+60
1999-04-24Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson89-1935/+1147
1999-04-23Submitted by:Bodo Möller9-9/+9
1999-04-23Submitted by:Bodo Möller1-2/+2
1999-04-23"make depend"Bodo Möller35-2383/+3808
1999-04-23Remove header files from .cvsignore.Ulf Möller6-8/+0
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller452-1129/+1129
1999-04-23Undo evil cast! <g>Ulf Möller1-1/+1
1999-04-23Function didn't get ANSIfied because of unusual formatting.Ulf Möller1-8/+3
1999-04-23Work with -pedantic!Ben Laurie61-450/+588
1999-04-23Submitted by:Bodo Möller1-1/+1
1999-04-22Remove references to .org header file names.Ulf Möller12-12/+10
1999-04-22Pass the $PROCESSOR variable through.Ulf Möller1-1/+1
1999-04-22Ultrix compatibility.Ulf Möller1-0/+4
1999-04-22CVS confusion?Bodo Möller1-1/+1
1999-04-22Reverse unexplained change.Ben Laurie1-5/+1
1999-04-22Fixed some race conditions.Bodo Möller3-3/+3
1999-04-21Suppport for CRL distribution points extension. Also document some ofDr. Stephen Henson10-15/+348
1999-04-21New header file opensslconf.h contains the macros set by Configure.Ulf Möller2-1/+152
1999-04-21Move all autogenerated header file parts to crypto/opensslconf.h.Ulf Möller12-274/+19
1999-04-21Remove some unnecessary(?) casting.Ben Laurie2-14/+14
1999-04-20Fix lots of warnings.Ulf Möller12-28/+37
1999-04-20Fix some warnings.Ulf Möller2-5/+5
1999-04-20Problems with 64-bit long.Ulf Möller4-51/+55
1999-04-20Remove useless defines.Ulf Möller2-14/+0
1999-04-20Problems with 64-bit long.Ulf Möller2-23/+3
1999-04-20Arguments are des_cblock.Ulf Möller2-2/+2
1999-04-20Update dependencies.Ben Laurie1-0/+12
1999-04-20Various fixes so Win32 compile may work. Convert GeneralNames to use safe stack.Dr. Stephen Henson9-76/+88
1999-04-19Missing #endif.Ulf Möller1-0/+1
1999-04-19Change functions to ANSI C.Ulf Möller418-6119/+2348
1999-04-19Finish off support for Certificate Policies extension.Dr. Stephen Henson4-1/+189
1999-04-19Clean up prototypes (prepare for removing NOPROTO).Ulf Möller4-13/+13
1999-04-19Fix typos in error codes.Ulf Möller13-21/+21