Fix grammar in certificates.txt
[openssl.git] / providers / fips / fipsprov.c
5 days ago Tomas MrazMake X25519 and X448 FIPS unapproved
2023-09-27 Matt CaswellFix a mem leak when the FIPS provider is used in a...
2023-09-27 Pauliremove redundant free of NULL
2023-09-07 Matt CaswellCopyright year updates
2023-06-14 Yi Liconfigure: introduce no-ecx to remove ECX related feature
2023-04-21 Irak RigiaReplaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_D...
2023-03-28 PauliDeclare FIPS option functions in their own header
2023-03-28 Paulifips: rework the option handling code
2023-03-07 slontisAdd option to FIPS module to enforce EMS check during...
2023-03-01 PauliRemove AES SIV ciphers from the FIPS provider
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-29 Pauliaes: add AES-GCM-SIV modes to the FIPS provider
2022-11-23 FdaSilvaYYCleanup : directly include of `internal/nelem.h` when...
2022-11-10 PauliPut 3DES back into the FIPS provider as a non-approved...
2022-11-01 PauliRemove DES cipher from the FIPS provider
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-22 Dmitry BelyavskiyFIPS provider modifications
2022-03-31 Hugo LandauRefactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA
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-05-29 Paulifips: set the library context and handle later
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-16 Matt CaswellSanity check provider up-calls
2021-04-16 Matt CaswellStore some FIPS global variables in the FIPS_GLOBAL...
2021-04-02 Richard LevitteAPPS: Replace the use of OBJ_nid2ln() with name or...
2021-03-18 Shane LontisAdd ossl_provider symbols
2021-03-12 Tomas MrazRemove the RAND_get0_public() from fips provider initia...
2021-02-11 Tomas MrazMove the PROV_R reason codes to a public header
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 Richard LevitteUpdate copyright year
2021-01-26 Daiki Uenoparams: OSSL_PARAM_utf8_ptr: don't automatically refere...
2020-12-02 Shane LontisAdd EVP_KDF-X942 to the fips module
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-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-12 Shane Lontiskeygen: add FIPS error state management to conditional...
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-15 Shane LontisAdd AES_CBC_CTS ciphers to providers
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 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 CaswellAdd the concept of "Capabilities" to the default and...
2020-06-04 Paulifips: add additional algorithms to the FIPS provider.
2020-05-27 Paulifips: add AES OFB mode ciphers to FIPS provider.
2020-05-27 Paulifips: add AES CFB mode ciphers to FIPS provider.
2020-05-26 Shane LontisUpdate core_names.h fields and document most fields.
2020-05-16 Matt CaswellMaintain strict type discipline between the core and...
2020-05-14 Richard LevittePROV & KEYMGMT: Add PSS-parameter support in the RSA...
2020-05-13 Richard LevittePROV: Adapt all our providers to use the new PROV_CTX...
2020-05-12 Richard LevitteFix some misunderstandings in our providers' main modules
2020-04-28 Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-23 Matt CaswellUpdate copyright year
2020-04-23 PauliFIPS: remove algorithms that are not being validated.
2020-04-17 PauliAdd ECX to FIPS provider as non-FIPS algorithms
2020-04-03 Shane LontisAdd data driven SELF TEST code for signatures and key...
2020-03-28 PauliParam build: make structures opaque.
2020-03-28 PauliParam builder: make the OSSL_PARAM_BLD APIs public.
2020-03-15 Shane LontisAdd ECDSA to providers
2020-03-15 Shane LontisAdd RSA sign to the fips provider
2020-03-11 Shane LontisAdd ECDH to fips provider
2020-03-03 Shane LontisAdd pairwise consistency self tests to asym keygenerators
2020-02-21 Matt CaswellIntroduce the provider property
2020-02-13 Matt CaswellMake the RSA ASYM_CIPHER implementation available insid...
2020-02-11 Matt CaswellImplement Provider side Key Management for X25519 and...
2020-02-06 Matt CaswellFix builds with no-dh
2020-02-04 Richard LevitteDon't pass a digest-size to signature implementations
2020-01-27 Matt CaswellModify EVP_PKEY_CTX_new_from_pkey() to add a propquery...
2020-01-23 Shane LontisAdd DH key exchange to fips provider
2020-01-21 Richard LevittePROV: Add support for error queue marks and implement...
next