1. 21 3月, 2016 1 次提交
  2. 09 3月, 2016 1 次提交
    • D
      Make DSA_SIG opaque. · 706a13f1
      Dr. Stephen Henson 提交于
      This adds a new accessor function DSA_SIG_get0.
      The customisation of DSA_SIG structure initialisation has been removed this
      means that the 'r' and 's' components are automatically allocated when
      DSA_SIG_new() is called. Update documentation.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      706a13f1
  3. 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
  4. 22 8月, 2015 1 次提交
  5. 25 9月, 2002 1 次提交
  6. 28 1月, 2000 1 次提交
    • U
      Document DSA and SHA. · 38e33cef
      Ulf Möller 提交于
      New function BN_pseudo_rand().
      Use BN_prime_checks_size(BN_num_bits(w)) rounds of Miller-Rabin when
      generating DSA primes (why not use BN_is_prime()?)
      38e33cef