1. 28 9月, 2017 2 次提交
  2. 08 6月, 2017 1 次提交
  3. 15 3月, 2017 1 次提交
  4. 11 11月, 2016 1 次提交
  5. 27 10月, 2016 1 次提交
  6. 10 8月, 2016 1 次提交
  7. 09 7月, 2016 1 次提交
  8. 01 7月, 2016 1 次提交
  9. 21 6月, 2016 1 次提交
    • R
      More doc cleanup · c952780c
      Rich Salz 提交于
      Add missing entries to NAME section
      Add SYNOPSIS lines, remove old NAME entries
      Update find-doc-nits; better regexp's for parsing SYNOPSIS sections.
      Rename a couple of files to have an API name.
      Remove RSA_private_decrypt; it was duplicate content
      Update for recent doc additions
      Reviewed-by: NMatt Caswell <matt@openssl.org>
      c952780c
  10. 10 6月, 2016 1 次提交
    • R
      Clean up "generic" intro pod files. · 53934822
      Rich Salz 提交于
      Files like dh.pod, etc., mostly duplicated the API-specific pod files.
      Removed the duplicated content; that often mean the whole file could
      be removed.  Some of the content about internals got moved into README
      files in the source tree.  Some content (e.g., err.pod) got moved
      into other pod pages.
      
      Annotate generic pages, remove dup NAME
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      53934822
  11. 20 5月, 2016 1 次提交
    • R
      Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxx · 739a1eb1
      Rich Salz 提交于
      Rename sk_xxx to OPENSSL_sk_xxx and _STACK to OPENSSL_STACK
      Rename lh_xxx API to OPENSSL_LH_xxx and LHASH_NODE to OPENSSL_LH_NODE
      Make lhash stuff opaque.
      Use typedefs for function pointers; makes the code simpler.
      Remove CHECKED_xxx macros.
      Add documentation; remove old X509-oriented doc.
      Add API-compat names for entire old API
      Reviewed-by: NDr. Stephen Henson <steve@openssl.org>
      739a1eb1