]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2000-08-17  Richard LevitteAllow reconfiguration. This can be useful if some...
2000-08-15  Richard LevitteCorrect the title. This also fooled the automatic...
2000-08-14  Richard LevitteIBMcxx complains that maxmem is as low as 2048 for...
2000-08-14  Richard LevitteI forgot this file that Assar provided as well...
2000-08-14  Richard LevitteMD4 implemented. Assar Westerlund provided the digest...
2000-08-11  Richard LevitteMemory leaks fix. It now looks like all memory leaks...
2000-08-11  Richard LevitteMemory leaks fix. There seems to be more in other...
2000-08-11  Richard LevitteThe pkcs12 had no way of getting a CA file or path...
2000-08-11  Richard LevitteAbdelilah Essiari <aes@george.lbl.gov> reports that...
2000-08-10  Richard LevitteDuplicate names detected...
2000-08-08  Richard LevitteMake sure that 'initialized' is zeroed as well when...
2000-08-06  Dr. Stephen... Fix for bad sorting of object names.
2000-08-06  Richard LevitteFor n > 7, we might get uninitialized (unzeroed) data.
2000-08-04  Dr. Stephen... Changes needed for Tandem NSK, supplied by Scott Uroff...
2000-08-03  Richard LevitteOn Unicos, shorts are 8 bytes, so instead, use a struct...
2000-08-03  Richard LevitteOn Unicos, openlog() isn't constified, so let's not...
2000-08-03  Richard LevitteUnicos doesn't have sys/timeb.h. Fix it by defining...
2000-08-02  Richard Levitte*mumble* unicos 10.0.0.3 with Cray Standard C Version...
2000-08-02  Bodo MöllerInclude SKIP DH parameters with OpenSSL.
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 ...
next