aboutsummaryrefslogtreecommitdiffstats
path: root/src/modes
diff options
context:
space:
mode:
authorlloyd <[email protected]>2013-11-28 17:14:25 +0000
committerlloyd <[email protected]>2013-11-28 17:14:25 +0000
commitc6b01f12d2bb7f9d781cbb65c717b9d0ef0efa61 (patch)
tree9fbd9ca3750d8e53d3f264619a7d099a7f481f6a /src/modes
parent1250f37fdf54d9380b7de0446c5e648842978494 (diff)
Give everything setting a feature test macro in build.h a version code
so application code can check for the specific API it expects without having to keep track of what versions APIs x,y,z changed. Arbitrarily set all current API versions to 20131128.
Diffstat (limited to 'src/modes')
-rw-r--r--src/modes/aead/ccm/info.txt2
-rw-r--r--src/modes/aead/eax/info.txt2
-rw-r--r--src/modes/aead/gcm/info.txt2
-rw-r--r--src/modes/aead/info.txt2
-rw-r--r--src/modes/aead/ocb/info.txt2
-rw-r--r--src/modes/cbc/info.txt2
-rw-r--r--src/modes/cfb/info.txt2
-rw-r--r--src/modes/ecb/info.txt2
-rw-r--r--src/modes/mode_pad/info.txt2
-rw-r--r--src/modes/xts/info.txt2
10 files changed, 10 insertions, 10 deletions
diff --git a/src/modes/aead/ccm/info.txt b/src/modes/aead/ccm/info.txt
index 8ec85ec7d..ee8373caf 100644
--- a/src/modes/aead/ccm/info.txt
+++ b/src/modes/aead/ccm/info.txt
@@ -1 +1 @@
-define AEAD_CCM
+define AEAD_CCM 20131128
diff --git a/src/modes/aead/eax/info.txt b/src/modes/aead/eax/info.txt
index 94924e682..75775fa16 100644
--- a/src/modes/aead/eax/info.txt
+++ b/src/modes/aead/eax/info.txt
@@ -1,4 +1,4 @@
-define AEAD_EAX
+define AEAD_EAX 20131128
<requires>
block
diff --git a/src/modes/aead/gcm/info.txt b/src/modes/aead/gcm/info.txt
index 698cd0803..cf5f68bb5 100644
--- a/src/modes/aead/gcm/info.txt
+++ b/src/modes/aead/gcm/info.txt
@@ -1,4 +1,4 @@
-define AEAD_GCM
+define AEAD_GCM 20131128
<requires>
block
diff --git a/src/modes/aead/info.txt b/src/modes/aead/info.txt
index c2985ea85..102f05b7b 100644
--- a/src/modes/aead/info.txt
+++ b/src/modes/aead/info.txt
@@ -1 +1 @@
-define AEAD_MODES
+define AEAD_MODES 20131128
diff --git a/src/modes/aead/ocb/info.txt b/src/modes/aead/ocb/info.txt
index 8d6a93ed9..be4cefdd0 100644
--- a/src/modes/aead/ocb/info.txt
+++ b/src/modes/aead/ocb/info.txt
@@ -1,4 +1,4 @@
-define AEAD_OCB
+define AEAD_OCB 20131128
<requires>
block
diff --git a/src/modes/cbc/info.txt b/src/modes/cbc/info.txt
index 9bf948f02..ce59deba0 100644
--- a/src/modes/cbc/info.txt
+++ b/src/modes/cbc/info.txt
@@ -1,4 +1,4 @@
-define MODE_CBC
+define MODE_CBC 20131128
<requires>
mode_pad
diff --git a/src/modes/cfb/info.txt b/src/modes/cfb/info.txt
index 797459180..8d0e20a84 100644
--- a/src/modes/cfb/info.txt
+++ b/src/modes/cfb/info.txt
@@ -1 +1 @@
-define MODE_CFB
+define MODE_CFB 20131128
diff --git a/src/modes/ecb/info.txt b/src/modes/ecb/info.txt
index 03a5130b2..5e7737717 100644
--- a/src/modes/ecb/info.txt
+++ b/src/modes/ecb/info.txt
@@ -1,4 +1,4 @@
-define MODE_ECB
+define MODE_ECB 20131128
<requires>
mode_pad
diff --git a/src/modes/mode_pad/info.txt b/src/modes/mode_pad/info.txt
index e97ea03a5..e9df6334b 100644
--- a/src/modes/mode_pad/info.txt
+++ b/src/modes/mode_pad/info.txt
@@ -1 +1 @@
-define CIPHER_MODE_PADDING
+define CIPHER_MODE_PADDING 20131128
diff --git a/src/modes/xts/info.txt b/src/modes/xts/info.txt
index 29b58afe4..5f5dc7834 100644
--- a/src/modes/xts/info.txt
+++ b/src/modes/xts/info.txt
@@ -1 +1 @@
-define MODE_XTS
+define MODE_XTS 20131128