Revert "bn: Add fixed length (n=6), unrolled PPC Montgomery Multiplication"
[openssl.git] / providers / fips /
2022-05-24 Peiwei HuFix check of EVP_CIPHER_CTX_ctrl
2022-05-22 Paulistrcasecmp: implement strcasecmp and strncasecmp
2022-05-13 Tomas MrazAvoid code duplication for locale initialization
2022-05-13 Tomas MrazFix build on OPENSSL_SYS_TANDEM and older POSIXes
2022-05-03 Matt CaswellUpdate copyright year
2022-04-27 Jon SpillettPrefer GNU library initialization mechanism over platfo...
2022-04-22 Dmitry BelyavskiyFIPS provider modifications
2022-03-31 Hugo LandauRefactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA
2022-02-05 Richard LevitteMove e_os.h to include/internal
2022-01-13 PauliAvoid using a macro expansion in a macro when staticall...
2021-10-22 Matt CaswellFix a bug in signature self tests in the FIPS module
2021-08-31 slontisAdd the self test type OSSL_SELF_TEST_TYPE_PCT_SIGNATURE
2021-08-05 Paulifips: add power up test for TLS 1.3 KDF
2021-08-05 Pauliprovider: add TLS13_KDF to the default and FIPS providers
2021-07-28 Matt CaswellDon't leak the OSSL_LIB_CTX in the event of a failure...
2021-06-22 Shane LontisChange self test for AES_CGM to perform both an encrypt...
2021-06-18 Tomas Mrazaix64-gcc target: Fix build breakage with enable-fips
2021-06-17 Shane LontisAdd self test for ECDSA using curve with a binary field
2021-06-08 Shane LontisFix AIX FIPS DEP.
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-29 Paulifips: set the library context and handle later
2021-05-26 Rich SalzUse "" for include internal/xxx
2021-05-25 Shane LontisAdd fipsinstall option to run self test KATS on module...
2021-05-23 Paulifips: default to running self tests when starting the...
2021-05-21 Richard LevittePROV: Relegate most of the FIPS provider code to libfips.a
2021-05-13 Tomas Mrazfipsprov: Missing teardown on fips_get_params_from_core...
2021-05-11 Matt CaswellAdd the ability for ex_data to have a priority
2021-05-06 Daniel BeveniusClarify two comments (typos) in fipsprov.c
2021-04-18 Richard LevittePROV: Add OIDs we know to all provider applicable algor...
2021-04-17 PauliFix naming for EVP_RAND_CTX_gettable functions.
2021-04-16 Matt CaswellSanity check provider up-calls
2021-04-16 Matt CaswellStore some FIPS global variables in the FIPS_GLOBAL...
2021-04-13 Shane LontisAdd FIPS Self test for AES_ECB decrypt
2021-04-12 Shane LontisReplace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_fr...
2021-04-02 Richard LevitteAPPS: Replace the use of OBJ_nid2ln() with name or...
2021-03-18 Shane LontisAdd ossl_provider symbols
2021-03-14 Rich SalzAlways check CRYPTO_LOCK_{read,write}_lock
2021-03-12 Tomas MrazRemove the RAND_get0_public() from fips provider initia...
2021-02-28 Paulifips: update DRBG KATs for the extra instantiate argument
2021-02-28 Paulifips: add additional argument to KDF derive call in...
2021-02-28 Paulifips: update to use the extra MAC init arguments
2021-02-24 Richard LevitteAllow the sshkdf type to be passed as a single character
2021-02-18 Richard LevitteAdjust the few places where the string length was confused
2021-02-18 Matt CaswellUpdate copyright year
2021-02-11 Tomas MrazMove the PROV_R reason codes to a public header
2021-02-08 Shane LontisSimplify the EVP_PKEY_XXX_fromdata_XX methods.
2021-02-02 Matt CaswellEnsure access to FIPS_state and rate_limit is appropria...
2021-02-02 Matt CaswellAvoid races by caching exported ciphers in the init...
2021-02-01 Richard LevitteFix some odd names in our provider source code
2021-01-28 Juergen ChristFix parameter types in sshkdf
2021-01-28 Richard LevitteUpdate copyright year
2021-01-26 Daiki Uenoparams: OSSL_PARAM_utf8_ptr: don't automatically refere...
2021-01-21 Tomas MrazPass correct maximum output length to provider derive...
2020-12-20 Richard LevitteDrop OPENSSL_NO_RSA everywhere
2020-12-11 Shane LontisAdd fips self tests for all included kdf
2020-12-02 Shane LontisAdd EVP_KDF-X942 to the fips module
2020-11-30 Matt CaswellFix builds that specify both no-dh and no-ec
2020-11-19 Pauliprov: move the entropy source out of the FIPS provider
2020-11-01 Shane LontisAdd AES KW inverse ciphers to the EVP layer
2020-10-22 Shane LontisRemove ossl_prov_util_nid_to_name()
2020-10-15 Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-01 Pauliprov: prefix all exposed 'cipher' symbols with ossl_
2020-09-29 Pauliprov: prefix provider internal functions with ossl_
2020-09-29 Pauliprov: prefix all OSSL_DISPATCH tables names with ossl_
2020-09-23 Shane LontisFix CID 1467068 : Null pointer dereference in self_test.c
2020-09-22 Randall S. BeckerAdded FIPS DEP initialization for the NonStop platform...
2020-09-19 Shane LontisAdd a copy of OSSL_SELF_TEST_get_callback() to the...
2020-09-19 Shane LontisAdd KEM (Key encapsulation mechanism) support to providers
2020-09-18 Shane LontisAdd option to fipsinstall to disable fips security...
2020-09-16 Shane LontisAdd self tests for rsa encryption
2020-09-14 Dr. Matthias St... prov/drbg: cleanup some RAND_DRBG leftovers
2020-09-12 Shane Lontiskeygen: add FIPS error state management to conditional...
2020-09-12 PauliFIPS: error mode is set from failed self tests and...
2020-09-12 PauliFIPS: rename the status call to is_running.
2020-08-29 Matt CaswellInclude "legacy" in the name of the various MAC bridge...
2020-08-29 Matt CaswellExtend the provider MAC bridge for CMAC
2020-08-29 Matt CaswellMake the provider side EVP PKEY MAC bridge available...
2020-08-11 Shane LontisAdd DHX support to keymanager
2020-08-10 Matt CaswellExtend the EVP_PKEY KDF to KDF provider bridge to the...
2020-08-09 Shane LontisAdd 'on demand self test' and status test to providers
2020-08-07 Shane LontisAdd evp_test fixes.
2020-08-07 Paulirand_drbg: remove RAND_DRBG.
2020-07-22 Shane LontisCleanup fips provider init
2020-07-21 Shane LontisAdd ERR_raise() errors to fips OSSL_provider_init and...
2020-07-16 Matt CaswellRevert "kdf: make function naming consistent."
2020-07-16 Matt CaswellRevert "The EVP_MAC functions have been renamed for...
2020-07-15 Shane LontisAdd AES_CBC_CTS ciphers to providers
2020-06-29 Rich SalzAdd --fips-key configuration parameter to fipsinstall...
2020-06-24 Dr. Matthias St... Make the naming scheme for dispatched functions more...
2020-06-24 Dr. Matthias St... Rename <openssl/core_numbers.h> -> <openssl/core_dispat...
2020-06-24 Paulifips rand: DRBG KAT self test updates to provider model.
2020-06-24 PauliCTR, HASH and HMAC DRBGs in provider
2020-06-24 Pauliprovider: add RAND algorithm tables
2020-06-19 Matt CaswellAdd more complete support for libctx/propq in the EC...
2020-06-19 Matt CaswellMake EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name...
2020-06-19 Matt CaswellAdd the concept of "Capabilities" to the default and...
2020-06-18 Matthias KraftConfigure DEPs for FIPS provider on AIX.
2020-06-11 PauliThe EVP_MAC functions have been renamed for consistency...
2020-06-11 Paulikdf: make function naming consistent.
next