aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-10-06 09:04:37 -0400
committerNick Mathewson <nickm@torproject.org>2015-10-06 09:04:37 -0400
commit1eb838b30361b0dcc1e2b82815be25391d5a15f1 (patch)
treef911bbfc3af9f67e9dc0675066f357e9fe8bddcc /changes
parentf7ce93d97949fe0897bf8f1b2e95da73c620ff8a (diff)
downloadtor-1eb838b30361b0dcc1e2b82815be25391d5a15f1.tar.gz
tor-1eb838b30361b0dcc1e2b82815be25391d5a15f1.zip
Work around openssl declaring x509_get_not{Before,After} as functions
Now that x509_get_not{Before,After} are functions in OpenSSL 1.1 (not yet releasesd), we need to define a variant that takes a const pointer to X509 and returns a const pointer to ASN1_time. Part of 17237. I'm not convinced this is an openssl bug or a tor bug. It might be just one of those things.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug17237_0274
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug17237_027 b/changes/bug17237_027
new file mode 100644
index 0000000000..8448bb052f
--- /dev/null
+++ b/changes/bug17237_027
@@ -0,0 +1,4 @@
+ o Minor features (compilation):
+ - Repair compilation with the most recent (unreleased, alpha)
+ vesions of OpenSSL 1.1. Fixes the 0.2.7-related part of
+ ticket 17237.