rfc:openssl_aead

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
rfc:openssl_aead [2016/01/10 17:08] – Clarify and add info about warning for supplying tag when mode is not AEAD. bukkarfc:openssl_aead [2017/09/22 13:28] (current) – external edit 127.0.0.1
Line 3: Line 3:
   * Date: 2016-01-02    * Date: 2016-01-02 
   * Author: Jakub Zelenka, bukka@php.net   * Author: Jakub Zelenka, bukka@php.net
-  * Status: Under Discussion+  * Status: Implemented (PHP 7.1)
  
 ===== Introduction ===== ===== Introduction =====
Line 78: Line 78:
 Adding support for OCB mode once the extension supports OpenSSL 1.1 Adding support for OCB mode once the extension supports OpenSSL 1.1
  
-===== Proposed Voting Choices ===== +===== Voting ===== 
-50%+1 majority+Required 50%+1 majority for accepting this proposal. 
 + 
 +<doodle title="Include AEAD support to OpenSSL extension" auth="bukka" voteType="single" closed="true"> 
 +   * Yes 
 +   * No 
 +</doodle> 
 + 
 +Voting started on January 20th at 17:00 UTC and ended on January 27th at 17:00 UTC.
  
 ===== Patches and Tests ===== ===== Patches and Tests =====
Line 85: Line 92:
  
 ===== Implementation ===== ===== Implementation =====
-After the project is implemented, this section should contain  + 
-  - the version(sit was merged to +OpenSSL AEAD support has been implemented in PHP 7.1 with [[http://git.php.net/?p=php-src.git;a=commit;h=054b27d3|commit 054b27d3]], and is documented in the [[http://php.net/manual/function.openssl-encrypt.php|openssl_encrypt()]] and [[http://php.net/manual/function.openssl-decrypt.php|openssl_decrypt()]] man pages. 
-  a link to the git commit(s+ 
-  - a link to the PHP manual entry for the feature+The PHP language specification is not affected by this RFC.
  
 ===== References ===== ===== References =====
rfc/openssl_aead.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1