Cleanup: move remaining providers/common/include/internal/*.h
[openssl.git] / providers / common / include /
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 LevitteProviders: move all ciphers
2019-10-10 Richard LevitteProviders: move all digests
2019-10-08 Shane LontisAdd rc2 ciphers to default provider
2019-10-07 Shane LontisMove cipher ctx 'original iv' parameter into the provider
2019-10-03 Shane LontisAdd rc5 ciphers to default provider
2019-10-01 Richard LevitteRemove EVP_CIPH_FLAG_DEFAULT_ASN1 from all provided...
2019-09-28 Dr. Matthias St... Fix header file include guard names
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-25 Shane LontisAdd rc4 cipher to default provider
2019-09-23 Shane LontisAdd des ciphers to default provider
2019-09-20 Richard LevitteRemove name string from PROV_CIPHER and PROV_DIGEST
2019-09-20 Richard LevitteRefactor TLS-PRF's kdf_tls1_prf_mkmacctx() to a provide...
2019-09-20 Shane LontisAdd aes_wrap cipher to providers
2019-09-19 Richard LevitteModify providers that keep track of underlying algorithms
2019-09-19 Shane LontisAdd aes_ocb cipher to providers
2019-09-19 Shane LontisAdd sm4 ciphers to default provider
2019-09-18 Shane LontisAdd SEED ciphers to default provider
2019-09-18 Shane LontisAdd cast5 ciphers to default provider
2019-09-18 Shane LontisAdd IDEA ciphers to default provider
2019-09-15 Shane LontisAdd blowfish ciphers to default provider
2019-09-13 Shane LontisAdd aes_xts cipher to providers
2019-09-11 Shane LontisAdd EVP_CIPHER_CTX_tag_length()
2019-09-09 Matt CaswellImplement DSA in the default provider
2019-09-07 PauliUnify the digest getting code inside providers.
2019-09-06 PauliKDF error codes reworked
2019-09-06 PauliAdd KDFs to providers
2019-09-05 Shane LontisChange provider params from int to size_t
2019-08-26 Shane LontisCleanup ciphers and Add 3des ciphers.
2019-08-22 Shane LontisAdd basic aria and camellia ciphers modes to default...
2019-08-19 Shane Lontiscleanup provider digests
2019-08-19 Shane LontisAdd aes_ccm to provider
2019-08-16 Richard LevitteRename ctx_{get,set}_params to {get,set}_ctx_params
2019-08-15 Richard LevitteAdjust some provider reason codes
2019-08-15 Richard LevitteMove Poly1305 to providers
2019-08-15 Richard LevitteMove SipHash to providers
2019-08-15 Richard LevitteMove KMAC to providers
2019-08-15 Richard LevitteMove HMAC to providers
2019-08-15 Richard LevitteMove GMAC to providers
2019-08-15 Richard LevitteMove CMAC to providers
2019-08-15 Richard LevitteMove BLAKE2 MACs to the providers
2019-08-15 Richard LevitteAdd {get,set}table_params() functions for provider...
2019-08-12 Richard LevitteRework the provider digest constructor to provide imple...
2019-07-31 Shane LontisAdd gcm ciphers (aes and aria) to providers.
2019-07-23 Richard LevitteAdapt DH to use with KEYMGMT
2019-07-16 Matt CaswellImplement PKCS#3 DH Key Exchange in the default provider
2019-07-16 Rich SalzRegenerate mkerr files
2019-06-28 Matt CaswellAdd a nid 2 algorithm name mapping capability
2019-06-17 Matt CaswellTell the FIPS provider about thread stop events
2019-06-17 Richard LevitteReplumbing: Adapt the FIPS module to use the library...
2019-06-04 Shane LontisMove digests to providers
2019-04-19 Matt CaswellCreate provider errors and use them
2019-04-19 Matt CaswellImplement AES CTR ciphers in the default provider
2019-04-19 Matt CaswellImplement AES CFB ciphers in the default provider
2019-04-19 Matt CaswellImplement AES OFB ciphers in the default provider
2019-04-19 Matt CaswellImplement AES CBC ciphers in the default provider
2019-04-19 Matt CaswellAdd support in the default provider for 192/128 bit...
2019-04-19 Matt CaswellAdd the provider_algs.h internal header file