summaryrefslogtreecommitdiffstats
path: root/crypto/bn
AgeCommit message (Expand)Author
1999-05-13VMS support.Ulf Möller
1999-05-12Missing argument in prototype.Ulf Möller
1999-05-10The various character predicates (isspace and the like) may not beBodo Möller
1999-05-08Superseded by sparcv8.S and sparcv8plus.s.Ulf Möller
1999-05-05v8plus must be specified.Ulf Möller
1999-05-05Fix problem with /usr/ccs/lib/cpp.Ulf Möller
1999-05-04Recognise Ultra Sparc and compiler version number.Ulf Möller
1999-05-04Andy Polyakov points out there are default rules in make in gmake for this.Ulf Möller
1999-05-04Sparc v8plus assembler.Ulf Möller
1999-04-29Support INSTALL_PREFIX for packagers.Bodo Möller
1999-04-29Compare with BN_mod_exp_simple, too.Ulf Möller
1999-04-29Ignore Makefile.saveUlf Möller
1999-04-29Obey $(PERL) when running util/mklink.pl.Bodo Möller
1999-04-28Use util/mklink.pl instead of util/mklink.sh.Bodo Möller
1999-04-27New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller
1999-04-26Remove NOPROTO-related macros.Ulf Möller
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller
1999-04-25Fix mkerr.pl to find functions returning function pointers (thanks Ulf!)Dr. Stephen Henson
1999-04-24Change the command line options of mkerr.pl so -static is now default andDr. Stephen Henson
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-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-23Work with -pedantic!Ben Laurie
1999-04-22Remove references to .org header file names.Ulf Möller
1999-04-21Move all autogenerated header file parts to crypto/opensslconf.h.Ulf Möller
1999-04-19Change functions to ANSI C.Ulf Möller
1999-04-19Fix typos in error codes.Ulf Möller
1999-04-19SPARC v8 assembler BIGNUM code.Ulf Möller
1999-04-17Massive constification.Ben Laurie
1999-04-15Fix a horrible BN bug in bn_expand2 which caused BN_add_word() et al to failDr. Stephen Henson
1999-04-06Remove obsolete files from SSLeay 0.8.Ulf Möller
1999-04-01New Makefile variables $(RANLIB) and $(PERL).Ulf Möller
1999-03-27Fix Alpha assembler, remove redundant file.Ben Laurie
1999-03-22Fix security hole.Ben Laurie
1999-03-08Add missing funtions from non ANSI section of header files and add missingDr. Stephen Henson
1999-03-06Put the dependencies back.Ben Laurie
1999-03-06General source tree makefile cleanups: Made `making xxx in yyy...' displayRalf S. Engelschall
1999-02-27Get rid of remaining C++-style comments which strict C compilers hate.Ralf S. Engelschall
1999-02-26BN_RECURSION causes the stuff in bn_mont.c to fall over for large keys. ForDr. Stephen Henson
1999-02-25Fix clearly untested "clever" hack.Ben Laurie
1999-02-25More CVS ignore stuff...Ralf S. Engelschall
1999-02-25Remember good pointers to Montgomery multiplication algorithmRalf S. Engelschall
1999-02-12Tidy up asm stuff.Ben Laurie
1999-02-10First cut for a very conservative source tree cleanup:Ralf S. Engelschall
1999-02-09More exactitude with function arguments.Ben Laurie
1999-01-31Fix various stuff: that VC++ 5.0 chokes on:Dr. Stephen Henson