aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/crypto.h
AgeCommit message (Expand)AuthorFilesLines
2024-06-21Make BoringSSL initialization-lessDavid Benjamin1-11/+6
2024-05-20Expose the FIPS module hash at build- and run-time.Adam Langley1-0/+3
2024-02-16Add a no-op OPENSSL_INIT_NO_ATEXITDavid Benjamin1-0/+1
2023-02-01Remove the last of the broken NEON workaroundDavid Benjamin1-4/+6
2022-05-05Add function to return the name of the FIPS module.Adam Langley1-0/+3
2022-03-21Allow the integrity test to be run on demand.Adam Langley1-0/+6
2022-03-21Add a function to return a FIPS version.Adam Langley1-0/+8
2022-03-21Add a function to tell if an algorithm is FIPS approved.Adam Langley1-0/+4
2022-01-07Move public APIs from cpu.h to crypto.h.David Benjamin1-0/+11
2021-03-30FIPS counters for AES-CTR.Adam Langley1-1/+3
2021-03-15fips: add counters.Adam Langley1-4/+22
2020-09-16Bump OPENSSL_VERSION_NUMBER to 1.1.1.David Benjamin1-1/+1
2020-05-14Add CRYPTO_pre_sandbox_init.David Benjamin1-0/+8
2020-03-11Fix comment for |BORINGSSL_self_test|.Adam Langley1-4/+1
2019-10-01Use a smaller hex digest in FIPS flag files when SHA-256 used.Adam Langley1-2/+1
2019-08-23Add self-test suppression flag file for Android FIPS builds.Adam Langley1-3/+8
2018-08-13Add a pile of compatibility functions.David Benjamin1-0/+3
2018-05-15Return more placeholder version strings.David Benjamin1-1/+2
2018-05-08Add some more compatibility functions.David Benjamin1-8/+19
2018-04-13Add an OPENSSL_malloc_init stub.David Benjamin1-0/+3
2018-01-22Extract FIPS KAT tests into a function.Adam Langley1-0/+4
2017-09-29Switch OPENSSL_VERSION_NUMBER to 1.1.0.David Benjamin1-1/+24
2017-08-18Run comment conversion script on include/David Benjamin1-34/+34
2017-04-07First part of the FIPS module.Adam Langley1-3/+4
2016-07-12Add no-op function ENGINE_register_all_complete.Adam Langley1-0/+3
2016-05-17Add CRYPTO_has_asm.Adam Langley1-0/+4
2016-05-03Add |CRYPTO_is_confidential_build|.Adam Langley1-0/+7
2016-03-31Document that CRYPTO_library_init may be called concurrently.David Benjamin1-1/+2
2016-03-26Rewrite ARM feature detection.David Benjamin1-1/+4
2016-03-02Add |FIPS_mode|, which returns zero.Adam Langley1-0/+3
2016-01-26Tweaks for node.jsAdam Langley1-1/+3
2016-01-26Add a few more no-op stubs for cURL compatibility.David Benjamin1-0/+3
2015-10-27Add no-op functions |CRYPTO_malloc_init| and |ENGINE_load_builtin_engines|.Adam Langley1-0/+6
2015-08-05Include thread.h from crypto.h, like OpenSSL.Matt Braithwaite1-0/+4
2015-07-16Get rid of err function codes.David Benjamin1-5/+0
2015-05-20Fix |SSLeay|.Adam Langley1-2/+3
2015-04-28Put the mem.h include back into crypto.h.David Benjamin1-0/+4
2015-04-15Remove the ability to set custom ex_data implementations.David Benjamin1-4/+4
2015-04-14Compatibility changes for wpa_supplicant and OpenSSH.Adam Langley1-0/+14
2015-04-13Eliminate unnecessary includes from low-level crypto modules.Brian Smith1-1/+0
2015-02-11Reset all the error codes.David Benjamin1-2/+2
2014-09-12Add a CRYPTO_library_init and static-initializer-less build option.David Benjamin1-3/+25
2014-07-14Move public headers to include/openssl/Adam Langley1-1/+23
2014-06-20Inital import.Adam Langley1-0/+1