Add vote about renaming OSSL_SERIALIZER / OSSL_DESERIALIZER
authorRichard Levitte <richard@levitte.org>
Tue, 18 Aug 2020 11:10:58 +0000 (13:10 +0200)
committerRichard Levitte <richard@levitte.org>
Tue, 18 Aug 2020 11:10:58 +0000 (13:10 +0200)
votes.txt

index 6745028a6bda5d09ce73c23722c36dcadc77ade5..98f54c9f06fe2b5fd9a6e67d384a6e18eeca023e 100644 (file)
--- a/votes.txt
+++ b/votes.txt
@@ -33,6 +33,31 @@ closed: 2020-mm-dd
   Matthias   [  ]
   Nicola     [  ]
 
+----------------
+topic: Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODE
+
+       The rationale is that it makes things easier on programmers
+       (encode / decode is easier to write than serialize / deserialize),
+       and also avoids disputes on what is and isn't serialization.
+
+       Associated issues and PRs: #12455, #12659 and #12660
+Proposed by Richard
+Public: yes
+opened: 2020-08-18
+closed: 2020-mm-dd
+
+  Matt       [  ]
+  Mark       [  ]
+  Pauli      [  ]
+  Viktor     [  ]
+  Tim        [  ]
+  Richard    [+1]
+  Shane      [  ]
+  Tomas      [  ]
+  Kurt       [  ]
+  Matthias   [  ]
+  Nicola     [  ]
+
 ----------------
 topic: Rename OPENSSL_CTX to OSSL_LIB_CTX (as proposed by pull request #12621)