Added a patch by Kouhei Sutou which supports start_tls encryption.
This commit is contained in:
parent
ae298d2865
commit
d483a345af
4 changed files with 38 additions and 2 deletions
|
@ -124,6 +124,11 @@ module Net
|
|||
:constructed => {
|
||||
16 => :array,
|
||||
17 => :array
|
||||
},
|
||||
:context_specific => {
|
||||
:primitive => {
|
||||
10 => :integer
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue