Skip to content
Snippets Groups Projects
Select Git revision
  • 4c658fbfae00580593b9d82a25aee182f313773a
  • master default
  • jas-ci-test
  • wip-slh-dsa-sha2-128s
  • master-updates
  • release-3.10-fixes
  • getopt-prototype
  • fix-bcrypt-warning
  • refactor-hmac
  • wip-use-alignas
  • trim-sha3-context
  • fix-gitlab-ci
  • check-fat-emulate
  • delete-digest_func-size
  • slh-dsa-shake-128f-nettle
  • slh-dsa-shake-128s-nettle
  • slh-dsa-shake-128s
  • delete-openpgp
  • ppc64-sha512
  • delete-md5-compat
  • cleanup-hmac-tests
  • nettle_3.10.2_release_20250626
  • nettle_3.10.1_release_20241230
  • nettle_3.10_release_20240616
  • nettle_3.10rc2
  • nettle_3.10rc1
  • nettle_3.9.1_release_20230601
  • nettle_3.9_release_20230514
  • nettle_3.8.1_release_20220727
  • nettle_3.8_release_20220602
  • nettle_3.7.3_release_20210606
  • nettle_3.7.2_release_20210321
  • nettle_3.7.1_release_20210217
  • nettle_3.7_release_20210104
  • nettle_3.7rc1
  • nettle_3.6_release_20200429
  • nettle_3.6rc3
  • nettle_3.6rc2
  • nettle_3.6rc1
  • nettle_3.5.1_release_20190627
  • nettle_3.5_release_20190626
41 results

pkcs1-internal.h

Blame
  • Ports.pmod 66.72 KiB
    /*
     * $Id: Ports.pmod,v 1.2 1998/06/23 21:46:45 grubba Exp $
     *
     * IP port assignments
     *
     * Henrik Grubbstrm 1998-06-23
     */
    
    // Contains all UDP ports assigned for private use as of RFC 1700
    constant private_udp = ([
      "mail":              24,	//    any private mail system
      "printer":           35,	//    any private printer server
      "terminal":          57,	//    any private terminal access
      "file":              59,	//    any private file service
      "dial":              75,	//    any private dial out service
      "rje":               77,	//    any private RJE service
      "terminal-link":     87,	//    any private terminal link
    ]);
    
    // Contains all TCP ports assigned for private use as of RFC 1700
    constant private_tcp = ([
      "mail":              24,	//    any private mail system
      "printer":           35,	//    any private printer server
      "terminal":          57,	//    any private terminal access
      "file":              59,	//    any private file service
      "dial":              75,	//    any private dial out service
      "rje":               77,	//    any private RJE service
      "terminal-link":     87,	//    any private terminal link
    ]);
    
    // Contains all non-private UDP port assignments as of RFC 1700
    constant udp = ([
      "tcpmux":             1,	//    TCP Port Service Multiplexer
      "compressnet-mgmt":   2,	//    Management Utility
      "compressnet":        3,	//    Compression Process
      "rje":                5,	//    Remote Job Entry
      "echo":               7,	//    Echo
      "discard":            9,	//    Discard
      "systat":            11,	//    Active Users
      "daytime":           13,	//    Daytime
      "qotd":              17,	//    Quote of the Day
      "msp":               18,	//    Message Send Protocol
      "chargen":           19,	//    Character Generator
      "ftp-data":          20,	//    File Transfer [Default Data]
      "ftp":               21,	//    File Transfer [Control]
      "telnet":            23,	//    Telnet
      "smtp":              25,	//    Simple Mail Transfer
      "nsw-fe":            27,	//    NSW User System FE
      "msg-icp":           29,	//    MSG ICP
      "msg-auth":          31,	//    MSG Authentication
      "dsp":               33,	//    Display Support Protocol
      "time":              37,	//    Time
      "rap":               38,	//    Route Access Protocol
      "rlp":               39,	//    Resource Location Protocol
      "graphics":          41,	//    Graphics
      "nameserver":        42,	//    Host Name Server
      "nicname":           43,	//    Who Is
      "mpm-flags":         44,	//    MPM FLAGS Protocol
      "mpm":               45,	//    Message Processing Module [recv]
      "mpm-snd":           46,	//    MPM [default send]
      "ni-ftp":            47,	//    NI FTP
      "auditd":            48,	//    Digital Audit Daemon
      "login":             49,	//    Login Host Protocol
      "re-mail-ck":        50,	//    Remote Mail Checking Protocol
      "la-maint":          51,	//    IMP Logical Address Maintenance
      "xns-time":          52,	//    XNS Time Protocol
      "domain":            53,	//    Domain Name Server
      "xns-ch":            54,	//    XNS Clearinghouse
      "isi-gl":            55,	//    ISI Graphics Language
      "xns-auth":          56,	//    XNS Authentication