1. 30 7月, 2000 1 次提交
    • B
      Fix SSL 2.0 rollback checking: The previous implementation of the · 37569e64
      Bodo Möller 提交于
      test was never triggered due to an off-by-one error.
      
      In s23_clnt.c, don't use special rollback-attack detection padding
      (RSA_SSLV23_PADDING) if SSL 2.0 is the only protocol enabled in the
      client; similarly, in s23_srvr.c, don't do the rollback check if
      SSL 2.0 is the only protocol enabled in the server.
      37569e64
  2. 28 7月, 2000 5 次提交
  3. 27 7月, 2000 2 次提交
  4. 26 7月, 2000 5 次提交
  5. 24 7月, 2000 1 次提交
  6. 21 7月, 2000 4 次提交
    • R
      Redo and enhance the support for building shared libraries. Currently · b436a982
      Richard Levitte 提交于
      there's support for building under Linux and True64 (using examples
      from the programming manuals), including versioning that is currently
      the same as OpenSSL versions but should really be a different series.
      
      With this change, it's up to the users to decide if they want shared
      libraries as well as the static ones.  This decision now has to be
      done at configuration time (well, not really, those who know what they
      do can still do it the same way as before).
      
      The OpenSSL programs (openssl and the test programs) are currently
      always linked statically, but this may change in the future in a
      configurable manner.  The necessary makefile variables to enable this
      are in place.
      
      Also note that I have done absolutely nothing about the Windows target
      to get something similar.  On the other hand, DLLs are already the
      default there, but without versioning, and I've no idea what the
      possibilities for such a thing are there...
      b436a982
    • B
      Bugfix: use write locks, not just read locks · 2d789604
      Bodo Möller 提交于
      2d789604
    • U
      oops. · 2ad3c4c8
      Ulf Möller 提交于
      2ad3c4c8
    • U
      don't print debug output · 3866db2d
      Ulf Möller 提交于
      3866db2d
  7. 20 7月, 2000 2 次提交
  8. 11 7月, 2000 1 次提交
    • D
      Fix some typose in the i2d/d2i functions that · 094fe66d
      Dr. Stephen Henson 提交于
      call the i2c/c2i (they were not using the
      content length for the headers).
      
      Fix ASN1 long form tag encoding. This never
      worked but it was never tested since it is
      only used for tags > 30.
      
      New options to smime program to allow the
      PKCS#7 format to be specified and the content
      supplied externally.
      094fe66d
  9. 08 7月, 2000 1 次提交
  10. 07 7月, 2000 1 次提交
    • D
      · a338e21b
      Dr. Stephen Henson 提交于
      New ASN1 functions that just deal with
      content octets, not tag+length.
      a338e21b
  11. 05 7月, 2000 1 次提交
    • R
      I got sick and tired of having to keep track of NIDs when such a thing · c2bbf9cf
      Richard Levitte 提交于
      could be done automagically, much like the numbering in libeay.num and
      ssleay.num.  The solution works as follows:
      
        - New object identifiers are inserted in objects.txt, following the
          syntax given in objects.README.
        - objects.pl is used to process obj_mac.num and create a new
          obj_mac.h.
        - obj_dat.pl is used to create a new obj_dat.h, using the data in
          obj_mac.h.
      
      This is currently kind of a hack, and the perl code in objects.pl
      isn't very elegant, but it works as I intended.  The simplest way to
      check that it worked correctly is to look in obj_dat.h and check the
      array nid_objs and make sure the objects haven't moved around (this is
      important!).  Additions are OK, as well as consistent name changes.
      c2bbf9cf
  12. 03 7月, 2000 2 次提交
  13. 02 7月, 2000 1 次提交
  14. 29 6月, 2000 2 次提交
  15. 28 6月, 2000 1 次提交
  16. 24 6月, 2000 1 次提交
  17. 23 6月, 2000 3 次提交
  18. 22 6月, 2000 2 次提交
    • D
      Change mkstack.pl so it now sorts each group · 4dd45354
      Dr. Stephen Henson 提交于
      into lexical order. Previously it depended on
      the order of files in the directory.
      
      This should now mean that all systems will
      agree on the order of safestack.h and will
      not change it needlessly and avoid massive
      needless commits to safestack.h in future.
      
      It wont however avoid this one :-(
      4dd45354
    • U
      use faster version · 8415060e
      Ulf Möller 提交于
      8415060e
  19. 21 6月, 2000 3 次提交
    • G
      * This adds some checking to the 'dlfcn' DSO_METHOD that at least lets · 1a797ac6
      Geoff Thorpe 提交于
        it cope with OpenBSD which doesn't understand "RTLD_NOW".
      * Added the dso_scheme config string entry for OpenBSD-x86 to give it
        DSO support.
      * 'make update' that has also absorbed some of Steve's mkstack changes
        for the ASN-related macros.
      1a797ac6
    • D
      · 13083215
      Dr. Stephen Henson 提交于
      Fixes for Win32 build.
      
      This is mostly a work around for the old VC++ problem
      that it treats func() as func(void).
      
      Various prototypes had been added to 'compare' function
      pointers that triggered this. This could be fixed by removing
      the prototype, adding function pointer casts to every call or
      changing the passed function to use the expected arguments.
      I mostly did the latter.
      
      The mkdef.pl script was modified to remove the typesafe
      functions which no longer exist.
      
      Oh and some functions called OPENSSL_freeLibrary() were
      changed back to FreeLibrary(), wonder how that happened :-)
      13083215
    • D
      · 7ef82068
      Dr. Stephen Henson 提交于
      Handle ASN1_SET_OF and PKCS12_STACK_OF using function
      casts in the same way as STACK_OF.
      7ef82068
  20. 20 6月, 2000 1 次提交