1. 11 5月, 2011 1 次提交
  2. 24 4月, 2011 1 次提交
  3. 19 4月, 2011 1 次提交
  4. 14 4月, 2011 2 次提交
  5. 16 2月, 2011 1 次提交
  6. 28 1月, 2011 2 次提交
  7. 26 1月, 2011 1 次提交
    • D
      FIPS mode RSA changes: · c553721e
      Dr. Stephen Henson 提交于
      Check for selftest failures.
      
      Pairwise consistency test for RSA key generation.
      
      Use some EVP macros instead of EVP functions.
      
      Use minimal FIPS EVP where needed.
      c553721e
  8. 28 3月, 2007 1 次提交
  9. 14 3月, 2006 1 次提交
  10. 11 5月, 2005 1 次提交
    • B
      Fix more error codes. · 8afca8d9
      Bodo Möller 提交于
      (Also improve util/ck_errf.pl script, and occasionally
      fix source code formatting.)
      8afca8d9
  11. 19 9月, 2004 1 次提交
  12. 27 4月, 2004 1 次提交
  13. 26 4月, 2004 2 次提交
  14. 30 10月, 2003 1 次提交
    • G
      A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. · 27545970
      Geoff Thorpe 提交于
      I have tried to convert 'len' type variable declarations to unsigned as a
      means to address these warnings when appropriate, but when in doubt I have
      used casts in the comparisons instead. The better solution (that would get
      us all lynched by API users) would be to go through and convert all the
      function prototypes and structure definitions to use unsigned variables
      except when signed is necessary. The proliferation of (signed) "int" for
      strictly non-negative uses is unfortunate.
      27545970
  15. 07 1月, 2003 1 次提交
  16. 09 12月, 2002 1 次提交
    • G
      Nils Larsch submitted; · e1898724
      Geoff Thorpe 提交于
        - a patch to fix a memory leak in rsa_gen.c
        - a note about compiler warnings with unions
        - a note about improving structure element names
      
      This applies his patch and implements a solution to the notes.
      e1898724
  17. 08 12月, 2002 1 次提交
    • G
      This is a first-cut at improving the callback mechanisms used in · e9224c71
      Geoff Thorpe 提交于
      key-generation and prime-checking functions. Rather than explicitly passing
      callback functions and caller-defined context data for the callbacks, a new
      structure BN_GENCB is defined that encapsulates this; a pointer to the
      structure is passed to all such functions instead.
      
      This wrapper structure allows the encapsulation of "old" and "new" style
      callbacks - "new" callbacks return a boolean result on the understanding
      that returning FALSE should terminate keygen/primality processing.  The
      BN_GENCB abstraction will allow future callback modifications without
      needing to break binary compatibility nor change the API function
      prototypes. The new API functions have been given names ending in "_ex" and
      the old functions are implemented as wrappers to the new ones.  The
      OPENSSL_NO_DEPRECATED symbol has been introduced so that, if defined,
      declaration of the older functions will be skipped. NB: Some
      openssl-internal code will stick with the older callbacks for now, so
      appropriate "#undef" logic will be put in place - this is in case the user
      is *building* openssl (rather than *including* its headers) with this
      symbol defined.
      
      There is another change in the new _ex functions; the key-generation
      functions do not return key structures but operate on structures passed by
      the caller, the return value is a boolean. This will allow for a smoother
      transition to having key-generation as "virtual function" in the various
      ***_METHOD tables.
      e9224c71
  18. 01 6月, 2000 1 次提交
  19. 05 2月, 2000 1 次提交
  20. 13 7月, 1999 1 次提交
  21. 04 6月, 1999 1 次提交
  22. 27 4月, 1999 1 次提交
  23. 24 4月, 1999 1 次提交
  24. 20 4月, 1999 1 次提交
  25. 21 12月, 1998 3 次提交