summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 225a365..1b88bb6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,16 @@
+0.38.0 - 2021-06-14
+-------------------
+
+- Remove the last use of setup.py test idiom.
+- Use m2_PyObject_AsReadBuffer instead of PyObject_AsReadBuffer.
+- Add support for arm64 big endian <Steev Klimaszewski>
+- Make support of RSA_SSLV23_PADDING optional (it has been deprecated).
+- Move project to src/ layout
+- Allow verify_cb_* to be called with ok=True <Casey Deccio>
+- Be prepared if any of constants in x509_vfy.h is not available.
+- But we do support 3.8
+- We DO NOT support Python 2.6.
+
0.37.0 - 2020-12-08
-------------------