Correct a number of syntax errors.
[openssl.git] / crypto /
2000-11-22 Richard LevitteCorrect a number of syntax errors.
2000-11-22 Richard LevitteAddapt the VMS scripts to the changes in the Makefiles.
2000-11-21 Richard LevitteReimplement bn_div_words, bn_add_words and bn_sub_words...
2000-11-21 Richard LevitteAvoid getting warnings about unary - being used on...
2000-11-20 Ben LaurieBetter handling of EVP names, add EVP to speed.
2000-11-19 Richard LevitteMake sure bs is assigned NULL when it's free'd, or...
2000-11-18 Richard LevitteRemove two bn_wexpand() from BN_mul(), which is a step...
2000-11-18 Richard LevitteRemove a declaration for a function that does not exist.
2000-11-18 Richard LevitteMake the definition of bn_add_words() match the definition.
2000-11-17 Richard LevitteMake sure BN_DIV2W is not defining when defining it...
2000-11-17 Bodo MöllerConstify bn_dump1 implementation so that it matches...
2000-11-16 Richard LevitteMore constification of the BN library.
2000-11-16 Richard LevitteMake sure to print the BN counting (BN_COUNT) to stderr...
2000-11-16 Richard LevitteOops, when I clean, I should do it thoroughly.
2000-11-16 Richard LevitteI've checked again and again. There really is no need...
2000-11-16 Geoff ThorpeI have no idea how this comment got there, but it's...
2000-11-16 Geoff ThorpeMany applications that use OpenSSL with ENGINE support...
2000-11-14 Ulf Möllerignore
2000-11-14 Richard LevitteModify () to (void), since that's what is actually...
2000-11-14 Richard LevitteTwo OCSP functions that aren't yet implemented.
2000-11-14 Richard LevitteTypo, was "time" instead of "tim".
2000-11-12 Ulf Möllerin some new file names the first 8 characters were...
2000-11-12 Richard LevitteEnhance granularity on what I want to debug for the...
2000-11-12 Ben LaurieMake Rijndael work! Those long flights have some good...
2000-11-12 Ben LaurieMake this stuff compile.
2000-11-09 Bodo Möllertmp2 is not used in BN_mod_mul_montgomery.
2000-11-08 Richard LevitteReally stupid glitch (a comment not properly ended...
2000-11-08 Richard LevitteRemove references to RSAref. The glue library is but...
2000-11-08 Bodo MöllerBN_CTX-related fixes.
2000-11-07 Richard LevitteConstification of LHASH. Contributed by "Paul D. Smith...
2000-11-07 Richard LevitteConstify DH-related code.
2000-11-07 Richard LevitteConstify DSA-related code.
2000-11-07 Richard LevitteMake sure ERR_get_error() is declared.
2000-11-07 Richard LevitteA few more constifications of some RSA routines that...
2000-11-07 Richard LevitteWhen ENGINE_by_id() couldn't find the given engine...
2000-11-07 Richard Levitteshl_load() also needs to load along a path given through an
2000-11-07 Bodo MöllerHandle BN_copy failure after successful BN_new.
2000-11-07 Bodo Möllerhandle the case when BN_new returns NULL
2000-11-06 Richard LevitteConstification of CRYPTO_get_ex_data() needed for the...
2000-11-06 Richard LevitteConstify the RSA parts of the ASN.1 library. Note...
2000-11-06 Richard LevitteConstify the RSA library.
2000-11-06 Richard LevitteConstify the RSA library.
2000-11-06 Richard LevitteAs a consequence of the BIGNUM constification, the...
2000-11-06 Richard LevitteConstify the BIGNUM routines a bit more. The only...
2000-11-06 Richard Levittemode used too early in EVP_PKEY_save_parameters.
2000-11-04 Ulf MöllerSet the CryptoAPI randomness estimate back to 0.
2000-11-03 Ulf Möllerincrease the value a bit
2000-11-03 Geoff ThorpeRichard moved hw_nuron.c over to DSO-land recently...
2000-11-03 Ulf MöllerMinor corrections (HPUX).
2000-11-03 Bodo Mölleravoid memory leak
2000-11-03 Richard LevitteInstead of just STACK, use STACK_OF(ASN1_OBJECT).
2000-11-02 Richard LevitteChange the engine library so the application writer...
2000-10-30 Ulf Möller_lrotl() is a call to the C runtime library!
2000-10-30 Geoff ThorpeDSO_load() should also work when it is passed a NULL...
2000-10-27 Richard LevitteThe majority of the OCSP code from CertCo.
2000-10-26 Richard LevitteMerge the engine branch into the main trunk. All confl...
2000-10-26 Richard LevitteOn HP-UX, at least when shl_* are used, the libraries...
2000-10-26 Richard LevitteFor the operating systems where it matters, it is somet...
2000-10-26 Geoff ThorpeThis changes the behaviour of the DSO mechanism for...
2000-10-22 Richard LevittePointer error corrected
2000-10-22 Richard LevitteOn some operating systems, MAX is defined. Call ours...
2000-10-20 Dr. Stephen HensonFix for bug (?) in assembly language routines for SHA1...
2000-10-19 Richard LevitteKeep binary backward compatibility by putting new metho...
2000-10-19 Richard LevitteMake it possible for methods to load from something...
2000-10-19 Richard LevitteNCONF_get_number() has no error checking at all. As...
2000-10-16 Ben LaurieAlways return a value.
2000-10-16 Richard LevitteCRYPTO_get_ex_new_index would never return an error.
2000-10-14 Dr. Stephen HensonFix for typo in certificate directory lookup code.
2000-10-14 Richard LevitteThe experimental Rijndael code moved to the main trunk.
2000-10-13 Richard LevitteBump the shared library version (should have been done...
2000-10-13 Richard LevitteMake the new conf implementatoin bug-compatible with...
2000-10-12 Dr. Stephen HensonMake non blocking I/O work for accept BIOs.
2000-10-10 Richard LevitteDo a favor to those who get weird compiles and report...
2000-10-09 Bodo MöllerBIO_sock_init() returns 1 for success and -1 for failur...
2000-10-09 Geoff ThorpeDSO_ctrl() changes have removed a couple of DSO_METHOD...
2000-10-08 Geoff ThorpeNone of the DSO_METHOD's were handling anything except...
2000-10-08 Geoff ThorpeTime to get rid of some rather silly code duplication...
2000-10-06 Dr. Stephen HensonMore code for X509_print_ex() support.
2000-10-04 Dr. Stephen HensonGlobal DirectoryString mask fix.
2000-09-27 Richard LevitteA compiler warning removed. Thanks to the folks at HP!
2000-09-25 Richard Levitte'ranlib' doesn't always run on some systems. That...
2000-09-25 Richard LevitteMake the algorithm implementations depend on the corres...
2000-09-24 Richard LevitteUpdate the status and version number to 0.9.7-dev.
2000-09-24 Richard LevitteTime to build the release. Bump the version info accor...
2000-09-22 Dr. Stephen HensonOnly use the new informational verify codes if we
2000-09-22 Richard LevitteCatch V_ASN1_NULL.
2000-09-21 Dr. Stephen HensonFix ASN1_TYPE bug.
2000-09-21 Richard LevitteTime to build beta 3. Bump the version numbers accordi... OpenSSL_0_9_6-beta3
2000-09-21 Richard LevitteChanges by Jeffrey Altman <jaltman@columbia.edu> to...
2000-09-21 Richard LevittePortability patch for HP MPE/iX. Submitted by Mark...
2000-09-20 Richard LevitteOn VMS, stdout may very well lead to a file that is...
2000-09-19 Bodo MöllerTotally remove the supposedly 'faster' variant in
2000-09-19 Bodo MöllerDocument BN_mod_mul_montgomery bug;
2000-09-19 Bodo MöllerDisable buggy code variant in BN_mod_mul_montgomery...
2000-09-18 Richard LevitteNo engine stuff in the main trunk.
2000-09-18 Dr. Stephen HensonWork around for Netscape PKCS#7 signedData bug.
2000-09-18 Richard LevitteGoing through performance statistics sometimes generate...
2000-09-18 Richard Levittecyclecount is only used when __GNUC__ isn't defined.
2000-09-18 Richard LevitteDisable the net statistics gathering code, since differ...
2000-09-18 Richard LevitteUnless we cast, thorough compilers will complain
next