Remove extern declarations of OPENSSL_ia32cap_P
[openssl.git] / providers /
2019-09-01 Shane LontisFix platform specific issues with provider ciphers
2019-08-29 Matt CaswellFix no-engine
2019-08-29 Matt CaswellFix no-cmac
2019-08-29 Matt CaswellFix no-poly1305, no-siphash and no-blake2
2019-08-29 Matt CaswellFix no-des
2019-08-27 Richard LevitteCoverty fixes for MACs
2019-08-26 Shane LontisCleanup ciphers and Add 3des ciphers.
2019-08-25 Shane LontisFix Issue OSS-Fuzz: Branch on uninitialized memory...
2019-08-24 Richard LevitteGet rid of the diversity of names for MAC parameters
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-19 Richard LevitteUse macros internally for algorithm names
2019-08-18 Shane Lontiscipher cleanups.
2019-08-18 Shane LontisAdd fips provider code for handling self test data
2019-08-18 Patrick SteuerDirectly return from final sha3/keccak_final if no...
2019-08-16 Richard LevitteRename ctx_{get,set}_params to {get,set}_ctx_params
2019-08-15 Richard LevitteRename the hash implementations KMAC{128,256} to KECCAK...
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 LevitteRename provider and core get_param_types functions
2019-08-15 Richard LevitteAdd {get,set}table_params() functions for provider...
2019-08-12 Richard LevitteAdapt the provider digests for more use of OSSL_PARAM
2019-08-12 Richard LevitteRework the provider digest constructor to provide imple...
2019-08-08 Matt CaswellFix no-ec
2019-08-07 Shane LontisGCM cipher in provider now fails if passed bad keylength
2019-08-06 Matt CaswellInsert a dummy call to EC code in the FIPS provider
2019-08-05 Matt CaswellDocumentation for the provider Key Exchange operation
2019-08-01 Patrick SteuerFix commit a672a02a s390x build breakage
2019-07-31 Shane LontisAdd gcm ciphers (aes and aria) to providers.
2019-07-31 PauliCheck for NULL return from zalloc in dh_dupctx.
2019-07-31 Richard LevitteAdapt the FIPS provider to use the new core error functions
2019-07-30 PauliFix coverity 1452084
2019-07-23 Richard LevitteAdapt DH to use with KEYMGMT
2019-07-23 Matt CaswellRemove some utilities from the core to provider interface
2019-07-23 Richard LevitteReplace OSSL_ITEM with OSSL_PARAM as parameter descript...
2019-07-19 Matt CaswellFix no-dh
2019-07-16 Pauliremove end of line spaces
2019-07-16 Matt CaswellAdd the ability to set PKCS#3 DH padding in providers
2019-07-16 Matt CaswellImplement PKCS#3 DH Key Exchange in the default provider
2019-07-16 Rich SalzRegenerate mkerr files
2019-07-15 Shane LontisAdd Common shared code needed to move aes ciphers to...
2019-07-11 Rich SalzMake allocation/free/clean available to providers
2019-07-11 Richard LevitteAdapt the provider AES for more use of OSSL_PARAM
2019-07-02 Matt CaswellAdd a dummy call to BN_rand_ex() in the FIPS provider
2019-07-02 Patrick Steuers390x assembly pack: fix various aes modes performance...
2019-07-02 Richard LevitteFIPS module: adapt for the changed error reporting...
2019-06-28 Matt CaswellAdd a nid 2 algorithm name mapping capability
2019-06-28 Matt CaswellCall RAND_DRBG_bytes from inside the FIPS provider
2019-06-24 Patrick SteuerFix s390x build errors and warnings
2019-06-24 PauliChange OSSL_PARAM return size to not be a pointer.
2019-06-19 Matt CaswellDon't create an OPENSSL_CTX twice
2019-06-18 Rich SalzChange ERR_add_error_[v]data to append
2019-06-17 Matt CaswellTell the FIPS provider about thread stop events
2019-06-17 Richard LevitteReplumbing: Adapt the default and legacy providers...
2019-06-17 Richard LevitteReplumbing: Adapt the FIPS module to use the library...
2019-06-12 Matt CaswellAdd some dummy BIGNUM calls from inside the FIPS provider
2019-06-11 Shane LontisMake EVP_MD_CTX_ctrl() work for legacy use cases (ssl3).
2019-06-06 Shane Lontisrename the digest provider files to avoid any name...
2019-06-04 Shane LontisMove digests to providers
2019-06-03 Matt CaswellEnsure we get all the right defines for AES assembler...
2019-06-03 Matt CaswellMake basic AES ciphers available from within the FIPS...
2019-05-23 Matt CaswellAdd more commentary about recursive Provider intialisat...
2019-05-23 Matt CaswellMove where include path for providers/common/include...
2019-05-23 Matt CaswellMake some EVP code available from within the FIPS module
2019-05-23 Matt CaswellMake core code available within the FIPS module
2019-04-30 PauliStructure alignment macro.
2019-04-30 Richard LevitteReplumbing: give the possibility for the provider to...
2019-04-30 Richard LevitteReplumbing: make the oneshot proider cipher function...
2019-04-19 Matt CaswellCreate provider errors and use them
2019-04-19 Matt CaswellFix the S390X support for the basic AES ciphers
2019-04-19 Matt CaswellAdd forward declarations of the AES dispatch table...
2019-04-19 Matt CaswellAdd a maximum output length to update and final calls
2019-04-19 Matt CaswellAdd iv length and key length params to the cipher init...
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
2019-04-19 Matt CaswellImplement support for AES-256-ECB in the default provider
2019-04-19 Matt CaswellMake EVP_Encrypt*/EVP_Decrypt* and EVP_Cipher* provider...
2019-04-15 Richard Levitteproviders/common/digests/sha2.c: forward declare all...
2019-04-15 Richard LevitteProviders: for the digest_final operation, pass a outpu...
2019-04-09 Matt CaswellAdd a legacy provider and put MD2 in it
2019-04-04 Matt CaswellCreate a FIPS provider and put SHA256 in it
2019-04-03 Matt CaswellSupport EVP_MD_block_size() with providers
2019-03-21 Matt CaswellImplement SHA256 in the default provider
2019-03-21 Matt CaswellAdd a skeleton default provider