1. 19 5月, 2016 1 次提交
  2. 29 10月, 2015 1 次提交
    • R
      Remove SSLeay history, etc., from docs · a528d4f0
      Rich Salz 提交于
      If something was "present in all versions" of SSLeay, or if it was
      added to a version of SSLeay (and therefore predates OpenSSL),
      remove mention of it.  Documentation history now starts with OpenSSL.
      
      Remove mention of all history before OpenSSL 0.9.8, inclusive.
      
      Remove all AUTHOR sections.
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      a528d4f0
  3. 24 10月, 2015 1 次提交
  4. 22 8月, 2015 1 次提交
  5. 15 7月, 2015 2 次提交
  6. 14 7月, 2015 1 次提交
  7. 23 5月, 2015 1 次提交
    • M
      Fix off-by-one in BN_rand · efee575a
      Matt Caswell 提交于
      If BN_rand is called with |bits| set to 1 and |top| set to 1 then a 1 byte
      buffer overflow can occur. There are no such instances within the OpenSSL at
      the moment.
      
      Thanks to Mateusz Kocielski (LogicalTrust), Marek Kroemeke, Filip Palian for
      discovering and reporting this issue.
      Reviewed-by: NKurt Roeckx <kurt@openssl.org>
      efee575a
  8. 13 6月, 2013 1 次提交
    • M
      Document updates from wiki. · aafbe1cc
      Matt Caswell 提交于
      PR#3071
      
      The primary changes made are:
      - Updates to the "NAME" section of many pages to correctly reflect the
      functions defined on those pages. This section is automatically parsed
      by the util/extract-names.pl script, so if it is not correct then
      running "man" will not correctly locate the right manual pages.
      - Updates to take account of where functions are now deprecated
      - Full documentation of the ec sub-library
      - A number of other typo corrections and other minor tweaks
      aafbe1cc
  9. 25 9月, 2002 1 次提交
  10. 05 6月, 2002 1 次提交
  11. 03 9月, 2001 1 次提交
  12. 20 2月, 2001 1 次提交
  13. 10 2月, 2001 1 次提交
  14. 08 2月, 2001 2 次提交
    • B
      Integrate my implementation of a countermeasure against · 35ed8cb8
      Bodo Möller 提交于
      Bleichenbacher's DSA attack.  With this implementation, the expected
      number of iterations never exceeds 2.
      
      New semantics for BN_rand_range():
      BN_rand_range(r, min, range) now generates r such that
           min <= r < min+range.
      (Previously, BN_rand_range(r, min, max) generated r such that
           min <= r < max.
      It is more convenient to have the range; also the previous
      prototype was misleading because max was larger than
      the actual maximum.)
      35ed8cb8
    • U
      Bleichenbacher's DSA attack · 57e7d3ce
      Ulf Möller 提交于
      57e7d3ce
  15. 24 2月, 2000 1 次提交
  16. 28 1月, 2000 2 次提交
  17. 27 1月, 2000 1 次提交
  18. 24 1月, 2000 1 次提交