1. 24 5月, 2016 1 次提交
  2. 18 5月, 2016 2 次提交
  3. 27 1月, 2016 1 次提交
    • R
      Remove /* foo.c */ comments · 34980760
      Rich Salz 提交于
      This was done by the following
              find . -name '*.[ch]' | /tmp/pl
      where /tmp/pl is the following three-line script:
              print unless $. == 1 && m@/\* .*\.[ch] \*/@;
              close ARGV if eof; # Close file to reset $.
      
      And then some hand-editing of other files.
      Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
      34980760
  4. 18 11月, 2015 1 次提交
  5. 05 11月, 2015 1 次提交
  6. 22 1月, 2015 1 次提交
  7. 24 9月, 2014 1 次提交
  8. 22 9月, 2014 1 次提交
  9. 22 6月, 2013 1 次提交
    • D
      CMS RSA-OAEP and RSA-PSS support. · 0574cadf
      Dr. Stephen Henson 提交于
      Extend RSA ASN1 method to support CMS PSS signatures for both sign
      and verify.
      
      For signing the EVP_PKEY_CTX parameters are read and the appropriate
      CMS structures set up.
      
      For verification the CMS structures are analysed and the corresponding
      parameters in the EVP_PKEY_CTX set.
      
      Also add RSA-OAEP support.
      
      For encrypt the EVP_PKEY_CTX parameters are used.
      
      For decrypt the CMS structure is uses to set the appropriate EVP_PKEY_CTX
      parameters.
      0574cadf
  10. 13 6月, 2013 1 次提交
    • D
      Exetended OAEP support. · 271fef0e
      Dr. Stephen Henson 提交于
      Extend OAEP support. Generalise the OAEP padding functions to support
      arbitrary digests. Extend EVP_PKEY RSA method to handle the new OAEP
      padding functions and add ctrls to set the additional parameters.
      271fef0e
  11. 03 2月, 2011 1 次提交
  12. 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
  13. 11 3月, 2010 1 次提交
  14. 09 3月, 2010 1 次提交
  15. 30 12月, 2008 1 次提交
  16. 29 12月, 2008 1 次提交
  17. 16 3月, 2008 1 次提交
  18. 22 11月, 2006 1 次提交
  19. 28 9月, 2006 1 次提交
  20. 06 9月, 2006 1 次提交
  21. 05 9月, 2006 1 次提交
  22. 18 7月, 2006 1 次提交
  23. 12 5月, 2006 1 次提交
  24. 12 4月, 2006 1 次提交
  25. 10 4月, 2006 2 次提交
  26. 20 3月, 2006 1 次提交
  27. 03 6月, 2005 1 次提交
  28. 29 5月, 2005 1 次提交
  29. 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
  30. 27 4月, 2005 1 次提交
    • N
      some updates for the blinding code; summary: · 800e400d
      Nils Larsch 提交于
      - possibility of re-creation of the blinding parameters after a
        fixed number of uses (suggested by Bodo)
      - calculatition of the rsa::e in case it's absent and p and q
        are present (see bug report #785)
      - improve the performance when if one rsa structure is shared by
        more than a thread (see bug report #555)
      - fix the problem described in bug report #827
      - hide the definition ot the BN_BLINDING structure in bn_blind.c
      800e400d
  31. 13 4月, 2005 1 次提交
  32. 26 7月, 2001 1 次提交
  33. 20 2月, 2001 1 次提交
    • R
      Make all configuration macros available for application by making · cf1b7d96
      Richard Levitte 提交于
      sure they are available in opensslconf.h, by giving them names starting
      with "OPENSSL_" to avoid conflicts with other packages and by making
      sure e_os2.h will cover all platform-specific cases together with
      opensslconf.h.
      
      I've checked fairly well that nothing breaks with this (apart from
      external software that will adapt if they have used something like
      NO_KRB5), but I can't guarantee it completely, so a review of this
      change would be a good thing.
      cf1b7d96
  34. 05 3月, 2000 1 次提交
  35. 19 9月, 1999 1 次提交
  36. 09 9月, 1999 1 次提交
  37. 12 7月, 1999 2 次提交