Opened 2 years ago
Closed 2 years ago
#17579 closed enhancement (fixed)
pycryptodome-3.17.0 (Python module)
Reported by: | Bruce Dubbs | Owned by: | Bruce Dubbs |
---|---|---|---|
Priority: | normal | Milestone: | 11.3 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description
New minor version.
Change History (3)
comment:1 by , 2 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 2 years ago
Summary: | pycryptodome-3.1 (Python module) → pycryptodome-3.17.0 (Python module) |
---|
comment:3 by , 2 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed at commits
bb3c618aba Update to sysstat-12.7.2. 3d1f27df03 Update to umockdev-0.17.16. 8cc2fe70c8 Update to pycryptodome-3.17.0 (Python module).
Note:
See TracTickets
for help on using tickets.
3.17.0 (29 January 2023)
New features
dp
,
dq
,
invq
and
invq
(
invp
is the same value as the existing
u
).
Resolved issues
RSA.construct
.
Util.number.inverse
.
AES.new
and the various mode-specific types it returns. Thanks to Greg Werbin.
curve
of an ECC key was not always the preferred curve name, as it used to be in v3.15.0 (independently of the curve name specified when generating the key).
PKCS1_v1_5
and
PKCS1_PSS
, as their
verify()
returned a boolean.
nonce
,
iv
, and
IV
parameters of cipher objects.
Other changes