openssl.git
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öller-Wall insists that main return an int.
2000-09-04 Bodo MöllerInclude MD4 in documentation.
2000-09-04 Bodo MöllerTell CVS to ignore 'lib'.
2000-09-03 Dr. Stephen... Add 'rsautl' low level RSA utility.
2000-09-01 Bodo MöllerUndo change from 1.7 to 1.8:
2000-09-01 Bodo MöllerUse C syntax, not FORTRAN or whatever that was :-)
2000-09-01 Bodo MöllerQNX 4 support.
2000-09-01 Bodo Möller-N option to diff is not essential, and mentioning...
2000-08-30 Ben LaurieAdd demo state machine.
2000-08-30 Dr. Stephen... Fix typo in i2d_ASN1_ENUMERATED
2000-08-28 Ben LaurieDiagnose EOF on memory BIOs (or you just get mysterious...
2000-08-28 Ben LaurieUse the passed buffer in ERR_error_string!
2000-08-25 Dr. Stephen... Change PKCS#7 test data to take account of removal of
2000-08-24 Dr. Stephen... New option to CA.pl to sign request using CA extensions.
2000-08-22 Dr. Stephen... Add support for 'other' PKCS#7 content types.
2000-08-22 Ben Lauriemax -> dmax in bn_check_top.
2000-08-22 Dr. Stephen... Fix ASN1_INTEGER_to_BN properly this time...
2000-08-22 Dr. Stephen... Fixes to d2i_ASN1_OBJECT, ASN1_INTEGER_to_BN and a_strex.c
2000-08-21 Dr. Stephen... Various fixes...
2000-08-19 Richard LevitteAdded OIDs from RFC 2247, 1155, and a few from 1700
2000-08-18 Richard LevitteAssar wanted an address change.
2000-08-18 Richard LevitteAdded BIO_vprintf() and BIO_vsnprintf(). The former...
2000-08-18 Richard LevitteNULL is not an integer...
2000-08-17 Richard LevitteDocument the added diversity to the possible log levels.
2000-08-17 Richard LevitteAdd more diversity to the possible log levels. Now...
2000-08-17 Richard LevitteAdded md4 to the VMS compilation
2000-08-17 Richard Levittemake update
2000-08-17 Richard LevitteNew option 'ctestall' for mkdef.pl, that makes it not...
2000-08-17 Richard LevitteDocument the reconfiguratoin option for Configure.
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...
next