openssl.git
2000-08-02 Richard LevitteAdded and corrected documentation for the 'shared'...
2000-08-02 Richard LevitteWe've now covered the shared library support for Solari...
2000-08-02 Richard LevitteIt's probably a good idea to make the shared libraries...
2000-08-02 Richard Levitte"make update"
2000-08-02 Richard LevitteI had completely forgotten that print_table_entry also...
2000-08-02 Richard LevitteAdd support for shared libraries on Solaris.
2000-08-02 Richard LevitteA few corrections with the shared library support:
2000-08-01 Richard LevitteMake it so we can dynamically enable memory allocation...
2000-08-01 Richard LevitteRemove casts that are no longer needed.
2000-07-31 Richard LevitteIf a ip address is successfully parsed, the WSA structu...
2000-07-31 Bodo MöllerUpdate 'openssl passwd' documentation on selection...
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 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-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 Richard LevitteCorrected small bug that could add ',L' when it shouldn't
2000-07-07 Dr. Stephen... New ASN1 functions that just deal with
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 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 LevitteGive the user the option to measure real time instead...
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 LevitteAdded references to RFCs 1421 to 1424, that describe...
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...
2000-06-22 Richard LevitteOn case-insensitive systems, the 'install' target gets...
2000-06-22 Richard LevitteMove the certificate and key loading functions to apps...
2000-06-22 Richard LevitteForgot the self-documentation within req.
2000-06-22 Richard LevitteDocument the change in req.
2000-06-22 Richard LevitteSmall change to accept the command line parameter ...
2000-06-22 Dr. Stephen... Change mkstack.pl so it now sorts each group
2000-06-21 Ulf Mölleruse faster version
2000-06-21 Geoff Thorpe* This adds some checking to the 'dlfcn' DSO_METHOD...
2000-06-21 Dr. Stephen... Fixes for Win32 build.
2000-06-20 Dr. Stephen... Handle ASN1_SET_OF and PKCS12_STACK_OF using function
2000-06-20 Geoff Thorpe'make update'
2000-06-19 Bodo MöllerAvoid unnecessary links and incomplete program file...
2000-06-19 Richard Levitte'make update'
2000-06-19 Richard LevitteAdd the missing callback pointer handling functions.
2000-06-19 Richard LevitteThe dynamic thread API changed, and so does the documen...
2000-06-19 Bodo MöllerAdd OPENSSL_free at the end of CRYPTO_destroy_dynlockid.
2000-06-19 Richard LevitteRedo the support for dynamic locks. First of all,...
2000-06-18 Richard LevitteWith the new stack hack macros, there's no need to...
2000-06-18 Richard LevitteModifications for VMS.
2000-06-18 Richard LevitteAdd support for dynamically created and destroyed mutex...
2000-06-18 Richard LevitteFirst of all, with the current macros, we should never...
2000-06-17 Bodo MöllerUsing speaking "variable" names in macros so that e...
2000-06-16 Dr. Stephen... Safe stack reorganisation in terms of function casts.
2000-06-16 Richard LevitteChange to have a single library that works on both...
next