Better error reporting in 'openssl engine'
[openssl.git] / crypto /
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
2000-09-18 Richard LevitteJeffrey Altman reminds us to initialize some variables...
2000-09-17 Richard LevitteA new beta is being released. Change the version numbers
2000-09-17 Richard LevitteA patch from HP for better performance.
2000-09-17 Richard LevitteJeffrey Altman <jaltman@columbia.edu> sent me a patch...
2000-09-17 Richard LevitteUse sk_*_new_null() instead of sk_*_new(NULL), since...
2000-09-17 Richard LevitteSome platforms define NULL as ((void *)0). Unfortunate...
2000-09-17 Richard LevitteA couple of more names need to be shortened for VMS...
2000-09-17 Richard LevitteMake sure Compaq C doesn'r complain about dollars,...
2000-09-17 Bodo MöllerRename new BIO_set_shutdown_wr macro to just BIO_shutdo...
2000-09-16 Dr. Stephen HensonNew macro BIO_set_shutdown_wr().
2000-09-15 Richard LevitteCompile all dso files on VMS as well.
2000-09-15 Richard LevitteMake sure dso_vms.c compiles on other operating systems...
2000-09-15 Richard LevitteA DSO method for VMS was missing, and I had the code...
2000-09-15 Richard LevitteAdd a flag for OpenVMS.
2000-09-15 Richard LevitteLater, Jeffrey changed his mind. Apparently, GetCursor...
2000-09-15 Ulf MöllerJeffrey Altman points out that GetQueueStatus() crashes...
2000-09-14 Ulf MöllerBug fix: Montgomery multiplication could produce result...
2000-09-14 Richard LevitteJeffrey Altman convinced me this patch was really neede...
2000-09-13 Ulf MöllerPoint to Peter Gutmann's revised paper.
2000-09-13 Richard Levitte3 changes:
2000-09-13 Ulf MöllerDon't set the two top bits to one when generating a...
2000-09-11 Richard LevitteDon't include e_os.h before the system headers
2000-09-11 Richard LevitteTime to release a beta. Change the version numbers...
2000-09-11 Richard LevitteA cast is needed or Borland C will complain.
2000-09-10 Richard LevitteMarin Kraemer <Martin.Kraemer@MchP.Siemens.De> sent...
2000-09-09 Richard LevitteMore VMS synchronisation
2000-09-09 Ulf MöllerFix some CygWin problems.
2000-09-08 Richard LevitteSynchronise the VMS build with the Unix one.
2000-09-08 Richard LevitteTwo places where I forgot to change vms_idhacks to...
2000-09-07 Dr. Stephen HensonTwo new PKCS#12 demo programs.
2000-09-07 Dr. Stephen HensonUgh, BIO_find_type() cannot be passed a NULL.
2000-09-07 Dr. Stephen HensonAdd docs for BIO_find_type() and friends.
2000-09-07 Richard Levitte'make update'
2000-09-07 Richard LevitteIt's not just VMS that needs some symbols to be hacked...
2000-09-07 Richard LevitteChange the printing mahine used by BIO_printf() and...
2000-09-06 Bodo MöllerGet rid of ASN1_UTCTIME_get, which cannot work with...
2000-09-06 Bodo MöllerAnother superfluous pair of parentheses.
2000-09-06 Bodo MöllerAnother round of indentation changes: Position braces...
2000-09-06 Bodo MöllerMore indentation consistency: for (), while (), if...
2000-09-06 Bodo MöllerFix X509_STORE_CTX_init. Make indentation more consist...
2000-09-06 Bodo Möller'make update'
2000-09-05 Dr. Stephen HensonFix typo in rsautl.
2000-09-05 Dr. Stephen Henson*BIG* verify code reorganisation.
2000-09-05 Dr. Stephen HensonKeep a not of original encoding in certificate requests.
2000-09-05 Bodo MöllerIncrease print buffer (10K instead of just 2K).
2000-09-05 Bodo MöllerIgnore Makefile.save
2000-09-05 Bodo MöllerRemove silly test for b->references at the end of BIO_w...
2000-09-04 Bodo MöllerConsistency
2000-09-04 Bodo MöllerUse consistent indentation,
2000-09-04 Bodo MöllerAvoid abort() throughout the library, except when prepr...
2000-09-04 Bodo MöllerFix for BN_mul_word(a, 0).
2000-09-04 Bodo MöllerTell CVS to ignore 'lib'.
next