Fix error reporting in EVP_PKEY_{sign,verify,verify_recover}
[openssl.git] / providers / fips /
2023-10-24 Matt CaswellCopyright year updates
2023-10-03 Matt CaswellFix a mem leak when the FIPS provider is used in a...
2023-10-03 Paulifips selftest: avoid relying on a real RNG for self...
2023-10-03 Pauliremove redundant free of NULL
2023-08-01 Matt CaswellCopyright year updates
2023-06-16 Paulifips: use tsan counter instead of tsan_add to increment
2023-06-14 Paulifips: use memory ordering rather than locks
2023-03-28 PauliDeclare FIPS option functions in their own header
2023-03-28 Paulifips: rework the option handling code
2023-03-14 Matt CaswellUpdate copyright year
2023-03-07 Clemens Langfips: Use salt >= 16 bytes in PBKDF2 selftest
2023-03-07 slontisAdd option to FIPS module to enforce EMS check during...
2023-02-22 PauliRevert "Put EdDSA back as approved algorithms."
2023-02-07 PauliPut EdDSA back as approved algorithms.
2023-01-24 PauliPut X25519 and X448 back as approved algorithms
2023-01-12 Paulifips: make EdDSA unapproved for FIPS
2022-11-23 FdaSilvaYYCleanup : directly include of `internal/nelem.h` when...
2022-11-21 Hugo LandauRefactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA
2022-11-11 Richard LevitteMove e_os.h to include/internal
2022-11-10 PauliPut 3DES back into the FIPS provider as a non-approved...
2022-11-01 Paulifips: verify that the RNG was restored after the self...
2022-11-01 PauliUpdate FIPS KATs for 140-3
2022-11-01 PauliRemove DES cipher from the FIPS provider
2022-10-27 slontisUse RSA CRT parameters in FIPS self tests.
2022-08-01 Rob Mc GeeUpdating ifdefs to account for xlclang compiler fronten...
2022-06-21 Matt CaswellUpdate copyright year
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-21 Dmitry BelyavskiyFIPS provider modifications
2022-03-15 Matt CaswellUpdate copyright year
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.
next