1. 22 10月, 2013 3 次提交
    • L
      POD: Fix list termination · ed77017b
      Lubomir Rintel 提交于
      This fixes problems in POD list formatting: extra or missing =back
      sequences.
      
      doc/ssl/SSL_CTX_set1_curves.pod around line 90: =back without =over
      doc/ssl/SSL_CTX_set1_verify_cert_store.pod around line 73: =back without =over
      doc/ssl/SSL_CTX_add1_chain_cert.pod around line 82: =back without =over
      doc/crypto/evp.pod around line 40: '=item' outside of any '=over'
      crypto/des/des.pod around line 184: You forgot a '=back' before '=head1'
      
      PR#3147
      ed77017b
    • L
      POD: Fix item numbering · c8919dde
      Lubomir Rintel 提交于
      Newer pod2man considers =item [1-9] part of a numbered list, while =item
      0 starts an unnumbered list. Add a zero effect formatting mark to override
      this.
      
      doc/apps/smime.pod around line 315: Expected text after =item, not a
      number
      ...
      
      PR#3146
      c8919dde
    • D
      Add SSL_CONF command to set DH Parameters. · c557f921
      Dr. Stephen Henson 提交于
      c557f921
  2. 21 10月, 2013 1 次提交
    • D
      Extend SSL_CONF · ec2f7e56
      Dr. Stephen Henson 提交于
      Extend SSL_CONF to return command value types.
      
      Add certificate and key options.
      
      Update documentation.
      ec2f7e56
  3. 14 9月, 2013 1 次提交
  4. 05 9月, 2013 1 次提交
  5. 03 9月, 2013 1 次提交
  6. 18 8月, 2013 1 次提交
    • D
      Add documentation. · eeb15452
      Dr. Stephen Henson 提交于
      Preliminary documentation for chain and verify stores and certificate chain
      setting functions.
      eeb15452
  7. 18 6月, 2013 1 次提交
    • T
      Cleanup of custom extension stuff. · 9cd50f73
      Trevor 提交于
      serverinfo rejects non-empty extensions.
      
      Omit extension if no relevant serverinfo data.
      
      Improve error-handling in serverinfo callback.
      
      Cosmetic cleanups.
      
      s_client documentation.
      
      s_server documentation.
      
      SSL_CTX_serverinfo documentation.
      
      Cleaup -1 and NULL callback handling for custom extensions, add tests.
      
      Cleanup ssl_rsa.c serverinfo code.
      
      Whitespace cleanup.
      
      Improve comments in ssl.h for serverinfo.
      
      Whitespace.
      
      Cosmetic cleanup.
      
      Reject non-zero-len serverinfo extensions.
      
      Whitespace.
      
      Make it build.
      9cd50f73
  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. 26 2月, 2013 1 次提交
  10. 16 2月, 2013 1 次提交
    • N
      Fix POD errors to stop make install_docs dying with pod2man 2.5.0+ · 5cc27077
      Nick Alcock 提交于
      podlators 2.5.0 has switched to dying on POD syntax errors. This means
      that a bunch of long-standing erroneous POD in the openssl documentation
      now leads to fatal errors from pod2man, halting installation.
      
      Unfortunately POD constraints mean that you have to sort numeric lists
      in ascending order if they start with 1: you cannot do 1, 0, 2 even if
      you want 1 to appear first. I've reshuffled such (alas, I wish there
      were a better way but I don't know of one).
      5cc27077
  11. 07 12月, 2012 1 次提交
  12. 20 11月, 2012 1 次提交
  13. 19 11月, 2012 2 次提交
  14. 17 11月, 2012 2 次提交
  15. 13 11月, 2011 1 次提交
    • D
      PR: 1794 · 0c58d22a
      Dr. Stephen Henson 提交于
      Submitted by: Peter Sylvester <peter.sylvester@edelweb.fr>
      Reviewed by: steve
      
      Document unknown_psk_identify alert, remove pre-RFC 5054 string from
      ssl_stat.c
      0c58d22a
  16. 13 10月, 2011 1 次提交
  17. 11 7月, 2011 1 次提交
  18. 03 2月, 2011 1 次提交
  19. 07 4月, 2010 1 次提交
  20. 06 4月, 2010 1 次提交
  21. 18 2月, 2010 2 次提交
  22. 13 2月, 2010 1 次提交
  23. 28 1月, 2010 2 次提交
  24. 06 1月, 2010 1 次提交
  25. 10 12月, 2009 2 次提交
  26. 13 9月, 2009 1 次提交
    • D
      PR: 2025 · 7689ed34
      Dr. Stephen Henson 提交于
      Submitted by: Tomas Mraz <tmraz@redhat.com>
      Approved by: steve@openssl.org
      
      Constify SSL_CIPHER_description
      7689ed34
  27. 15 2月, 2009 1 次提交
    • D
      PR: 1835 · 477fd459
      Dr. Stephen Henson 提交于
      Submitted by: Damien Miller <djm@mindrot.org>
      Approved by: steve@openssl.org
      
      Fix various typos.
      477fd459
  28. 01 8月, 2008 1 次提交
  29. 03 6月, 2008 1 次提交
  30. 24 8月, 2007 1 次提交
  31. 22 12月, 2006 1 次提交
  32. 06 12月, 2006 1 次提交
  33. 12 3月, 2006 1 次提交