der: _ossl prefix DER functions
[openssl.git] / providers / fips /
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.
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-29 Shourya ShuklaAmend references to "OpenSSL license"
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-25 Dr. Matthias St... Check that the DRBG's internal state has been zeroized...
2020-02-21 Matt CaswellIntroduce the provider property
2020-02-21 Shane LontisAdd DRBG self tests
2020-02-21 PauliParams: add argument to the _from_text calls to indicat...
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-07 Matt CaswellFix no-des
2020-02-06 Matt CaswellFix builds with no-dh
2020-02-04 Richard LevitteDon't pass a digest-size to signature implementations
2020-02-04 Shane LontisFix coverity issues CID 1457745...1457752, 1457853...
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...
2020-01-15 Shane LontisAdd FIPS Self test kats for digests
2020-01-12 Shane LontisAdd dsa signature alg to fips provider
2020-01-06 Shane LontisAdd AES_CBC_HMAC_SHA ciphers to providers.
2019-12-21 Shane LontisAdd fips self test DEP for solaris and hpux
2019-12-14 Rich SalzDeprecate most of debug-memory
2019-11-29 Matt CaswellDisable mem leak checking for the self test lock
2019-11-29 Matt CaswellMake sure we only run the self tests once
2019-11-21 Matt CaswellTweak some algorithm naming inconsistencies
2019-10-31 PauliKDF: use string names not macros to align with other...
2019-10-10 Richard LevitteCleanup: move remaining providers/common/include/intern...
2019-10-10 Richard LevitteCleanup: move providers/common/include/internal/provide...
2019-10-10 Richard LevitteRework how our providers are built
2019-10-03 Richard LevitteAdapt existing providers to posibly have name lists
2019-10-02 Shane LontisFix Coverity issues
2019-09-28 Dr. Matthias St... Reorganize public header files (part 1)
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-09-27 Robbie Harwood[KDF] Add KBKDF implementation for counter-mode HMAC
2019-09-20 Shane LontisAdd aes_wrap cipher to providers
2019-09-15 Shane LontisAdd fips module integrity check
2019-09-13 Shane LontisAdd aes_xts cipher to providers
2019-09-11 PauliRegister KDF's using their name macros rather than...
2019-09-11 PauliMake FIPS provider use KDF name for PBKDF2
2019-09-06 PauliAdd KDFs to providers
2019-09-04 Richard LevitteNew function EVP_MD_free()
2019-08-29 Matt CaswellFix no-cmac
2019-08-29 Matt CaswellFix no-des
2019-08-26 Shane LontisCleanup ciphers and Add 3des ciphers.
2019-08-19 Shane LontisAdd aes_ccm to provider
2019-08-18 Shane LontisAdd fips provider code for handling self test data
next