summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2000-03-13Update test suite so that 'make test' succeeds in 'no-rsa' configuration.Bodo Möller
2000-03-13Remove Win32 assembler files. They are always rebuilt (with someBodo Möller
2000-03-12cleaning up a littleBodo Möller
2000-03-12asm workaround for SuSE LinuxUlf Möller
2000-03-12make updateUlf Möller
2000-03-11Workaround for Windoze weirdness.Bodo Möller
2000-03-10NO_SYSLOG is defined for MSDOS anyway. just don't include the UnixUlf Möller
2000-03-10Use signed types where necessary, and add missing functionalityBodo Möller
2000-03-10Use L for all constants.Ulf Möller
2000-03-10Repair bss_log.Ulf Möller
2000-03-09bug fix.Ulf Möller
2000-03-08Fix typo and make ca get the CA and request fields correct.Dr. Stephen Henson
2000-03-07Check that a password was actually passed, or the user will just getRichard Levitte
2000-03-07New compatability trust and purpose settings.Dr. Stephen Henson
2000-03-07Fix the PKCS#8 DSA code so it works again. All theDr. Stephen Henson
2000-03-05Preserve reason strings in automatically build tables.Bodo Möller
2000-03-04Beautifying. Sorry, but code that's slammed to the far left is notRichard Levitte
2000-03-04Let's care about the compiler warnings for both cases, shall we?Richard Levitte
2000-03-04There is no reason to use downcase letters throughout in error reasonBodo Möller
2000-03-04Get definition of ssize_t.Ben Laurie
2000-03-04Generate correct error reasons strings for SYSerr.Bodo Möller
2000-03-04gcc warningsUlf Möller
2000-03-03Use signed type where -1 may be returned.Bodo Möller
2000-03-03Fix for previous patch: If RAND_pseudo_bytes returns 0, this is not an error.Bodo Möller
2000-03-03Make name_funcs_stack static.Dr. Stephen Henson
2000-03-03Move the 'file scope' argument in set_label toDr. Stephen Henson
2000-03-02Use RAND_pseudo_bytes, not RAND_bytes, for IVs/salts.Bodo Möller
2000-03-02Update comment.Bodo Möller
2000-03-02Add missing dependencies.Bodo Möller
2000-03-02Use RAND_METHOD for implementing RAND_status.Bodo Möller
2000-03-02Change comment.Bodo Möller
2000-03-02Hack b_print.c to implement asprintf() functionality. Not enabled byRichard Levitte
2000-03-02Make bss_log.c a bit more readable, and implement it for VMS as well.Richard Levitte
2000-03-02Fix bug which would free up a public keyDr. Stephen Henson
2000-03-01add comment.Ulf Möller
2000-03-01Bug fix.Ulf Möller
2000-03-01check for WIN32 (needed by Mingw32)Ulf Möller
2000-02-29'rand' application for creating pseudo-random files.Bodo Möller
2000-02-29Check BN_rand return value.Bodo Möller
2000-02-29Bug fix.Ulf Möller
2000-02-28Switch for turning on the predictable "random" number generator.Ulf Möller
2000-02-28Fix for non-monolithic build.Ulf Möller
2000-02-28Support assembler for Mingw32.Ulf Möller
2000-02-28Ouch! PKCS7_encrypt() was heading MIME text headers twiceDr. Stephen Henson
2000-02-28Tagging has been done, time to switch to 0.9.6-dev.Richard Levitte
2000-02-28Time for a releaseRichard Levitte
2000-02-28Typo corrected.Richard Levitte
2000-02-27Short is always promoted to int when passed as a function argument.Richard Levitte
2000-02-27Include rand.h so RAND_pseudo_bytes may be declared.Richard Levitte
2000-02-27Use standard header file string.h for memset prototype (whereBodo Möller