1. 27 1月, 2016 1 次提交
    • R
      Remove /* foo.c */ comments · 34980760
      Rich Salz 提交于
      This was done by the following
              find . -name '*.[ch]' | /tmp/pl
      where /tmp/pl is the following three-line script:
              print unless $. == 1 && m@/\* .*\.[ch] \*/@;
              close ARGV if eof; # Close file to reset $.
      
      And then some hand-editing of other files.
      Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
      34980760
  2. 26 1月, 2016 2 次提交
    • M
      Add SSL_up_ref() and SSL_CTX_up_ref() · a18a31e4
      Matt Caswell 提交于
      The SSL and SSL_CTX structures are reference counted. However since libssl
      was made opaque there is no way for users of the library to manipulate the
      reference counts. This adds functions to enable that.
      Reviewed-by: NStephen Henson <steve@openssl.org>
      a18a31e4
    • R
      Generate warning text · 9ab6fc59
      Richard Levitte 提交于
      Now that we're using templates, we should warn people not to edit the
      resulting file.  We do it through util/dofile.pl, which is enhanced
      with an option to tell what file it was called from.  We also change
      the calls so the template files are on the command line instead of
      being redirected through standard input.  That way, we can display
      something like this (example taken from include/openssl/opensslconf.h):
      
          /* WARNING: do not edit! */
          /* Generated by Configure from include/openssl/opensslconf.h.in */
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      9ab6fc59
  3. 25 1月, 2016 2 次提交
  4. 23 1月, 2016 1 次提交
  5. 20 1月, 2016 4 次提交
  6. 19 1月, 2016 1 次提交
  7. 18 1月, 2016 2 次提交
  8. 17 1月, 2016 2 次提交
  9. 15 1月, 2016 3 次提交
  10. 14 1月, 2016 8 次提交
  11. 13 1月, 2016 4 次提交
  12. 12 1月, 2016 10 次提交