summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
1999-04-24Restore ERRC definitions that are needed to compile the library.Bodo Möller
1999-04-24Avoid "incomprehensible" errors when required definitions are missing.Bodo Möller
1999-04-24Delete the unnecessary ERR and ERRC lines in makefiles, add some functionalityDr. Stephen Henson
1999-04-24Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson
1999-04-23Submitted by:Bodo Möller
1999-04-23Submitted by:Bodo Möller
1999-04-23"make depend"Bodo Möller
1999-04-23Remove header files from .cvsignore.Ulf Möller
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-23Undo evil cast! <g>Ulf Möller
1999-04-23Function didn't get ANSIfied because of unusual formatting.Ulf Möller
1999-04-23Work with -pedantic!Ben Laurie
1999-04-23Submitted by:Bodo Möller
1999-04-22Remove references to .org header file names.Ulf Möller
1999-04-22Pass the $PROCESSOR variable through.Ulf Möller
1999-04-22Ultrix compatibility.Ulf Möller
1999-04-22CVS confusion?Bodo Möller
1999-04-22Reverse unexplained change.Ben Laurie
1999-04-22Fixed some race conditions.Bodo Möller
1999-04-21Suppport for CRL distribution points extension. Also document some ofDr. Stephen Henson
1999-04-21New header file opensslconf.h contains the macros set by Configure.Ulf Möller
1999-04-21Move all autogenerated header file parts to crypto/opensslconf.h.Ulf Möller
1999-04-21Remove some unnecessary(?) casting.Ben Laurie
1999-04-20Fix lots of warnings.Ulf Möller
1999-04-20Fix some warnings.Ulf Möller
1999-04-20Problems with 64-bit long.Ulf Möller
1999-04-20Remove useless defines.Ulf Möller
1999-04-20Problems with 64-bit long.Ulf Möller
1999-04-20Arguments are des_cblock.Ulf Möller
1999-04-20Update dependencies.Ben Laurie
1999-04-20Various fixes so Win32 compile may work. Convert GeneralNames to use safe stack.Dr. Stephen Henson
1999-04-19Missing #endif.Ulf Möller
1999-04-19Change functions to ANSI C.Ulf Möller
1999-04-19Finish off support for Certificate Policies extension.Dr. Stephen Henson
1999-04-19Clean up prototypes (prepare for removing NOPROTO).Ulf Möller
1999-04-19Fix typos in error codes.Ulf Möller
1999-04-19Definition did not match prototype.Ulf Möller
1999-04-19SPARC v8 assembler BIGNUM code.Ulf Möller
1999-04-19Removed extra semicolons.Bodo Möller
1999-04-18Initial support for Certificate Policies extension: print out works but settingDr. Stephen Henson
1999-04-18Fix const declarations.Ben Laurie
1999-04-18Update dependencies.Ben Laurie
1999-04-17Allow asn1parse to print out VISIBLESTRING and some code needed for certificateDr. Stephen Henson
1999-04-17Massive constification.Ben Laurie
1999-04-17Add support for VISIBLESTRING and UTF8StringDr. Stephen Henson
1999-04-17Another STACK bites the dust.Ben Laurie
1999-04-16Add initial support for r2i RAW extensions which can access the config databaseDr. Stephen Henson
1999-04-16Fix some warnings. Contributed by Anonymous.Ben Laurie
1999-04-16Write random seed file in binary mode.Ulf Möller
1999-04-15Fix a horrible BN bug in bn_expand2 which caused BN_add_word() et al to failDr. Stephen Henson