Opened 9 years ago
Closed 9 years ago
#50255 closed update (fixed)
gnutls @3.3.19_0: update to 3.3.20
Reported by: | Schamschula (Marius Schamschula) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | haspatch maintainer | Cc: | |
Port: | gnutls |
Description
gnutls has been updated to version 3.3.20. New this version:
- libgnutls: Corrected memory leak in gnutls_pubkey_import_privkey() when used with PKCS #11 keys.
- libgnutls: For DSA and ECDSA keys in PKCS #11 objects, import their public keys from either a public key object or a certificate. That is, because private keys do not contain all the required parameters for a direct import.
- libgnutls: Fixed issue when writing ECDSA private keys in PKCS #11 tokens.
- libgnutls: Fixed out-of-bounds read in gnutls_x509_ext_export_key_usage().
- libgnutls: Handle DNS name constraints with a leading dot. Backported from 3.4.x branch.
- libgnutls: The max-record extension is no longer negotiated on DTLS. This resolves issue with the max-record being negotiated but ignored.
API and ABI modifications:
- No changes since last version.
Attachments (1)
Change History (2)
Changed 9 years ago by Schamschula (Marius Schamschula)
Attachment: | Portfile-gnutls.diff added |
---|
comment:1 Changed 9 years ago by dbevans (David B. Evans)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Version: | 2.3.4 |
Note: See
TracTickets for help on using
tickets.
Committed in r144417. Thanks.