diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -54,7 +54,7 @@ LibreSSL Portable Release Notes: | |||
| 54 | - Improve EVP_{Open,Seal}Init() internals. This is legacy API that | 54 | - Improve EVP_{Open,Seal}Init() internals. This is legacy API that |
| 55 | cannot be removed since one scripting language still exposes it. | 55 | cannot be removed since one scripting language still exposes it. |
| 56 | - ASN1_BIT_STRING_set_bit() now trims trailing zero bits itself rather | 56 | - ASN1_BIT_STRING_set_bit() now trims trailing zero bits itself rather |
| 57 | than relying on i2c_ASN1_BIT_STRING() doing that when encoding. | 57 | than relying on i2c_ASN1_BIT_STRING() to do that when encoding. |
| 58 | - Fix and add workarounds to libtls to improve const correctness and | 58 | - Fix and add workarounds to libtls to improve const correctness and |
| 59 | to avoid warnings when compiling with OpenSSL 4. | 59 | to avoid warnings when compiling with OpenSSL 4. |
| 60 | - Prefix EC_KEY methods with ec_key_ to avoid problems in some static | 60 | - Prefix EC_KEY methods with ec_key_ to avoid problems in some static |
| @@ -104,7 +104,7 @@ LibreSSL Portable Release Notes: | |||
| 104 | - Avoid type confusion leading to 1-byte read at address 0x00-0xff | 104 | - Avoid type confusion leading to 1-byte read at address 0x00-0xff |
| 105 | in PKCS#12 parsing. | 105 | in PKCS#12 parsing. |
| 106 | - Fix type confusion in timestamp response parsing for v2 signing | 106 | - Fix type confusion in timestamp response parsing for v2 signing |
| 107 | cert. | 107 | certs. |
| 108 | - Fix EVP_SealInit() to return 0 on error, not -1. | 108 | - Fix EVP_SealInit() to return 0 on error, not -1. |
| 109 | - Replace incorrect strncmp() with strcmp() in CRL distribution point | 109 | - Replace incorrect strncmp() with strcmp() in CRL distribution point |
| 110 | config parsing. | 110 | config parsing. |
| @@ -114,7 +114,7 @@ LibreSSL Portable Release Notes: | |||
| 114 | missing. This is flagged on deserialization, but nothing checks | 114 | missing. This is flagged on deserialization, but nothing checks |
| 115 | that flag. This can lead to a NULL dereference if the verification | 115 | that flag. This can lead to a NULL dereference if the verification |
| 116 | has enabled Delta CRL checking by setting X509_V_FLAG_USE_DELTAS. | 116 | has enabled Delta CRL checking by setting X509_V_FLAG_USE_DELTAS. |
| 117 | - Fix NULL derefreence that can be triggered with malformed OAEP | 117 | - Fix NULL dereference that can be triggered with malformed OAEP |
| 118 | parameter encoding for CMS decryption. | 118 | parameter encoding for CMS decryption. |
| 119 | * Reliability fix | 119 | * Reliability fix |
| 120 | - Fix off-by-one error in the X.509 verifier depth checking. This can | 120 | - Fix off-by-one error in the X.509 verifier depth checking. This can |
