Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

swh:1:snp:158a3f36b0bd3da461fb7458de44cfa2c94e4270
  • Code
  • Branches (0)
  • Releases (20)
    • Branches
    • Releases
      • 1.18.0-6ubuntu14.1
      • 1.18.0-6ubuntu14
      • 1.18.0-6ubuntu11.1
      • 1.18.0-6ubuntu11
      • 1.18.0-6ubuntu8.2
      • 1.18.0-6ubuntu8
      • 1.18.0-0ubuntu1.3
      • 1.17.10-0ubuntu1
      • 1.14.0-0ubuntu1.10
      • 1.10.3-0ubuntu0.16.04.5
      • 1.9.15-0ubuntu1
      • 1.4.6-1ubuntu3.9
      • 1.4.6-1ubuntu3
    • 2e49ddd
    • /
    • src
    • /
    • mail
    • /
    • ngx_mail_ssl_module.h
    Raw File Download

    To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
    Select below a type of object currently browsed in order to display its associated SWHID and permalink.

    • content
    • directory
    • snapshot
    • release
    content badge
    swh:1:cnt:7f59b38ae39b2db7b00f040f68105387662f3f2a
    directory badge
    swh:1:dir:0c03764fd6b935d95453089931b66e4e130e50de
    snapshot badge
    swh:1:snp:158a3f36b0bd3da461fb7458de44cfa2c94e4270
    release badge
    swh:1:rel:7e9c2d14cba25cc2686b310679c48e0f8556d53e

    This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
    Select below a type of object currently browsed in order to generate citations for them.

    • content
    • directory
    • snapshot
    • release
    Generate software citation in BibTex format (requires biblatex-software package)
    Generating citation ...
    Generate software citation in BibTex format (requires biblatex-software package)
    Generating citation ...
    Generate software citation in BibTex format (requires biblatex-software package)
    Generating citation ...
    Generate software citation in BibTex format (requires biblatex-software package)
    Generating citation ...
    ngx_mail_ssl_module.h
    
    /*
     * Copyright (C) Igor Sysoev
     * Copyright (C) Nginx, Inc.
     */
    
    
    #ifndef _NGX_MAIL_SSL_H_INCLUDED_
    #define _NGX_MAIL_SSL_H_INCLUDED_
    
    
    #include <ngx_config.h>
    #include <ngx_core.h>
    #include <ngx_mail.h>
    
    
    #define NGX_MAIL_STARTTLS_OFF   0
    #define NGX_MAIL_STARTTLS_ON    1
    #define NGX_MAIL_STARTTLS_ONLY  2
    
    
    typedef struct {
        ngx_flag_t       enable;
        ngx_flag_t       prefer_server_ciphers;
    
        ngx_ssl_t        ssl;
    
        ngx_uint_t       starttls;
        ngx_uint_t       protocols;
    
        ssize_t          builtin_session_cache;
    
        time_t           session_timeout;
    
        ngx_str_t        certificate;
        ngx_str_t        certificate_key;
        ngx_str_t        dhparam;
        ngx_str_t        ecdh_curve;
    
        ngx_str_t        ciphers;
    
        ngx_shm_zone_t  *shm_zone;
    
        u_char          *file;
        ngx_uint_t       line;
    } ngx_mail_ssl_conf_t;
    
    
    extern ngx_module_t  ngx_mail_ssl_module;
    
    
    #endif /* _NGX_MAIL_SSL_H_INCLUDED_ */
    

    back to top

    Software Heritage — Copyright (C) 2015–2026, The Software Heritage developers. License: GNU AGPLv3+.
    The source code of Software Heritage itself is available on our development forge.
    The source code files archived by Software Heritage are available under their own copyright and licenses.
    Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API