Commit ff82606
authored
crypto: move DEP0182 to runtime deprecation
This introduces a runtime deprecation for using GCM authentication tags
that are shorter than the cipher's block size, unless the user
specified the authTagLength option. This behavior has been doc-only
deprecated since 8f61b65.
Refs: #52327
Refs: #52345
PR-URL: #52552
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>1 parent 6f738b3 commit ff82606
4 files changed
Lines changed: 9 additions & 9 deletions
File tree
- doc/api
- src/crypto
- test/parallel
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3078 | 3078 | | |
3079 | 3079 | | |
3080 | 3080 | | |
3081 | | - | |
3082 | | - | |
3083 | | - | |
3084 | | - | |
| 3081 | + | |
| 3082 | + | |
| 3083 | + | |
3085 | 3084 | | |
3086 | 3085 | | |
3087 | 3086 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3623 | 3623 | | |
3624 | 3624 | | |
3625 | 3625 | | |
| 3626 | + | |
| 3627 | + | |
| 3628 | + | |
3626 | 3629 | | |
3627 | 3630 | | |
3628 | 3631 | | |
3629 | 3632 | | |
3630 | 3633 | | |
3631 | | - | |
| 3634 | + | |
3632 | 3635 | | |
3633 | 3636 | | |
3634 | | - | |
| 3637 | + | |
3635 | 3638 | | |
3636 | 3639 | | |
3637 | 3640 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
698 | 698 | | |
699 | 699 | | |
700 | 700 | | |
701 | | - | |
702 | | - | |
| 701 | + | |
703 | 702 | | |
704 | 703 | | |
705 | 704 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
0 commit comments