Typesafety Thought Police part 5.
[openssl.git] / crypto /
2000-03-03 Dr. Stephen HensonMake name_funcs_stack static.
2000-03-03 Dr. Stephen HensonMove the 'file scope' argument in set_label to
2000-03-02 Bodo MöllerUse RAND_pseudo_bytes, not RAND_bytes, for IVs/salts.
2000-03-02 Bodo MöllerUpdate comment.
2000-03-02 Bodo MöllerAdd missing dependencies.
2000-03-02 Bodo MöllerUse RAND_METHOD for implementing RAND_status.
2000-03-02 Bodo MöllerChange comment.
2000-03-02 Richard LevitteHack b_print.c to implement asprintf() functionality...
2000-03-02 Richard LevitteMake bss_log.c a bit more readable, and implement it...
2000-03-02 Dr. Stephen HensonFix bug which would free up a public key
2000-03-01 Ulf Mölleradd comment.
2000-03-01 Ulf MöllerBug fix.
2000-03-01 Ulf Möllercheck for WIN32 (needed by Mingw32)
2000-02-29 Bodo Möller'rand' application for creating pseudo-random files.
2000-02-29 Bodo MöllerCheck BN_rand return value.
2000-02-29 Ulf MöllerBug fix.
2000-02-28 Ulf MöllerSwitch for turning on the predictable "random" number...
2000-02-28 Ulf MöllerFix for non-monolithic build.
2000-02-28 Ulf MöllerSupport assembler for Mingw32.
2000-02-28 Dr. Stephen HensonOuch! PKCS7_encrypt() was heading MIME text headers...
2000-02-28 Richard LevitteTagging has been done, time to switch to 0.9.6-dev.
2000-02-28 Richard LevitteTime for a release
2000-02-28 Richard LevitteTypo corrected.
2000-02-27 Richard LevitteShort is always promoted to int when passed as a functi...
2000-02-27 Richard LevitteInclude rand.h so RAND_pseudo_bytes may be declared.
2000-02-27 Bodo MöllerUse standard header file string.h for memset prototype...
2000-02-27 Dr. Stephen HensonDon't call BN_rand with zero bits in bntest.c
2000-02-27 Ben LaurieDeclare memset.
2000-02-27 Ben LaurieTypo.
2000-02-27 Bodo MöllerAdd a comment.
2000-02-27 Richard LevitteFor lack of a better name, this is now called 0.9.5beta...
2000-02-27 Richard LevitteChange version string to reflect the release of beta 2. OpenSSL_0_9_5beta2
2000-02-27 Richard LevitteNew logical names to skip algorithms are now supported.
2000-02-27 Ulf MöllerBug fix!
2000-02-27 Dr. Stephen HensonFix so Win32 assembly language works with MASM.
2000-02-27 Ulf Möller*** empty log message ***
2000-02-26 Ulf Möllerworkaround no longer needed
2000-02-26 Ulf Möllerremove
2000-02-26 Ulf MöllerReorganize bn_mul.c (no bugfix yet), remove obsolete...
2000-02-26 Dr. Stephen HensonMake ASN1 types real typedefs.
2000-02-26 Andy PolyakovBN_div_recp fix. I've ran divtest for 10 mins and it...
2000-02-26 Richard LevitteA small script to compile mttest.c on VMS as well.
2000-02-26 Richard LevitteMake sure there's some entropy, and log a few more...
2000-02-26 Bodo MöllerMore get0 et al. changes. Also provide fgrep targets...
2000-02-26 Richard Levittemake update
2000-02-26 Richard LevitteDon't include sys/types.h if NO_SYS_TYPES_H is defined.
2000-02-26 Richard Levitteftruncate() and fileno() are not supported on all versi...
2000-02-26 Dr. Stephen HensonRename functions for new convention.
2000-02-26 Richard LevitteLet's avoid compiler warnings over types.
2000-02-26 Richard LevitteCompile rand_egd.c on VMS as well.
2000-02-26 Richard LevitteFor safety, check __VMS as well.
2000-02-26 Richard LevitteSince a stack with quite long name is declared here...
2000-02-25 Richard LevitteSmall error fix.
2000-02-25 Richard LevitteAdjust all the old scripts to deal with the new location.
2000-02-25 Richard LevitteNew script to compile on systems that already have...
2000-02-25 Richard LevitteUpdate the two threads modules to conform to our recomm...
2000-02-25 Ulf Möllerflush output.
2000-02-25 Richard LevitteEnhance consistency by using BIO_flush() instead of...
2000-02-25 Richard LevitteChanges to synchronise with Unix.
2000-02-25 Ulf MöllerTest the division functions.
2000-02-25 Ulf MöllerThe main() return value is a program's exit code.
2000-02-25 Geoff ThorpeMore VC++ pickiness. (destest.c doesn't have a "return...
2000-02-25 Geoff ThorpeGets around VC++ compiler pickiness. (long != double)
2000-02-25 Ulf Möllermt contained an old copy of mttest.c. remove it and...
2000-02-25 Ulf MöllerEGD bugfix.
2000-02-25 Ulf Möllerdifferent snprintf version.
2000-02-25 Bodo MöllerClarification.
2000-02-25 Bodo Möllerhandle entropy estimate correctly
2000-02-25 Dr. Stephen HensonAllow code which calls RSA temp key callback to cope
2000-02-25 Ulf Möllerdivide the correct number...
2000-02-24 Ulf Möllerwork around a bug in BN_div_recp or BN_reciprocal
2000-02-24 Ulf MöllerUse public domain snprintf() implementation by Patrick...
2000-02-24 Bodo MöllerVersion 0.9.5beta2-dev (so that the next snapshot will not
2000-02-24 Bodo MöllerDon't use buffered fread() to read from DEVRANDOM,
2000-02-24 Bodo MöllerDo fflush(stdout) when there was an error.
2000-02-24 Bodo MöllerDon't define platform-dependent preprocessor symbols...
2000-02-24 Ralf S. EngelschallAdd an evil cast, because POSIX/SUSv2 define connect...
2000-02-24 Ulf MöllerSupport EGD.
2000-02-24 Richard Levitte0.9.5beta1 OpenSSL_0_9_5beta1
2000-02-23 Richard Levittemake update
2000-02-23 Ulf Möllercorrect macro.
2000-02-23 Richard LevitteSync with Unix
2000-02-23 Dr. Stephen HensonAdd PBE algorithms with ciphers, not digests.
2000-02-23 Dr. Stephen HensonAllow ADH to be used but not present in the default...
2000-02-22 Dr. Stephen HensonMake pkcs8 work again.
2000-02-22 Ulf Möllerwarning.
2000-02-22 Ulf MöllerCheck tlen size in all padding_check functions. As...
2000-02-22 Dr. Stephen HensonChange EVP_MD_CTX_type so it is more logical and add...
2000-02-20 Richard LevitteMove the registration of callback functions to special...
2000-02-20 Ulf MöllerFix gcc warnings.
2000-02-20 Dr. Stephen HensonChange the 'other' structure in certificate aux info.
2000-02-19 Bodo MöllerAllow for higher granularity of entropy estimates by...
2000-02-18 Richard LevitteCosmetic change. No, openssl.h.in is not autogenerated :-)
2000-02-18 Dr. Stephen HensonNew functions and option to use NEW in certificate...
2000-02-17 Bodo MöllerMake sure the return value of by_file_ctrl(..., X509_L_...
2000-02-16 Dr. Stephen HensonPass phrase reorganisation.
2000-02-16 Ben LaurieAdd support for Compaq Atalla crypto accelerator.
2000-02-16 Andy PolyakovMove primes to read-only segment.
2000-02-16 Ben LaurieFix signed/unsigned warnings.
2000-02-15 Andy PolyakovMove initial key to read-only segment.
next