Skip to content
  1. Jan 22, 2015
  2. Jan 21, 2015
  3. Jan 19, 2015
  4. Jan 18, 2015
  5. Jan 17, 2015
  6. Jan 16, 2015
  7. Jan 14, 2015
  8. Jan 13, 2015
  9. Jan 12, 2015
  10. Jan 10, 2015
  11. Jan 09, 2015
  12. Jan 08, 2015
  13. Jan 07, 2015
    • Yann Ylavic's avatar
      mod_ssl: follow up to r1601919. · 0d845272
      Yann Ylavic authored
      Likewise when set from SNI callback.
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1650061 13f79535-47bb-0310-9956-ffa450edef68
      0d845272
    • Kaspar Brand's avatar
      update mod_ssl.html.en transformation · 77f7215d
      Kaspar Brand authored
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1650048 13f79535-47bb-0310-9956-ffa450edef68
      77f7215d
    • Kaspar Brand's avatar
      Add support for extracting subjectAltName entries of type · 2b7fe164
      Kaspar Brand authored
      rfc822Name and dNSName into SSL_{CLIENT,SERVER}_SAN_{Email,DNS}_n
      variables.
      
      * docs/manual/mod/mod_ssl.xml: add SSL_*_SAN_*_n entries to the
        environment variables table
      
      * modules/ssl/ssl_engine_kernel.c: in ssl_hook_Fixup, add extraction
        of subjectAltName entries for the "StdEnvVars" case
      
      * modules/ssl/ssl_engine_vars.c: add support for retrieving the
        SSL_{CLIENT,SERVER}_SAN_{Email,DNS}_n variables, either with
        individual on-demand lookup (ssl_var_lookup_ssl_cert_san),
        or with full-list extraction to the environment ("StdEnvVars")
      
      * modules/ssl/ssl_private.h: add modssl_var_extract_san_entries prototype
      
      * modules/ssl/ssl_util_ssl.c: implement SSL_X509_getSAN and
        SSL_ASN1_STRING_to_utf8 helper functions, with factoring out common
        code from SSL_X509_getIDs and SSL_X509_NAME_ENTRY_to_string where
        suitable. Limit SSL_X509_getSAN to the two most common subjectAltName
        entry types appearing in user or server certificates (i.e., rfc822Name
        and dNSName), for the time being.
      
      * modules/ssl/ssl_util_ssl.h: add SSL_ASN1_STRING_to_utf8
        and SSL_X509_getSAN prototypes
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1650047 13f79535-47bb-0310-9956-ffa450edef68
      2b7fe164