]> granicus.if.org Git - openssl/commitdiff
remove OPENSSL_FIPSAPI
authorDr. Stephen Henson <steve@openssl.org>
Mon, 20 Oct 2014 12:13:59 +0000 (13:13 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 8 Dec 2014 13:25:38 +0000 (13:25 +0000)
Reviewed-by: Tim Hudson <tjh@openssl.org>
51 files changed:
crypto/bn/bn_add.c
crypto/bn/bn_blind.c
crypto/bn/bn_ctx.c
crypto/bn/bn_div.c
crypto/bn/bn_exp.c
crypto/bn/bn_exp2.c
crypto/bn/bn_gcd.c
crypto/bn/bn_gf2m.c
crypto/bn/bn_lib.c
crypto/bn/bn_mod.c
crypto/bn/bn_mont.c
crypto/bn/bn_rand.c
crypto/bn/bn_recp.c
crypto/buffer/buf_str.c
crypto/cmac/cmac.c
crypto/dh/dh_gen.c
crypto/dh/dh_key.c
crypto/dsa/dsa_gen.c
crypto/dsa/dsa_key.c
crypto/dsa/dsa_ossl.c
crypto/dsa/dsa_sign.c
crypto/ec/ec2_mult.c
crypto/ec/ec2_smpl.c
crypto/ec/ec_curve.c
crypto/ec/ec_cvt.c
crypto/ec/ec_key.c
crypto/ec/ec_lib.c
crypto/ec/ec_mult.c
crypto/ec/ecp_mont.c
crypto/ec/ecp_nist.c
crypto/ec/ecp_smpl.c
crypto/ecdh/ech_kdf.c
crypto/ecdh/ech_key.c
crypto/ecdh/ech_ossl.c
crypto/ecdsa/ecs_ossl.c
crypto/evp/e_aes.c
crypto/evp/e_des3.c
crypto/hmac/hmac.c
crypto/modes/gcm128.c
crypto/rand/md_rand.c
crypto/rand/rand_win.c
crypto/rsa/rsa_crpt.c
crypto/rsa/rsa_eay.c
crypto/rsa/rsa_gen.c
crypto/rsa/rsa_none.c
crypto/rsa/rsa_oaep.c
crypto/rsa/rsa_pk1.c
crypto/rsa/rsa_pss.c
crypto/rsa/rsa_ssl.c
crypto/rsa/rsa_x931.c
crypto/rsa/rsa_x931g.c

index caf35759152f0fbea4a540ea3f3c128a2da92a6e..659e1d22d70798a12426283d6cb0f8dc9b5062a4 100644 (file)
@@ -56,7 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #include "cryptlib.h"
 #include "bn_lcl.h"
index c0fe57a829f6fa69e36efad27fc10ba646ef2bb9..a444d725be96a94cd8e42a176524d092db86f180 100644 (file)
  * [including the GNU Public Licence.]
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #include "cryptlib.h"
 #include "bn_lcl.h"
index 5288a20be91b8ebd7d2eb9fa8d51264d5bb09a95..9fe87519ee7de2ec17cd13476e46bff3c9f76bff 100644 (file)
@@ -60,7 +60,7 @@
 #endif
 #endif
 
-#define OPENSSL_FIPSAPI
+
 
 #include <assert.h>
 
index 7adda12ad9265d951314f940d3e9e4d6fdc96885..06d87d0aaf145d7e05961ab3c14d2ecadecad99c 100644 (file)
@@ -56,7 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #include <openssl/bn.h>
 #include "cryptlib.h"
index 2d051b2c35b852da488ab1dbe3d4691f2ec1fdb9..3a1941a998a9bbc5ef101c6cd8b7f3ebe7f2a938 100644 (file)
  *
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #include "cryptlib.h"
 #include "bn_lcl.h"
index a00c11521684030ea2acb5c33973641ce190546f..b95e3fb12ea63d4787d77ab44fe4d1e4d43ff055 100644 (file)
  *
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #include <stdio.h>
 #include "cryptlib.h"
index adef79e87fc070dc98820ca434ed13955510d3c8..63a77d2439bf584efb087afc194b694d90ca3055 100644 (file)
  *
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #include "cryptlib.h"
 #include "bn_lcl.h"
index 7b6b95c19c1df3544eca2e87b758733cac9ee765..a12ecd484e05ae73aabe9077b7da1c81f93a752a 100644 (file)
@@ -88,7 +88,7 @@
  *
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #include <assert.h>
 #include <limits.h>
index cff4fc4f2fde70c8e90d372315224230f0b2e5a3..0305a19e3dcad6ea006902e0bc7536139ebdee13 100644 (file)
@@ -61,7 +61,7 @@
 # define NDEBUG
 #endif
 
-#define OPENSSL_FIPSAPI
+
 
 #include <assert.h>
 #include <limits.h>
index 49c74fbb834daee5605531e4b3f8cc3dadf456f6..5c8650b27145aeaf5832163318cfeb568bdbd163 100644 (file)
  * [including the GNU Public Licence.]
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #include "cryptlib.h"
 #include "bn_lcl.h"
index e41f849479a9fe1be09f208f4f163a4af6bbea29..526b9cec5fa35a61d7253d553501db5af48b06d7 100644 (file)
  * sections 3.8 and 4.2 in http://security.ece.orst.edu/koc/papers/r01rsasw.pdf
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #include "cryptlib.h"
 #include "bn_lcl.h"
index 7c0ec5153d181de65b01d059f3b95ee96bbec6d0..2ccd4777f9e6df44dacd8de1888bdb26385540d3 100644 (file)
  *
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #include <stdio.h>
 #include <time.h>
index cec28633286d319800d5d9a6e88de0c61506216d..f99e1b4812397b528bea8db8df3c8f16c82982a8 100644 (file)
@@ -56,7 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #include "cryptlib.h"
 #include "bn_lcl.h"
index b4ff71ed5a9bb55fc85a40d15cb0398e64c736d4..75c4ec2bd1cca4506b07206692c27d5eaf9b9aed 100644 (file)
@@ -56,7 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #include <stdio.h>
 #include "cryptlib.h"
index 5c84900a2f7f7ae77d919ab621d3cc67f14dcf26..394777faefdb7a2b2570afd18246f9aaa9473ad1 100644 (file)
@@ -51,7 +51,7 @@
  * ====================================================================
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #include <stdio.h>
 #include <stdlib.h>
index c397c53bce0d56dd0a5186cd47be51aad591d4f3..3da27923d193c1a4ce4dcd8de2236fb0d5b9eb13 100644 (file)
@@ -61,7 +61,7 @@
  *  - Geoff
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #include <stdio.h>
 #include "cryptlib.h"
index cfe365c6ea89c9af1ebc3568957333989ae3d1f1..584a33fd1e39d2cb80b2b205b59b4cb604a52059 100644 (file)
@@ -56,7 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #include <stdio.h>
 #include "cryptlib.h"
index a3725d59142743ab5bd788f3388122aaf520bcd8..861ff90e5d243c28fa21f99206685453541b227f 100644 (file)
@@ -73,7 +73,7 @@
 
 #ifndef OPENSSL_NO_SHA
 
-#define OPENSSL_FIPSAPI
+
 
 #include <stdio.h>
 #include "cryptlib.h"
index 96f74c18fe3c591829fdac4dbd2a92919bbf7802..dbf745a7f34aa82f513c62b506f44143151ce924 100644 (file)
@@ -56,7 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #include <stdio.h>
 #include <time.h>
index bec13541b91f34c5aa18c2e829d7a5ec374493ea..fb0030a66f1603bb1adb3a6aa3e099b22011d16a 100644 (file)
@@ -58,7 +58,7 @@
 
 /* Original version from Steven Schoch <schoch@sheba.arc.nasa.gov> */
 
-#define OPENSSL_FIPSAPI
+
 
 #include <stdio.h>
 #include "cryptlib.h"
index 599093a4a86d647b9271060583d22e57fcd7fd2b..8e01a147c00c3cfec6e266bf46328471059529e9 100644 (file)
@@ -58,7 +58,7 @@
 
 /* Original version from Steven Schoch <schoch@sheba.arc.nasa.gov> */
 
-#define OPENSSL_FIPSAPI
+
 
 #include "cryptlib.h"
 #include <openssl/dsa.h>
index 06405d0716fff0c4d5c82af2b4f6967f0d87badf..ed46d58fdd8ee5213545c1f5157cbb6c3d0dd1e1 100644 (file)
@@ -67,7 +67,7 @@
  *
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #include <openssl/err.h>
 
index 9a9476f0c13c16a1a345e4a1563c93d156952ada..6c81df0d449cc6dae3749992cf235d9d4e8839fe 100644 (file)
@@ -67,7 +67,7 @@
  *
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #include <openssl/err.h>
 
index 3c26dced0698815ef62ec28fa70bf4ad0dd91573..45060d6313310df906cbcd831a345c6625b15d69 100644 (file)
@@ -69,7 +69,7 @@
  *
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #include <string.h>
 #include "ec_lcl.h"
index 58d6b4caddb3388cf15ccee354395fdb9fa49620..682425de38d2187208536e0944723a03a5041a64 100644 (file)
@@ -69,7 +69,7 @@
  *
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #include <openssl/err.h>
 #include "ec_lcl.h"
index b276f9d23b3ea46645c15d823a7546f94b757a9f..9be2f327037fb35b3780e9a6ec0e605a73625b71 100644 (file)
@@ -61,7 +61,7 @@
  * contributed to the OpenSSL project.
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #include <string.h>
 #include "ec_lcl.h"
index bef2e9572c26f79d93a7cb5339550c7084de9c00..ec5892f7c7158358e5b7f51aa0df22b2ed053706 100644 (file)
@@ -61,7 +61,7 @@
  * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project.
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #include <string.h>
 
index 334b39d86e931e10c5eebb22e5904f640f16b7e1..b12930d8661dc51e593423dbe29436487bf8823f 100644 (file)
@@ -61,7 +61,7 @@
  * and contributed to the OpenSSL project.
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #include <string.h>
 
index 232ae34e2ad54b04107b4ee9bcc57deec32383d4..21adf1c0c32a5a82699bc57ad8ef8ebdc2862d9f 100644 (file)
@@ -61,7 +61,7 @@
  * and contributed to the OpenSSL project.
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #include <openssl/err.h>
 
index 906d41003d9ae867d207e08c9c4c8abbcfc8ab12..54735ec1d8c5d79e5fc9125e4c601ad4c92f0c89 100644 (file)
@@ -61,7 +61,7 @@
  * and contributed to the OpenSSL project.
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #include <limits.h>
 
index 77bf845bcb60bdc2ebd52f0c0411976474eb3742..47570e491e064c8aba028bdb9445de5d6b60cfeb 100644 (file)
@@ -62,7 +62,7 @@
  * and contributed to the OpenSSL project.
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #include <openssl/err.h>
 #include <openssl/symhacks.h>
index 54caee56d70f39a28807a1d9c03e1ecfb7d18b49..352bbf2f62a7bd89d47bc7c5455a61139b12beb2 100644 (file)
@@ -51,7 +51,7 @@
  * ====================================================================
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #include <string.h>
 #include <openssl/ecdh.h>
index ebd56ee2c9cf868cbc0604b0f611b99740f2ad66..ee75d839b3a9addf4084211fb03b56c93711e412 100644 (file)
@@ -67,7 +67,7 @@
  *
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #include "ech_locl.h"
 
index 1f0409feafd1877a7b4a18f8edb41213799c3b01..a50e13d48de5e32bdc4a7007915b9864d5887980 100644 (file)
@@ -67,7 +67,7 @@
  *
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #include <string.h>
 #include <limits.h>
index af5d4c24683f8704703e90aa52d228e0a5058b7a..794b1591fbffc83f020de2d7e5672a9c8b55c26e 100644 (file)
@@ -56,7 +56,7 @@
  *
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #include "ecs_locl.h"
 #include <openssl/err.h>
index 0f4481e8e6124db5a586fafa7dff1d8a296017f9..ba3d43b9fa9492a9dae19cde4375386624d553dc 100644 (file)
@@ -48,7 +48,7 @@
  *
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #include <openssl/opensslconf.h>
 #ifndef OPENSSL_NO_AES
index 7d224074790a4dc8cb8901b600c471b18f4885a2..c43091d28d753a0845ef11860e3cb64563fc62af 100644 (file)
@@ -56,7 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #include <stdio.h>
 #include "cryptlib.h"
index dc28d8da872972a755118b5f861b6020faef2f29..7028a9dc29f87ea618d111f519aee0cf656738af 100644 (file)
@@ -56,7 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #include <stdio.h>
 #include <stdlib.h>
index fda6f052d2023e80f67cf4afae32767392a9b7a3..662b6ff6ca6259ef9989099927a8ceee152cc9d5 100644 (file)
@@ -47,7 +47,7 @@
  * ====================================================================
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #include <openssl/crypto.h>
 #include "modes_lcl.h"
index 3584cee3b68a1c63dee6e0c95f85937f95404401..143501e61196662e3a651523660625ef4fc6117b 100644 (file)
  *
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #ifdef MD_RAND_DEBUG
 # ifndef NDEBUG
index e5195118ca8c022a0f2fb2a60a7100103f3b2082..e7cbd052121737bbc6ab8b782cb24ff7e51b6751 100644 (file)
  *
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #include "cryptlib.h"
 #include <openssl/rand.h>
index 448265e2177e04214a7ce8d586a3e8b981ee7a38..78b8fcef3b960a52f0d329233352baa6a13ac173 100644 (file)
@@ -56,7 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #include <stdio.h>
 #include <openssl/crypto.h>
index 6c2843116f2aa0d8c2e175237558be9a3b97502f..80dab8aa4f534a8758b1b69d95324854e739d7e0 100644 (file)
  *
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #include "cryptlib.h"
 #include <openssl/bn.h>
index a4eb675d9e6418396a281c74c0d87ff16af2580d..bf7ac3446bab1e215818e578ae0b5ff8c47e930d 100644 (file)
@@ -62,7 +62,7 @@
  * - Geoff
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #include <stdio.h>
 #include <time.h>
index f1fcd9c71d2fdf41e8cb838e6d5f00f8e701c4cc..2306ddad11696681a9da9f57f5a03c03e947bb5d 100644 (file)
@@ -56,7 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #include "cryptlib.h"
 #include <openssl/bn.h>
index 5f1e2e196c0ff17661f3572509db8b0e48e7ede3..85eed8a637462a165e13c220f838330e8fbf6331 100644 (file)
@@ -18,7 +18,7 @@
  * an equivalent notion.
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #include "constant_time_locl.h"
 
index 2eb47c384150f5839a126132b6ac32f1962e2b15..0f856777b987d36a7e5f7ce8c3c5e4f4d48abf49 100644 (file)
@@ -56,7 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #include "constant_time_locl.h"
 
index c776b7881091c4a51f3e5e7307d22c69d081de04..f890f894b8cdce515b72b2863f214ea89766d1dd 100644 (file)
@@ -56,7 +56,7 @@
  *
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #include <stdio.h>
 #include "cryptlib.h"
index 1831fcf062027881961ad3e2d615cd22a08101b6..c0c1210ee915bdc8a2302fe8319a76559f8073d1 100644 (file)
@@ -56,7 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #include <stdio.h>
 #include "cryptlib.h"
index f037f4e47de3c753f90e46506f6cc3aceaaba409..c8c3b3934a8216eaf328ecdc89fcc929bcbc7793 100644 (file)
@@ -56,7 +56,7 @@
  *
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #include <stdio.h>
 #include "cryptlib.h"
index 2f37cf4699c6ea143fd423256af516d850194cd6..2c91268a8a6f9852f4c3d0e2398cfab05438af61 100644 (file)
@@ -56,7 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #include <stdio.h>
 #include <string.h>