Configure: add missing dependency to fix parallel builds on Windows
[openssl.git] / providers /
2019-09-20 Richard LevitteRemove name string from PROV_CIPHER and PROV_DIGEST
2019-09-20 Richard LevitteRefactor SSKDF to create the MAC contexts early
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-20 Shane LontisMove gcm decryption tag check higher up in the callstack
2019-09-19 Richard LevitteModify providers that keep track of underlying algorithms
2019-09-19 Shane LontisFix Solaris compile errors in provider ciphers
2019-09-19 Shane LontisAdd aes_ocb cipher to providers
2019-09-19 Shane LontisAdd sm4 ciphers to default provider
2019-09-18 Patrick SteuerFix strict-warnings build
2019-09-18 Patrick SteuerFix aes ofb, cfb and cfb8 for s390x
2019-09-18 Shane LontisAdd SEED ciphers to default provider
2019-09-18 Richard LevitteRefactor TLS1-PRF to create the MAC contexts early
2019-09-18 Shane LontisAdd cast5 ciphers to default provider
2019-09-18 Shane LontisAdd IDEA ciphers to default provider
2019-09-18 Shane LontisFix Coverity CID:1453685 'unreachable code' in aes_xts...
2019-09-17 Shane LontisFix Solaris aes_hw_t4 compile issue
2019-09-15 Shane LontisAdd blowfish ciphers to default provider
2019-09-15 Shane LontisAdd fips module integrity check
2019-09-15 Shane LontisFix aesni_xts compile error
2019-09-13 Shane LontisAdd aes_xts cipher to providers
2019-09-12 Richard Levitteutil/mkerr.pl: make it not depend on the function code
2019-09-12 Matt CaswellFix no-engine
2019-09-12 Matt CaswellFix no-dsa
2019-09-11 Shane LontisAdd EVP_CIPHER_CTX_tag_length()
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-10 PauliCoverity 1453634: Resource leaks (RESOURCE_LEAK)
2019-09-10 PauliCoverity 1453633: Error handling issues (CHECKED_RETURN)
2019-09-10 PauliCoverity 1453630: Null pointer dereferences (FORWARD_NULL)
2019-09-09 Matt CaswellRevise EVP_PKEY param handling
2019-09-09 Matt CaswellAdd support for verify/verify_recover functions to...
2019-09-09 Matt CaswellImplement DSA in the default provider
2019-09-07 PauliUse common digest getter for X942 KDF
2019-09-07 PauliUse common digest getter for SSH KDF
2019-09-07 PauliUse common digest getter for TLS1 PRF
2019-09-07 PauliUse common digest getter for single step KDF
2019-09-07 PauliUse common digest getter for PBKDF2
2019-09-07 PauliUse common digest getter for HKDF
2019-09-07 PauliKMAC using common digest get code
2019-09-07 PauliHMAC using common digest get code
2019-09-07 PauliGMAC using common cipher get code
2019-09-07 PauliCMAC using common cipher get code
2019-09-07 PauliUnify the digest getting code inside providers.
2019-09-06 Richard LevittePBKDF2 implementation: refactor to avoid memleak
2019-09-06 Richard LevitteFix memleaks in KDF implementations
2019-09-06 PauliKDF error codes reworked
2019-09-06 PauliAdd KDFs to providers
2019-09-06 PauliMove KDFs to the provider.
2019-09-05 Shane LontisChange provider params from int to size_t
2019-09-04 Richard LevitteNew function EVP_CIPHER_free()
2019-09-04 Richard LevitteNew function EVP_MD_free()
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...
next