1. 02 7月, 2014 1 次提交
    • M
      Fix doc typo. · 5cc99c6c
      Matt Smart 提交于
      ERR_get_error(3) references the non-existent
      ERR_get_last_error_line_data instead of the one that does exist,
      ERR_peek_last_error_line_data.
      
      PR#3283
      5cc99c6c
  2. 30 6月, 2014 1 次提交
  3. 29 6月, 2014 1 次提交
  4. 28 6月, 2014 1 次提交
  5. 23 6月, 2014 2 次提交
  6. 13 6月, 2014 1 次提交
    • V
      Client-side namecheck wildcards. · a09e4d24
      Viktor Dukhovni 提交于
      A client reference identity of ".example.com" matches a server
      certificate presented identity that is any sub-domain of "example.com"
      (e.g. "www.sub.example.com).
      
      With the X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS flag, it matches
      only direct child sub-domains (e.g. "www.sub.example.com").
      a09e4d24
  7. 07 6月, 2014 1 次提交
  8. 22 5月, 2014 1 次提交
  9. 21 5月, 2014 1 次提交
    • V
      Fixes to host checking. · 397a8e74
      Viktor Dukhovni 提交于
      Fixes to host checking wild card support and add support for
      setting host checking flags when verifying a certificate
      chain.
      397a8e74
  10. 15 5月, 2014 1 次提交
  11. 13 5月, 2014 1 次提交
  12. 27 4月, 2014 2 次提交
  13. 16 4月, 2014 1 次提交
  14. 15 2月, 2014 1 次提交
  15. 29 1月, 2014 1 次提交
    • D
      Clarify docs. · 30ea570f
      Dr. Stephen Henson 提交于
      Remove reference to ERR_TXT_MALLOCED in the error library as that is
      only used internally. Indicate that returned error data must not be
      freed.
      (cherry picked from commit f2d678e6e89b6508147086610e985d4e8416e867)
      30ea570f
  16. 15 11月, 2013 1 次提交
    • D
      Constify. · 0f7fa1b1
      Dr. Stephen Henson 提交于
      (cherry picked from commit 1abfa78a8ba714f7e47bd674db53dbe303cd1ce7)
      0f7fa1b1
  17. 09 11月, 2013 1 次提交
  18. 22 10月, 2013 1 次提交
    • 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
  19. 06 9月, 2013 2 次提交
  20. 21 8月, 2013 1 次提交
  21. 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
  22. 27 2月, 2013 1 次提交
    • D
      Add function CMS_RecipientInfo_encrypt · e1f1d28f
      Dr. Stephen Henson 提交于
      Add CMS_RecipientInfo_encrypt: this function encrypts an existing content
      encryption key to match the key in the RecipientInfo structure: this is
      useful if a new recpient is added to and existing enveloped data structure.
      
      Add documentation.
      e1f1d28f
  23. 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
  24. 12 1月, 2013 1 次提交
  25. 18 11月, 2012 2 次提交
  26. 17 11月, 2012 1 次提交
  27. 11 4月, 2012 1 次提交
  28. 12 1月, 2012 1 次提交
  29. 14 11月, 2011 1 次提交
  30. 23 7月, 2011 1 次提交
  31. 04 6月, 2011 1 次提交
  32. 27 5月, 2011 1 次提交
  33. 17 5月, 2011 1 次提交
  34. 17 4月, 2011 1 次提交
  35. 02 12月, 2010 1 次提交
  36. 03 5月, 2010 1 次提交
    • D
      PR: 2252 · 827f3d5f
      Dr. Stephen Henson 提交于
      Submitted By: Ger Hobbelt <ger@hobbelt.com>
      
      Update docs to BIO_f_buffer()
      827f3d5f