config.pb.go 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. // Code generated by protoc-gen-go.
  2. // source: v2ray.com/core/transport/internet/tls/config.proto
  3. // DO NOT EDIT!
  4. /*
  5. Package tls is a generated protocol buffer package.
  6. It is generated from these files:
  7. v2ray.com/core/transport/internet/tls/config.proto
  8. It has these top-level messages:
  9. Certificate
  10. Config
  11. */
  12. package tls
  13. import proto "github.com/golang/protobuf/proto"
  14. import fmt "fmt"
  15. import math "math"
  16. // Reference imports to suppress errors if they are not otherwise used.
  17. var _ = proto.Marshal
  18. var _ = fmt.Errorf
  19. var _ = math.Inf
  20. // This is a compile-time assertion to ensure that this generated file
  21. // is compatible with the proto package it is being compiled against.
  22. // A compilation error at this line likely means your copy of the
  23. // proto package needs to be updated.
  24. const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
  25. type Certificate struct {
  26. // TLS certificate in x509 format.
  27. Certificate []byte `protobuf:"bytes,1,opt,name=Certificate,proto3" json:"Certificate,omitempty"`
  28. // TLS key in x509 format.
  29. Key []byte `protobuf:"bytes,2,opt,name=Key,proto3" json:"Key,omitempty"`
  30. }
  31. func (m *Certificate) Reset() { *m = Certificate{} }
  32. func (m *Certificate) String() string { return proto.CompactTextString(m) }
  33. func (*Certificate) ProtoMessage() {}
  34. func (*Certificate) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
  35. func (m *Certificate) GetCertificate() []byte {
  36. if m != nil {
  37. return m.Certificate
  38. }
  39. return nil
  40. }
  41. func (m *Certificate) GetKey() []byte {
  42. if m != nil {
  43. return m.Key
  44. }
  45. return nil
  46. }
  47. type Config struct {
  48. // Whether or not to allow self-signed certificates.
  49. AllowInsecure bool `protobuf:"varint,1,opt,name=allow_insecure,json=allowInsecure" json:"allow_insecure,omitempty"`
  50. // List of certificates to be served on server.
  51. Certificate []*Certificate `protobuf:"bytes,2,rep,name=certificate" json:"certificate,omitempty"`
  52. // Override server name.
  53. ServerName string `protobuf:"bytes,3,opt,name=server_name,json=serverName" json:"server_name,omitempty"`
  54. }
  55. func (m *Config) Reset() { *m = Config{} }
  56. func (m *Config) String() string { return proto.CompactTextString(m) }
  57. func (*Config) ProtoMessage() {}
  58. func (*Config) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} }
  59. func (m *Config) GetAllowInsecure() bool {
  60. if m != nil {
  61. return m.AllowInsecure
  62. }
  63. return false
  64. }
  65. func (m *Config) GetCertificate() []*Certificate {
  66. if m != nil {
  67. return m.Certificate
  68. }
  69. return nil
  70. }
  71. func (m *Config) GetServerName() string {
  72. if m != nil {
  73. return m.ServerName
  74. }
  75. return ""
  76. }
  77. func init() {
  78. proto.RegisterType((*Certificate)(nil), "v2ray.core.transport.internet.tls.Certificate")
  79. proto.RegisterType((*Config)(nil), "v2ray.core.transport.internet.tls.Config")
  80. }
  81. func init() { proto.RegisterFile("v2ray.com/core/transport/internet/tls/config.proto", fileDescriptor0) }
  82. var fileDescriptor0 = []byte{
  83. // 261 bytes of a gzipped FileDescriptorProto
  84. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x84, 0x90, 0xc1, 0x4b, 0xc3, 0x30,
  85. 0x14, 0xc6, 0x69, 0x0b, 0x43, 0x53, 0x15, 0xe9, 0xa9, 0x37, 0xbb, 0xc1, 0xa0, 0xa7, 0x04, 0xea,
  86. 0x5f, 0xe0, 0x7a, 0x1a, 0x82, 0x8c, 0x30, 0x3c, 0x08, 0x32, 0x62, 0x78, 0x93, 0x40, 0x9a, 0x8c,
  87. 0x97, 0xe7, 0xa4, 0xff, 0x8e, 0x47, 0xff, 0x4a, 0x69, 0x6b, 0x47, 0x77, 0xda, 0x2d, 0xf9, 0xf2,
  88. 0xfd, 0xde, 0xf7, 0xf2, 0xb1, 0xea, 0x58, 0xa1, 0x6a, 0xb9, 0xf6, 0x8d, 0xd0, 0x1e, 0x41, 0x10,
  89. 0x2a, 0x17, 0x0e, 0x1e, 0x49, 0x18, 0x47, 0x80, 0x0e, 0x48, 0x90, 0x0d, 0x42, 0x7b, 0xb7, 0x37,
  90. 0x9f, 0xfc, 0x80, 0x9e, 0x7c, 0x36, 0x1f, 0x19, 0x04, 0x7e, 0xf2, 0xf3, 0xd1, 0xcf, 0xc9, 0x86,
  91. 0xc5, 0x13, 0x4b, 0x6b, 0x40, 0x32, 0x7b, 0xa3, 0x15, 0x41, 0x56, 0x9c, 0x5d, 0xf3, 0xa8, 0x88,
  92. 0xca, 0x1b, 0x79, 0xe6, 0xb8, 0x67, 0xc9, 0x33, 0xb4, 0x79, 0xdc, 0xbf, 0x74, 0xc7, 0xc5, 0x4f,
  93. 0xc4, 0x66, 0x75, 0x1f, 0x9b, 0x2d, 0xd9, 0x9d, 0xb2, 0xd6, 0x7f, 0xef, 0x8c, 0x0b, 0xa0, 0xbf,
  94. 0x70, 0x98, 0x70, 0x25, 0x6f, 0x7b, 0x75, 0xfd, 0x2f, 0x66, 0x1b, 0x96, 0xea, 0x49, 0x4a, 0x5c,
  95. 0x24, 0x65, 0x5a, 0x71, 0x7e, 0x71, 0x5b, 0x3e, 0x59, 0x44, 0x4e, 0x47, 0x64, 0x0f, 0x2c, 0x0d,
  96. 0x80, 0x47, 0xc0, 0x9d, 0x53, 0x0d, 0xe4, 0x49, 0x11, 0x95, 0xd7, 0x92, 0x0d, 0xd2, 0x8b, 0x6a,
  97. 0x60, 0xf5, 0xce, 0x96, 0xda, 0x37, 0x97, 0x23, 0x56, 0xe9, 0xf0, 0x95, 0x4d, 0x57, 0xe0, 0x5b,
  98. 0x42, 0x36, 0xfc, 0xc6, 0xf3, 0xd7, 0x4a, 0xaa, 0x96, 0xd7, 0x1d, 0xb5, 0x3d, 0x51, 0xeb, 0x91,
  99. 0xda, 0xda, 0xf0, 0x31, 0xeb, 0x0b, 0x7f, 0xfc, 0x0b, 0x00, 0x00, 0xff, 0xff, 0xb5, 0xeb, 0x52,
  100. 0x64, 0xa6, 0x01, 0x00, 0x00,
  101. }