oweals/openssl.git
2000-08-01 Richard LevitteAdditional description of the engine code and why it...
2000-08-01 Geoff ThorpeENGINE_ctrl() had been insisting that the ENGINE suppli...
2000-08-01 Richard LevitteMerge from main trunk, conflicts resolved
2000-07-31 Geoff ThorpeThis commit takes care of a couple of things;
2000-07-30 cvs2svnThis commit was manufactured by cvs2svn to create branc...
2000-07-30 Dr. Stephen... Document the new DN printing options.
2000-07-29 Bodo MöllerDocument rollback issues.
2000-07-29 Bodo MöllerFix SSL 2.0 rollback checking: The previous implementat...
2000-07-28 Dr. Stephen... New ASN1_STRING_print_ex() and X509_NAME_print_ex()
2000-07-27 Richard LevitteThere's a slight possibility that a is 0 in BN_sub_word...
2000-07-27 Richard LevitteIn the case where a < 0 and |a| < w, the result (assign...
2000-07-27 Richard LevitteLooks like Win32 builds do not define THREADS. However...
2000-07-27 Richard LevitteAdd the possibility to get hexdumps of unprintable...
2000-07-27 Dr. Stephen... Fix a bug in the new i2d_{ENUMERATED,INTEGER} that
2000-07-26 Geoff ThorpeTry to catch some memory leaks in the error case.
2000-07-26 Richard LevitteWhen data are written out in very small blocks (less...
2000-07-26 Richard LevitteThere's a deadlock when ssleay_rand_bytes is called...
2000-07-26 Dr. Stephen... Fix warnings.
2000-07-26 Dr. Stephen... Make NEG_PUBKEY_BUG on by default.
2000-07-26 Richard LevitteDarrel Hankerson <dhankers@cacr.math.uwaterloo.ca>...
2000-07-25 Richard LevitteAvoid a race condition if another thread happens to...
2000-07-24 Richard LevitteAdd support for solaris shared libraries, currently...
2000-07-24 Richard LevitteAvoid loops, and make sure that it's possible to still...
2000-07-24 Richard LevitteThis isn't entirely necessary if you do everything...
2000-07-24 Richard Levitte"make update"
2000-07-24 Richard LevitteAdd a note on installation under Win32.
2000-07-24 Richard LevitteShow the running line count and definition cont in...
2000-07-21 Ulf MöllerProfiling option for mk1mf.pl
2000-07-21 Bodo Möllercrypto/err.c bugfix
2000-07-21 Richard LevitteRedo and enhance the support for building shared librar...
2000-07-21 Bodo MöllerBugfix: use write locks, not just read locks
2000-07-21 Richard LevitteWe do PKCS8 as well
2000-07-21 Ulf Mölleroops.
2000-07-21 Ulf Möllerdon't print debug output
2000-07-19 Ulf MöllerMove RNG initialization to RAND_poll(), and shared...
2000-07-19 Ulf MöllerRandomness polling function for Win9x.
2000-07-15 Bodo MöllerDocument -purpose option in usage string.
2000-07-12 Dr. Stephen... Make req seed the PRNG if signing with
2000-07-12 Richard LevitteMerge from main, all conflicts resolved.
2000-07-12 Richard LevitteAvoid the conflict between () and (void)
2000-07-11 Richard LevitteFAQ about ar "missing" on Solaris.
2000-07-11 Bodo MöllerAdd an early reference to BN_CTX_new so that the usage...
2000-07-10 Dr. Stephen... Fix some typose in the i2d/d2i functions that
2000-07-08 cvs2svnThis commit was manufactured by cvs2svn to create branc...
2000-07-08 Richard LevitteCorrected small bug that could add ',L' when it shouldn't
2000-07-07 Richard LevitteAdd the possibility to use an engine as random byte...
2000-07-07 Richard LevitteCut'n'paste error corrected
2000-07-07 Richard LevitteHandle the hwcrhk private key with a bit more consisten...
2000-07-07 Richard LevitteSome error checking when loading keys
2000-07-07 Richard LevitteAPI change.
2000-07-07 Richard LevitteChange the overall RAND routines to actually make use...
2000-07-07 Dr. Stephen... New ASN1 functions that just deal with
2000-07-06 Richard LevitteAdd the possibility to load prvate and public keys...
2000-07-05 Richard LevitteMore experiments show that you can set your data segmen...
2000-07-05 Richard LevitteChange the FAQ entry a bit, giving the details as I...
2000-07-05 Richard LevitteDon't initialise the pointers to mutex functions direct...
2000-07-05 Richard LevitteDocument the change.
2000-07-05 Richard LevitteI got sick and tired of having to keep track of NIDs...
2000-07-05 Richard LevitteBeautification
2000-07-04 Richard LevitteAdd a blurb on how to solve the problem with failing...
2000-07-03 Ulf MöllerAdd PRNGD link.
2000-07-02 Dr. Stephen... Update STATUS.
2000-07-02 Bodo MöllerReturn bignum '0' when BN_rand is asked for a 0 bit...
2000-07-02 Bodo MöllerFix code structure (if ... else if ... where both parts
2000-07-02 Bodo MöllerDon't dereference NULL pointers.
2000-07-01 Ben LaurieDon't let top go below zero!
2000-07-01 Ben LaurieUse up-to-date functions.
2000-06-30 Richard LevitteMerge in the latest changes from the main trunk, and...
2000-06-30 Richard LevitteGive the user the option to measure real time instead...
2000-06-30 Richard LevitteCheck for missing engine name, and also, do not count...
2000-06-30 Richard Levittep_CSwift_AttachKeyParam actually returns more than...
2000-06-30 Richard LevitteCryptoswitch actually has a few more statuses than...
2000-06-30 Richard LevitteMake it possible to turn off compilation of hardware...
2000-06-29 Richard Levitte`make update'
2000-06-29 Richard LevitteIt makes much more sense and is much more consistent...
2000-06-29 Richard LevitteGive the programmer of extra engines the possibility...
2000-06-29 Richard LevitteMake the use of logstream thread-safe.
2000-06-29 Richard LevitteUse the new control to add a log stream.
2000-06-29 Richard LevitteWhen closing the hwcrhk engine, also remove the referen...
2000-06-29 Richard LevitteAdd the possibility to control some engine internals.
2000-06-29 Richard LevitteRename 'hwcrhk' to 'ncipher' in all public symbols...
2000-06-29 Richard LevitteThe error ENGINE_R_HWCRYPTOHOOK_REPORTS should never...
2000-06-28 Richard LevitteUndo the changes I just made. I'm not sure what I...
2000-06-28 Richard LevitteDocument my latest changes.
2000-06-28 Richard LevitteMake it possible for users of the openssl applications...
2000-06-28 Richard LevitteMake it possible for people to tell where the EGD socke...
2000-06-28 Richard LevitteThat's it, I've seen questions about this one time...
2000-06-28 Richard LevitteMake sure we use /usr/sbin/sysctl, especially since...
2000-06-26 Richard LevitteRename 'hwcrhk' to 'ncipher' in all public symbols
2000-06-26 Richard LevitteAdded references to RFCs 1421 to 1424, that describe...
2000-06-26 Geoff ThorpeStrange how one line can make a world of difference...
2000-06-26 Geoff ThorpeGet rid of those annoying "?"s from cvs update :-)
2000-06-23 Richard LevitteThings merged from the main trunk, among others some...
2000-06-23 Bodo MöllerBSD-style MD5-based password algorithm in 'openssl...
2000-06-23 Geoff ThorpeSteve fixed up some strange errors introduced into...
2000-06-23 Bodo MöllerActually comment out the parts of BN_MOD_MUL_WORD that...
2000-06-23 Bodo MöllerIn BN_mod_exp_mont_word, avoid one application of BN_MO...
2000-06-22 Richard LevitteMove add_oid_section to apps.c, so it can be shared...
2000-06-22 Richard LevitteDocument the change in req.
2000-06-22 Richard LevitteChange req so the new parameter '-rand file' uses the...
next