summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Collapse)Author
2000-04-01Building version 0.9.5aRichard Levitte
2000-04-01_lrotl and _lrotr are defined in MSVC but nowhere else that we knowRichard Levitte
off.
2000-03-30'entropy >= ENTROPY_NEEDED' should be evaluated while theBodo Möller
variables are locked.
2000-03-29Since ssleay_rand_initialize() unlocks then locks CRYPTO_LOCK_RAND,Richard Levitte
it's a good thing if ssleay_rand_status() would do the corresponding lock and unlock as everyone else...
2000-03-27Removed, especially since it conflicts with des.pod onRichard Levitte
case-insensitive file systems.
2000-03-27Fix for HMAC.Dr. Stephen Henson
2000-03-25Beautifying code.Richard Levitte
2000-03-23Tagging has been done, update to next probable version...Richard Levitte
2000-03-23Time for version 0.9.5a beta2Richard Levitte
I know it's earlier than announced. The high amount of problems in beta1 warants this, however.
2000-03-23Clean up context, even if an error occured.Richard Levitte
2000-03-23Update docs and remove old PKCS#7 README file.Dr. Stephen Henson
2000-03-22Fix a memory leak in PKCS12_parse.Dr. Stephen Henson
Don't copy private key to X509 etc public key structures. Fix for warning.
2000-03-20In some of the Makefiles CPP was not defined.Ulf Möller
2000-03-20Problems with the Windows build.Ulf Möller
2000-03-20Tagging done, we move to the next possible.Richard Levitte
2000-03-20make updateRichard Levitte
2000-03-20Change the version text, it's time to release the first beta of 0.9.5a.Richard Levitte
2000-03-19Bug fix: RAND_write_file() failed to write to files created by open()Ulf Möller
on Win32.
2000-03-19Make sure an error condition is returned if, for some reason, the fileRichard Levitte
couldn't be opened.
2000-03-19oops. don't use "entropy" directly.Ulf Möller
2000-03-19New function RAND_event() collects entropy from Windows events.Ulf Möller
2000-03-19FLAT_INC is not needed; we use -I.. all the timeUlf Möller
2000-03-19Integrate podd.h sk.h into set_key.cUlf Möller
2000-03-19Change the notation and coding of the version to be able to containRichard Levitte
both a patch level and a beta status. IMHO, it also makes more sense to have beta status be part of the development status than to have it be an alternate name for patch levels under special conditions.
2000-03-19Keep in sync with Unix code, and prepare for a misfeature fix.Richard Levitte
2000-03-19make updateUlf Möller
2000-03-19cleanup.Ulf Möller
2000-03-19libdes manpage.Ulf Möller
This may still contain a few errors from the old documentation, but most of it should make sense.
2000-03-19des_quad_cksum() byte order bug fix.Ulf Möller
See http://www.pdc.kth.se/kth-krb/ Their solution for CRAY is somewhat awkward. I'll assume that a "short" is 32 bits on CRAY to avoid the #ifdef _CRAY typedef struct { unsigned int a:32; unsigned int b:32; } XXX; #else typedef DES_LONG XXX; #endif
2000-03-18DES in Perl was incomplete and not very usefulUlf Möller
2000-03-18superseded by des_modes.podUlf Möller
2000-03-18change manpages to pod. Contents are not up to date!Ulf Möller
2000-03-18Eliminate memory leaks in mem_dbg.c.Bodo Möller
2000-03-17Make sure to complete the cleanup of names.Richard Levitte
2000-03-17Bugs correctedRichard Levitte
2000-03-14Insert a comment: This is one of the few files in this directoryBodo Möller
that is actually used (even though it may not appear so at first sight).
2000-03-14Remove "Makefile.uni" files and some related stuff.Bodo Möller
This was meant for building individual ciphers separately; but nothing of this is maintained, it does not work because we rely on central configuration by the Configure utility with <openssl/opensslconf.h> etc., so the files are only wasting space and time.
2000-03-14Typos corrected.Richard Levitte
2000-03-14Target added.Richard Levitte
2000-03-14Bugs corrected, and a couple of include files to get declarations forRichard Levitte
lib$-functions and sys$-functions.
2000-03-14bss_log has dollars, so compile it with that warning flag disabled.Richard Levitte
2000-03-14Typo correctedRichard Levitte
2000-03-14Make V_ASN1_APP_CHOOSE work again.Dr. Stephen Henson
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
choice of parameters) when they are needed.
2000-03-12cleaning up a littleBodo Möller
2000-03-12asm workaround for SuSE LinuxUlf Möller
proposed by Holger Reif
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
header...